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
2025-08-15
fix: print error set members in a consistent order
Will Lillis
2025-08-14
Merge pull request #24825 from alexrp/freebsd-fixes
Alex Rønne Petersen
2025-08-13
Merge pull request #24816 from mlugg/small-fixes
Matthew Lugg
2025-08-13
Dwarf: handle noreturn union fields in more places
mlugg
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-13
Merge pull request #24381 from Justus2308/switch-better-underscore
Matthew Lugg
2025-08-13
llvm: unions which are equivalent to enums are not by-ref
mlugg
2025-08-13
llvm: support small error limits
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-13
Merge pull request #24734 from Rexicon226/tsan-fix
Alex Rønne Petersen
2025-08-13
freebsd: correctly define __FreeBSD_version to the first stable release
Alex Rønne Petersen
2025-08-13
freebsd: fix PIC macro not being defined for crt1_s.S
Alex Rønne Petersen
2025-08-13
optimize `@intCast` in llvm backend (#24739)
Rue
2025-08-12
fix: remove incorrect '&'
Justus Klausecker
2025-08-12
fix: emit vector instead of scalar u1_zero in shl_with_overflow logic
Justus Klausecker
2025-08-12
add remaining undef value tests ; fix `@truncate` undef retval type
Justus Klausecker
2025-08-12
add undef shift tests ; mirror `zirShl` logic for `@shlWithOverflow`
Justus Klausecker
2025-08-12
Sema: replace all remaining aggregate interns related to `@typeInfo`
Justus Klausecker
2025-08-12
remove redundant test cases
Justus Klausecker
2025-08-12
replace most aggregate interns in x86_64/CodeGen
Justus Klausecker
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-08-12
Sema: replace most aggregate interns with pt.aggregateValue
Justus Klausecker
2025-08-12
address most comments
Justus Klausecker
2025-08-12
make `>>` a compile error with any undef arg ; add a bunch of test cases
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-08-11
Dwarf: port to new Writer API
Jacob Young
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-11
fix(fmt): return correct exit code for `zig fmt --stdin --check`
Will Lillis
2025-08-11
elf: fix potential overflow in got emission
David Rubin
2025-08-10
Merge pull request #24768 from alichraghi/spv5
Alex Rønne Petersen
2025-08-10
zig fmt: flush stdout before exiting with error
Techatrix
2025-08-09
Merge pull request #24743 from ziglang/BufferedWriter
Andrew Kelley
2025-08-09
spirv: remove prune_unused ISel
Ali Cheraghi
2025-08-08
Fetch.git: fix FetchStream packet reading
Ian Johnson
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-08-08
Sema: fix unreasonable progress node numbers
mlugg
2025-08-08
Fetch.git: replace a toss with discardAll
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-08
Merge pull request #24740 from ziglang/http-plus-fixes
Andrew Kelley
2025-08-07
link.Dwarf: minimal changes to remove CountingWriter
Andrew Kelley
2025-08-07
Revert "random patches from another branch"
Andrew Kelley
2025-08-07
random patches from another branch
Andrew Kelley
2025-08-07
std.Io: delete CountingWriter
Andrew Kelley
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-07
Fetch: fix FetchStream logic
Andrew Kelley
2025-08-07
Fetch: make FetchStream live longer
Andrew Kelley
[prev]
[next]