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-07
Fetch: handle compressed git+http
Andrew Kelley
2025-08-07
TLS, HTTP, and package fetching fixes
Andrew Kelley
2025-08-07
fetch: avoid copying Resource
Andrew Kelley
2025-08-07
std.Io: delete BufferedReader
Andrew Kelley
2025-08-07
fetch: update for new http API
Andrew Kelley
2025-08-07
remove unnecessary discard
Justus Klausecker
2025-08-07
Add support for both '_' and 'else' prongs at the same time in switch statements
Justus Klausecker
2025-08-07
Permit explicit tags with '_' switch prong
Justus Klausecker
2025-08-07
Merge pull request #24199 from Justus2308/24106-fmt-casts
Matthew Lugg
2025-08-06
link: prevent deadlock when prelink tasks fail
mlugg
2025-08-06
Sema: fix initializing comptime-known constant with OPV union field
mlugg
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-08-05
std: remove BoundedArray
Andrew Kelley
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-08-04
std.compress.flate.Decompress: return correct size for unbuffered decompression
Ian Johnson
2025-08-04
Merge pull request #24629 from alexrp/android-requires-libc
Alex Rønne Petersen
2025-08-04
Merge pull request #24689 from mlugg/build-no-watch-regression
Matthew Lugg
2025-08-04
init: small fix to zig init template
Loris Cro
2025-08-04
cli: add `--debug-libc` to `zig build`
mlugg
2025-08-04
spirv: define and use extended instruction set opcodes
Ali Cheraghi
2025-08-03
linker: remove dependency on std.fifo
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-03
Merge pull request #22997 from Rexicon226/align-0-reify
Matthew Lugg
2025-08-03
spirv: use packed struct's backing int type for shift value
Ali Cheraghi
2025-08-03
OpenGL SPIR-V support
DialecticalMaterialist
2025-08-03
llvm: correctly lower `double_integer` for rv32
David Rubin
2025-08-03
spirv: move more type emitting functions to `Module`
Ali Cheraghi
2025-08-02
spirv: remove deduplication ISel
Ali Cheraghi
2025-08-02
spirv: refactor
Ali Cheraghi
2025-08-01
Merge pull request #24614 from ziglang/flate
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-08-01
refactor `reifyUnion` alignment handling
David Rubin
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-08-01
Sema: compile error on reifying align(0) struct fields
David Rubin
2025-07-31
fetch: More Git fixes
Ian Johnson
2025-07-31
fetch: remove checksum logic and fix new I/O API bugs
Andrew Kelley
2025-07-31
disable failing incremental test cases due to dwarf linker logic
Andrew Kelley
2025-07-31
fetch: update API usage
Andrew Kelley
2025-07-31
link: update some dwarf code to non deprecated API
Andrew Kelley
2025-07-31
compiler: fix unit test compile errors
Andrew Kelley
2025-07-31
compiler: update to new flate API
Andrew Kelley
2025-07-31
Sema: remove incorrect `requireRuntimeBlock` calls
Jackson Wambolt
2025-07-31
Merge pull request #24632 from mlugg/lossy-int-to-float-coercion
Matthew Lugg
2025-07-31
fetch: remove calls to fsync
Andrew Kelley
2025-07-31
Sema: add note suggesting dropping try on non error-unions
mikastiv
2025-07-31
Sema: disallow slicing many-item pointer with different sentinel
dweiller
2025-07-31
Sema: compile error on lossy int to float coercion
mlugg
2025-07-30
Sema: check min/max operand types
Jackson Wambolt
2025-07-30
Merge pull request #24278 from gooncreeper/atomic-fixes
Matthew Lugg
[prev]
[next]