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
getAppDataDir
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
std.Io.Threaded-groups-2
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-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
2025-02-26
bump package id component to 32 bits
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-22
langref: document modules, root source files, etc
mlugg
2025-02-22
langref: embrace the term "illegal behavior"
mlugg
2025-02-22
langref: improve description of `@fieldParentPtr`
mlugg
2025-02-09
std.BoundedArray: popOrNull() -> pop() [v2] (#22723)
Meghan Denny
2025-02-07
langref/errorset: Replace subset description with union
Frank Plowman
2025-01-29
langref: clarify restricted `@memcpy` semantics
mlugg
2025-01-28
langref: Document destructuring (#21627)
87
2025-01-26
langref: fixes incorrect description of cmpxchg functions
isaac yonemoto
2025-01-26
link to Tuples section in Hello World docs, and give an example of an empty t...
bsubei
2025-01-26
langref: correct return type of comptime known bitcount ops
rpkak
2025-01-26
fix typo in @typeName langref
kj4tmp@gmail.com
2025-01-26
Add `zig std` to langref.html (#22360)
ExeVirus
2024-12-30
langref: move pointer casting section out of volatile subsection
Andrew Kelley
2024-12-21
doc: mention zig can't use URLs if their content changes
Jonathan Marler
2024-11-26
revert langref section "common errdefer slip ups"
Andrew Kelley
2024-11-13
langref: delete misleading example code about packed structs
Andrew Kelley
2024-10-29
typo: will inlined -> will be inlined
Roman Frołow
2024-10-25
Remove `@setAlignStack` from the langref
llogick
2024-10-19
langref: update `enum_export_error.zig` for callconv changes
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-10-17
langref: update builtin variadic functions
wooster0
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-09-12
Labeled switch documentation (#21383)
LiterallyVoid
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
[next]