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
/
src
/
link
/
Dwarf.zig
Age
Commit message (
Expand
)
Author
2025-08-15
Dwarf: implement comptime-known extern values
Jacob Young
2025-08-13
Dwarf: handle noreturn union fields in more places
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-07
link.Dwarf: minimal changes to remove CountingWriter
Andrew Kelley
2025-08-07
Revert "random patches from another branch"
Andrew Kelley
2025-08-07
random patches from another branch
Andrew Kelley
2025-07-31
disable failing incremental test cases due to dwarf linker logic
Andrew Kelley
2025-07-31
link: update some dwarf code to non deprecated API
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-07
Dwarf: restore missing non-entry padding
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-04-05
Dwarf: handle undefined type values
Jacob Young
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-10
Dwarf: remove comptime parameters from generic origin functions
Jacob Young
2025-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-07
x86_64: fix backend assertion failures
Jacob Young
2025-02-07
Dwarf: fix cross_section_relocs capacity
Isaac Freund
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
remove "FIXME" from codebase
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-12
Dwarf: emit debug info for extern globals
Jacob Young
2025-01-08
Dwarf: fix assertion failure
Jacob Young
2025-01-06
Dwarf: fix abbrev code being overwritten with the wrong empty variant
Jacob Young
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
[next]