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
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-26
Merge pull request #21212 from ziglang/elf-incr
Andrew Kelley
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-22
Dwarf: fix big and zero enum values
Jacob Young
2024-08-22
Dwarf: add more childless special cases
Jacob Young
2024-08-22
Dwarf: fix treating big int limbs as signed
Jacob Young
2024-08-22
Dwarf: add missing var args info on function decls
Jacob Young
2024-08-22
Dwarf: cleanup emitted debug info
Jacob Young
2024-08-21
Dwarf: ensure stale relocations are deleted
Jacob Young
2024-08-21
elf: parse and emit Elf relocs for cross section refs for .debug* sections
Jakub Konka
2024-08-21
elf: start unraveling Dwarf relocs into Elf relocs
Jakub Konka
2024-08-21
elf: populate debug atoms on the linker side after Dwarf.flushModule
Jakub Konka
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-20
Dwarf: delete incorrect logic that also has the possibility of crashing
Jacob Young
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-17
compiler: merge conflicts and typos
mlugg
2024-08-17
Dwarf: fix and test error unions
Jacob Young
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-16
Dwarf: incremental also needs `end_sequence`
Jacob Young
2024-08-16
Dwarf: fix cross-module inline function line info
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-27
Merge pull request #19430 from ziglang/dwarf-ub
Jakub Konka
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
dwarf+codegen: use appendNTimes instead of writer().writeByteNTimes
Jakub Konka
2024-03-25
dwarf: actually write zeroed out unresolved relocs into emitted DWARF in init...
Jakub Konka
2024-03-24
dwarf: actually write out well-defined placeholder bytes for relocs
Jakub Konka
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-02-29
wasm: move incremental Dwarf info into ZigObject
Luuk de Gram
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-18
Dwarf: use a user tag for padding
Jacob Young
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-08
macho: in relocatable mode, macho emit __DWARF directly
Jakub Konka
[prev]
[next]