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
2023-03-04
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-03
elf: fully zero out symbol when appending to freelist
Jakub Konka
2023-03-03
link: give executable bit to wasm executables sometimes
Andrew Kelley
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-14
Zld: Report archive file with cpu arch mismatch
Tom Read Cutting
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-08
macho: fix incorrect representation of encodings count per page
Jakub Konka
2023-02-07
macho: ensure local syms buffer is nlist_64 aligned when re-reading from file
Jakub Konka
2023-02-06
macho: parse and sort data-in-code entries ahead of time
Jakub Konka
2023-02-06
macho: downgrade alignment requirements for symtab in object files
Jakub Konka
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-02
Merge pull request #14502 from ziglang/link-owned-atoms
Jakub Konka
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: fix pointer invalidation issues in Elf, MachO and Coff
Jakub Konka
2023-02-01
link: make SpirV atoms fully owned by the linker
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: use strtab.StringTable in Dwarf
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-02-01
link: clean up type resolution in Elf.Atom and MachO.Atom
Jakub Konka
2023-01-31
update build.zig API usage
Andrew Kelley
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-27
self-hosted: remove allocateDeclIndexes from the public link.File API
Jakub Konka
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: move TextBlock into its own module and rename to Atom
Jakub Konka
2023-01-26
elf: pull out logic for allocating a GOT entry into a helper
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-25
elf+macho: append null to DWARF strtab to avoid overlapping sects
Jakub Konka
2023-01-23
cbe: handle building for -msvc using clang and -gnu using msvc
kcbanner
2023-01-21
zld: fix 32bit build
Jakub Konka
2023-01-21
macho: fix sorting symbols by seniority
Jakub Konka
2023-01-21
macho: properly relocate target symbol address in __eh_frame
Jakub Konka
2023-01-21
macho: synthesise unwind records in absence of compact unwind section
Jakub Konka
2023-01-20
zld: parse, synthesise and emit unwind records
Jakub Konka
2023-01-20
macho: disable some log messages
Jakub Konka
2023-01-20
macho: use ArrayHashMap for tracking of dyld runtime metadata
Jakub Konka
2023-01-20
macho: revert ordering tweak of lazy bind pointers and add logging
Jakub Konka
[next]