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-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
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-01-29
macho: re-enable dSYM but don't write anything to it yet
Jakub Konka
2024-01-08
stage2 AArch64: get empty file compiling again
joachimschmidt557
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-23
dwarf: add missing struct_type sentinel - make DWARF data valid again!
Jakub Konka
2023-10-21
dwarf: fix false assumption that ptr-deref requires GOT-indirection
Jakub Konka
2023-10-19
dwarf: bring back realpath resolution of include dirs
Jakub Konka
2023-10-19
dwarf: revert adding spurious and incorrect +1 to getDebugInfoEnd()
Jakub Konka
2023-10-19
dwarf: introduce Dwarf.Format to be able to select 32/64bit format at whim
Jakub Konka
2023-10-19
dwarf: clean up and fix writing include dirs and files to debug line header
Jakub Konka
2023-10-19
dwarf: remove obsolete sentinels from abbrev table
Jakub Konka
2023-10-16
elf: correctly copy and write out debug sections
Jakub Konka
2023-10-16
codegen+elf: lower imported data refs
Jakub Konka
2023-10-16
elf: always write PHDR table, at least for now
Jakub Konka
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-09-21
compiler: get codegen of behavior tests working on at least one backend
mlugg
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-13
Merge pull request #17113 from ziglang/elf-linker
Jakub Konka
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-09-10
elf: decouple notion of atom free list from shdrs
Jakub Konka
2023-09-02
dwarf: fix copy-paste typo in variable lowering code for reg and stack
Jakub Konka
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-07-18
compiler: rework inferred error sets
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
Sema: move `inferred_alloc_const/mut_type` to InternPool
Andrew Kelley
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
[next]