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
Age
Commit message (
Expand
)
Author
2024-09-04
elf: allocate .tdata and .tbss using allocateAtom mechanics
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-09-04
elf: fix emitting correct .rela. sections in -r mode
Jakub Konka
2024-09-04
elf: fix a typo in setting ZigObject.data_relro_index
Jakub Konka
2024-09-04
elf: remove isDebugSection helper
Jakub Konka
2024-09-04
elf: remove now unused number_of_zig_segments
Jakub Konka
2024-09-04
elf: allocate .text in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data.rel.ro and .rodata in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .data in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: allocate .bss in ZigObject similarly to .eh_frame
Jakub Konka
2024-09-04
elf: shuffle some stages to make it clear what needs what
Jakub Konka
2024-09-04
elf: move initOutputSection into Elf from Object
Jakub Konka
2024-09-04
elf: split Atom.allocate into Atom-independent parts
Jakub Konka
2024-09-03
glibc: Avoid building and linking stub libraries that were emptied in 2.34.
Alex Rønne Petersen
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-30
Elf: fix reference from `eh_frame_hdr` to `eh_frame`
Jacob Young
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-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
link.Dwarf: skip tests in updateComptimeNav
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
link.Coff: Set default image base correctly for thumb.
Alex Rønne Petersen
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-26
elf: make Atom.allocate and related ZigObject-independent
Jakub Konka
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
macho: remove deprecated `Module` usages
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
coff: remove deprecated `Module` usages
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-25
elf: store atom refs for rela sections until we can do better
Jakub Konka
2024-08-25
elf: fix setting sh_info and sh_link for manually managed rela sections
Jakub Konka
2024-08-25
elf: simplify output section symbol tracking
Jakub Konka
2024-08-25
elf: fix shdr-to-phdr links
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-25
elf: finally move initMetadata into ZigObject.init
Jakub Konka
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-23
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen
2024-08-22
Elf: all dwarf relocs need to become linker relocs
Jacob Young
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-22
macho: emit local symbols for thunks
Jakub Konka
2024-08-21
elf: refactor tracking debug section sizes
Jakub Konka
2024-08-21
Dwarf: ensure stale relocations are deleted
Jacob Young
[prev]
[next]