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-10-07
link.Elf: Fix page size calculation for more architectures.
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
Merge pull request #21573 from alexrp/elf-header
Jakub Konka
2024-10-03
link.Elf: Fix default page size for hexagon.
Alex Rønne Petersen
2024-10-03
link.MachO: Add exhaustive handling for all Apple target triples.
Alex Rønne Petersen
2024-10-03
link.Elf: Set EI_OSABI value correctly depending on target arch/OS.
Alex Rønne Petersen
2024-10-02
Merge pull request #21527 from alexrp/elf-emulations
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-28
macho: increase pre-allocated vmsize for __TEXT_ZIG segment
Jakub Konka
2024-09-26
link.Elf: Make getLDMOption() exhaustive with regards to LLD's parseEmulation().
Alex Rønne Petersen
2024-09-25
elf: remove unused code
Jakub Konka
2024-09-25
elf: change how we create new program headers
Jakub Konka
2024-09-25
elf: reset output symtab contexts before re-updating
Jakub Konka
2024-09-25
elf: reset (merge) sections sizes before updating
Jakub Konka
2024-09-25
elf: do not re-create special program headers if already created
Jakub Konka
2024-09-25
elf: do not re-create synthetic sections if already created
Jakub Konka
2024-09-23
elf: always override existing __start/__stop symbols
Jakub Konka
2024-09-23
elf: only allocate __dso_handle symbol if not found in any object
Jakub Konka
2024-09-23
elf: remove dead code
Jakub Konka
2024-09-23
elf: fix condition for skipping symbols if atom is dead
Jakub Konka
2024-09-19
link.Wasm.Feature: Update to mirror std.Target.wasm.
Luuk de Gram
2024-09-15
Revert "Dwarf: prevent crash on missing field inits"
mlugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
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: fix 32bit build
Jakub Konka
2024-09-04
elf: actually commit AtomList.zig
Jakub Konka
2024-09-04
elf: migrate thunks to the new mechanism (AtomList)
Jakub Konka
2024-09-04
elf: rename SectionChunk into AtomList and store as part of Section
Jakub Konka
2024-09-04
elf: create back/forward links for atoms within section chunks
Jakub Konka
2024-09-04
elf: fix emitting static lib when ZigObject is present
Jakub Konka
2024-09-04
elf: do not pad placeholders coming from input object files
Jakub Konka
2024-09-04
elf: misc .eh_frame management fixes
Jakub Konka
2024-09-04
elf: copy existing data when allocating other alloc sections in relocatable mode
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so in relocatab...
Jakub Konka
2024-09-04
elf: init rela sections in a separate pass for ZigObject
Jakub Konka
2024-09-04
elf: emit relocs for self-hosted generated .eh_frame section
Jakub Konka
2024-09-04
elf: fix relocatable mode
Jakub Konka
2024-09-04
elf: actually allocate atoms within each section chunk
Jakub Konka
2024-09-04
elf: update osec index for section chunks in objects
Jakub Konka
2024-09-04
elf: actually write allocated atoms in object files
Jakub Konka
2024-09-04
elf: do not create .eh_frame section if ZigObject already did so
Jakub Konka
2024-09-04
elf: allocate atom chunks using allocateChunk mechanics in objects
Jakub Konka
2024-09-04
elf: introduce SectionChunk - a container of atoms per object file
Jakub Konka
[prev]
[next]