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
/
langref
Age
Commit message (
Expand
)
Author
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-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-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
`[:x]T` coerces into `[*:x]T`
IOKG04
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-01
langref: runtime_shrExact_overflow does not work as expected on RISC-V
Alex Rønne Petersen
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-04-15
langref: reword some packed struct text and example
Andrew Kelley
2025-04-15
langref: packed struct documentation
kj4tmp@gmail.com
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-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
`@deprecated`: add langref entry
Loris Cro
2025-02-22
langref: document modules, root source files, etc
mlugg
2025-02-22
langref: embrace the term "illegal behavior"
mlugg
2025-02-09
std.BoundedArray: popOrNull() -> pop() [v2] (#22723)
Meghan Denny
2025-01-28
langref: Document destructuring (#21627)
87
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-19
langref: update `enum_export_error.zig` for callconv changes
mlugg
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-09-12
Labeled switch documentation (#21383)
LiterallyVoid
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
remove explicit ComplexTypeTag from switch
Jesse Wattenbarger
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-14
langref: clarify functionality of the round builtin (#19503)
T
2024-07-29
langref: Make pointer_coerce_const_optional test less obfuscated
Ryan Liptak
2024-07-21
langref: add example for errdefer |err| sytnax
Alex Kladov
2024-07-21
single pointer slice syntax added
ssmid
2024-07-15
Sema: support pointer subtraction
Wooster
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-08
Document a few non-obvious variable assignments (#20213)
Gordon Cassie
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
[next]