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-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
2024-12-17
Zir: store declaration column number so Dwarf doesn't need to load the AST
mlugg
2024-12-17
Dwarf: deleting bad code until I remember what it does
Jacob Young
2024-12-17
Dwarf: fix data races by reading from ZIR
Jacob Young
2024-12-16
Dwarf: include comptime-only values in debug info
Jacob Young
2024-12-16
Dwarf: preserve deduped struct navs
Jacob Young
2024-12-16
Merge pull request #22245 from mlugg/zir-no-doc-comments
Matthew Lugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-14
Elf: fix shdr size getting out of sync with the actual size
Jacob Young
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-02
link.Dwarf: Some minor corrections to calling conventions to ~match Clang.
Alex Rønne Petersen
2024-11-02
compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-28
dwarf: flush wip_nav after emitting anyerror type info
Robin Voetter
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-20
link.Dwarf: Fix function alignment calculation to match the rest of the linker.
Alex Rønne Petersen
2024-10-19
link.Dwarf: handle `avr_signal` and `avr_builtin` callconvs
mlugg
2024-10-19
link: add clarifying comment
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-09
Merge pull request #21629 from ziglang/elf-incr
Andrew Kelley
2024-10-09
elf: revert growing atoms in Dwarf.resize for standard alloc
Jakub Konka
2024-10-09
elf: change how we manage debug atoms in Dwarf linker
Jakub Konka
2024-10-09
elf: move setting section size back to Elf.growSection
Jakub Konka
2024-10-09
elf: combine growAllocSection and growNonAllocSection into growSection
Jakub Konka
2024-10-09
Dwarf: implement and test lexical blocks
Jacob Young
2024-09-15
Revert "Dwarf: prevent crash on missing field inits"
mlugg
2024-09-10
Dwarf: prevent crash on missing field inits
Jacob Young
2024-09-10
Dwarf: implement default field values
Jacob Young
2024-09-10
Dwarf: implement variables without runtime bits
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-09-10
Dwarf: implement and test decls
Jacob Young
2024-09-10
Dwarf: fix missing padding before incrementally updated entries
Jacob Young
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so
Jakub Konka
2024-09-04
dwarf: make Section.off a function
Jakub Konka
2024-09-04
elf+dwarf: refer sections via section symbols
Jakub Konka
2024-08-30
dwarf: share and use `std.dwarf.EH_PE` constants
Jacob Young
2024-08-30
Dwarf: fix zir inst index comparison not checking the file
Jacob Young
2024-08-28
link.Dwarf: skip tests in updateComptimeNav
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
[prev]
[next]