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
Age
Commit message (
Expand
)
Author
2021-09-16
macho: implement object relinking in stage2
Jakub Konka
2021-09-15
stage2: fix "cmpxchg with ptr" test case
Andrew Kelley
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-15
stage2: implement `@fence`
Andrew Kelley
2021-09-15
Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...
Michal Ziulek
2021-09-15
macho: when adding extern fn, check if already resolved
Jakub Konka
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-14
plan9 linker: fix for 32 bit
Jacob G-W
2021-09-14
Merge pull request #9676 from ziglang/zld-incr
Jakub Konka
2021-09-14
macho: disable splitting sections into atoms in release
Jakub Konka
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-09-13
stage2: add array_to_slice AIR instruction
Andrew Kelley
2021-09-13
stage2: Type/Value use an enum rather than usize
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-13
macho: use the cache system to know if need to relink objects
Jakub Konka
2021-09-13
macho: fix logic for updating exports in incremental codepath
Jakub Konka
2021-09-13
macho: fix incremental compilation
Jakub Konka
2021-09-13
macho: split resolveSymbols into standalone functions
Jakub Konka
2021-09-12
Address feedback
Andrew Gutekanst
2021-09-11
macho: insert rpaths upon parsing
Jakub Konka
2021-09-11
macho: enable tracy in more places within the linker
Jakub Konka
2021-09-10
link: fix invalid file path used when cross-compiling for Windows -> Mac
Andrew Gutekanst
2021-09-11
macho: change all occurrences of TextBlock into Atom
Jakub Konka
2021-09-10
macho: rename blocks to atoms in Object.zig
Jakub Konka
2021-09-10
macho: write adjacent atoms to in-memory buffer
Jakub Konka
2021-09-09
Fix unmatched close brace in zir dump
Martin Wickham
2021-09-09
macho: init process of renaming TextBlock to Atom
Jakub Konka
2021-09-09
macho: properly adjust section sizes
Jakub Konka
2021-09-09
macho: don't allocate atoms when parsing objects
Jakub Konka
2021-09-09
macho: padToIdeal each parsed section size before storing
Jakub Konka
2021-09-09
macho: precompute total required size when parsing objects
Jakub Konka
2021-09-08
macho: use smaller padding until we have branch islands on arm64
Jakub Konka
2021-09-07
finalize windows_sdk paths based on snickler suggestions
Jonathan Marler
2021-09-07
macho: store source section address of relocs in context
Jakub Konka
2021-09-07
changes to build zig-bootstrap aarch64-windows
Jonathan Marler
2021-09-07
Fix libc file to check against compilation target instead of native (#9670)
Martin Wickham
2021-09-07
Merge pull request #9684 from FnControlOption/astgen-string-table
Andrew Kelley
2021-09-07
macho: fix alignment of atoms which begin the section
Jakub Konka
2021-09-07
Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...
Jonathan Marler
2021-09-07
macho: fix commands.zig tests
Jakub Konka
2021-09-07
macho: update max section alignment when inserting atoms
Jakub Konka
2021-09-06
macho: make sure that parsed bss atoms are zero-filled
Jakub Konka
2021-09-06
macho: set and reset file offset to zerofill sections in flush
Jakub Konka
2021-09-06
macho: allocate sections one after the other and grow if needed
Jakub Konka
2021-09-06
macho: require atom padding for machine code only
Jakub Konka
2021-09-06
macho: fix noninclusion of data-in-code
Jakub Konka
2021-09-05
macho: encaps logic for extract sect offset into fn
Jakub Konka
2021-09-05
macho: add logic for segment expansion
Jakub Konka
2021-09-05
macho: add a small routine to update section ordinals at the end
Jakub Konka
[next]