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
Age
Commit message (
Expand
)
Author
2023-10-01
x86_64: implement float arithmetic builtins
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
x86_64: add missing caller preserved regs
Jacob Young
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
Jacob Young
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-10-01
Merge pull request #17346 from Vexu/errSetCast
Andrew Kelley
2023-10-01
update zig1.wasm
Veikka Tuominen
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-10-01
std.mem.zeroes: Zero out entire `extern union`, including padding
Jay Petacat
2023-10-01
Merge pull request #17161 from tiehuis/vectorize-index-of-scalar
Andrew Kelley
2023-09-30
Support fetching dependencies over git+http(s)
Ian Johnson
2023-09-30
Improve (Unmanaged)ArrayList.insert
Lucas Santos
2023-09-30
fix indexOfSentinel alignment for types larger than 1 byte
Marc Tiehuis
2023-09-30
Merge pull request #17328 from ziglang/simplify-cbe-deps
Andrew Kelley
2023-09-30
std.mem: check backend vector support for indexOfSentinel/indexOfScalarPos
Marc Tiehuis
2023-09-30
std.mem: add vectorized indexOfScalarPos and indexOfSentinel
Marc Tiehuis
2023-09-30
Merge pull request #17319 from ziglang/elf-tls
Jakub Konka
2023-09-29
C backend: iterate decl_table via slice
Andrew Kelley
2023-09-29
C backend: remove ?*Decl from DeclGen
Andrew Kelley
2023-09-29
C backend: remove unneeded ordering mechanism
Andrew Kelley
2023-09-29
Merge pull request #17312 from LucasSantos91/master
Andrew Kelley
2023-09-30
elf: skip writing out zerofill atoms to file
Jakub Konka
2023-09-29
Add include_extensions to InstallDir Options (#17300)
Krzysztof Wolicki
2023-09-29
std.ArrayList: fixups for the previous commit
Andrew Kelley
2023-09-29
elf: set sh_size to 0 for nobit sections in collision detection
Jakub Konka
2023-09-29
elf: dump state for debugging after writing it all out
Jakub Konka
2023-09-29
elf: fix setting st_value of _end synthetic symbol
Jakub Konka
2023-09-29
std.ArrayList: insertSlice avoids extra memcpy
Lucas Santos
2023-09-29
elf: set shdr/phdr file size before growing in VM
Jakub Konka
2023-09-29
elf: simplify logic for growing non-alloc sections
Jakub Konka
2023-09-29
Step.Run: fix assert of the wrong value (#17303)
Krzysztof Wolicki
2023-09-29
elf: fix calculating current allocated section size when growing alloc sections
Jakub Konka
2023-09-29
Merge pull request #14603 from AdamGoertz/file-uris
Andrew Kelley
2023-09-29
Extract logic for directory packages
Adam Goertz
2023-09-29
Fix diamond dependencies with directory packages
AdamGoertz
2023-09-29
Purge absolute paths and remove unneeded path processing
AdamGoertz
2023-09-29
Allow only relative paths.
Adam Goertz
2023-09-29
Support file:/// URIs and relative paths
Adam Goertz
2023-09-29
std.math.big.int.Const.order 0 == -0 (#17299)
Philipp Lühmann
2023-09-28
std.Build.ConfigHeader: override include guard option for blank style (#17310)
Luis Cáceres
2023-09-28
Compilation: introduce saveState()
Andrew Kelley
2023-09-28
Merge pull request #17318 from gh-fork-dump/linux-5.6-cachestat
Andrew Kelley
2023-09-28
Allow empty `enum` to be used in `EnumSet`/`EnumMap`
Christofer Nolander
2023-09-28
elf: fix 32bit build
Jakub Konka
2023-09-28
test: add x86_64-linux-musl-no-lld as a test target
Jakub Konka
2023-09-28
elf: move logic for extracing atom's code into input files
Jakub Konka
2023-09-28
std.mem: use for loop instead of while in indexOf* to reduce bound checking
Karl Seguin
2023-09-28
elf: test TLS in static programs
Jakub Konka
[next]