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
/
doc
Age
Commit message (
Expand
)
Author
2025-09-20
langref: don't assume too much about pointer to packed struct field
Andrew Kelley
2025-09-18
langref: runtime_shrExact_overflow does not work as expected on LoongArch
Alex Rønne Petersen
2025-09-17
langref: mention union support of `@fieldParentPtr`
rohlem
2025-09-10
langref: added missing newlines to destructuring tuples example
LukaTD
2025-09-07
frontend: vectors and arrays no longer support in-memory coercion
Andrew Kelley
2025-09-06
Merge pull request #25163 from ziglang/packed-union-unused
Andrew Kelley
2025-09-06
langref: update "Choosing an Allocator" section
Andrew Kelley
2025-09-05
langref: update for new packed union rules
Andrew Kelley
2025-08-21
langref: update nav link
Andrew Kelley
2025-08-21
langref: sync with zig-spec grammar.peg
Isaac Freund
2025-08-18
Release 0.15.0
0.15.0
Andrew Kelley
2025-08-17
langref: add documentation for unions with inferred tag and explicit tag values
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-05
std: remove BoundedArray
Andrew Kelley
2025-07-31
langref: improve `@import` documentation
mlugg
2025-07-31
Merge pull request #24537 from IOKG04/some-documentation-updates-0
Matthew Lugg
2025-07-30
langref: clarify allowed atomic types
Kendall Condon
2025-07-28
`.strong`, not `.Strong`
IOKG04
2025-07-28
Merge branch 'ziglang:master' into some-documentation-updates-0
Rue
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-22
`@rem()` and `@mod()` take `denominator != 0`, not just `denominator > 0`
IOKG04
2025-07-22
error return traces are *not* enabled for ReleaseSafe
IOKG04
2025-07-22
`[:x]T` coerces into `[*:x]T`
IOKG04
2025-07-20
langref: upgrade grammar.y for asm clobber change
Kendall Condon
2025-07-16
update docs
Andrew Kelley
2025-07-14
langref: remove dead code
Alex Kladov
2025-07-14
langref: don't encourage printing to stderr in tests
Alex Kladov
2025-07-14
langref: make example more interesting.
Alex Kladov
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-07-01
langref: runtime_shrExact_overflow does not work as expected on RISC-V
Alex Rønne Petersen
2025-06-12
Allow more operators on bool vectors (#24131)
Daniel Kongsgaard
2025-06-07
Merge pull request #24072 from jacobly0/x86_64-default
Andrew Kelley
2025-06-07
langref: undefined _is_ materialized in all safe modes (#24107)
Alex Kladov
2025-06-06
langref: global assembly test depends on llvm
Andrew Kelley
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-05-30
langref: Update calling convention (#24022)
Felix Rabe
2025-05-23
langref: update nav link for 0.14.1
Andrew Kelley
2025-04-26
langref: document @memmove
dweiller
2025-04-15
langref: reword some packed struct text and example
Andrew Kelley
2025-04-15
langref: packed struct documentation
kj4tmp@gmail.com
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-26
Clarify the multidimensional array example
Andrew Barchuk
2025-03-06
langref: update splat section
Kiëd Llaentenn
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-03-04
Release 0.14.0
0.14.0
Andrew Kelley
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
[next]