index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
dwarf.zig
Age
Commit message (
Expand
)
Author
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-03-30
Remove a std.debug.print from the dwarf.zig file
James Mintram
2022-03-16
std.dwarf: avoid some async/await stuff in stage2 builds
Andrew Kelley
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-12
AstGen: fix nosuspendExpr handling result location twice
Veikka Tuominen
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-18
Convert remaining addresses to u64 from usize in dwarf.zig
Matt Chudleigh
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-12
dwarf: fix LineNumberProgram check
Michael Dusan
2021-04-12
Revert "dwarf: fix LineNumberProgram check"
Michael Dusan
2021-04-12
dwarf: fix LineNumberProgram check
Michael Dusan
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-30
std: Clean up some tests
LemonBoy
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-07-31
stage2: add DWARF info for the main compilation unit
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-05-08
publicize member functions affected by #4909
Josh Junon
2020-05-05
update comments for nosuspend
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-10
debug: Fix parsing of DWARF info for BE machines
LemonBoy
2020-04-02
new ArrayList API, fix enough std lib to test
xackus
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-22
debug: Correct version check in debug_line parser
LemonBoy
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-02-26
debug: Fix end-of-stream condition in DWARF parser
LemonBoy
2020-02-20
tidy interface, const correctness
LemonBoy
2020-02-20
less hideous
LemonBoy
2020-02-20
debug: Split the DWARF stuff in its own file
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley