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
/
arch
Age
Commit message (
Expand
)
Author
2023-11-03
x86_64: reduce `RegisterManager` performance regression
Jacob Young
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-11-01
wasm: fix bitcasting to -and from arrays
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-30
elf: move incremental codegen bits into ZigObject.zig
Jakub Konka
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-30
coff: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-29
x86_64: refactor codegen memory repr
Jacob Young
2023-10-29
x86_64: fix hazard between pic call and sysv cc
Jacob Young
2023-10-28
x86_64: handle .load_symbol in more places
Jacob Young
2023-10-28
x86_64: handle .load_symbol in mul_with_overflow and mul_div
Jakub Konka
2023-10-28
x86_64: assert fixes are ._ for linker_reloc
Jakub Konka
2023-10-28
x86_64: refactor Lower.zig
Jakub Konka
2023-10-28
x86_64: pass behavior tests PIC and non-PIC
Jakub Konka
2023-10-28
x86_64: no more load/lea_symbol weirdness
Jakub Konka
2023-10-28
elf: set needs_got on generated extern vars
Jakub Konka
2023-10-28
x86_64: rename load/lea_memory to load/lea_symbol
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-27
x86_64: fix `@memset`
Jacob Young
2023-10-27
x86_64: add missing spill
Jacob Young
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
x86_64: implement inline asm GOT reference for PIC targets
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement `@mod` for floating-point types
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-10-21
x86_64: fix crashes
Jacob Young
2023-10-18
x86_64: improve inline assembly support
Jacob Young
2023-10-17
Merge pull request #17556 from ziglang/elf-link-zig-proper
Jakub Konka
2023-10-17
x86_64: fix C abi argument passing in memory
Jacob Young
2023-10-16
codegen: refactor .actual_got into .extern_got
Jakub Konka
2023-10-16
codegen+elf: lower imported data refs
Jakub Konka
2023-10-16
x86_64: add -fPIC support targeting ELF
Jakub Konka
[prev]
[next]