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
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
2024-09-10
remove explicit ComplexTypeTag from switch
Jesse Wattenbarger
2024-08-30
langref: separate header for faulty default field values
Andrew Kelley
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-08-12
fix C type corresponding to f80
Rich Remer
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-07-29
langref: Make pointer_coerce_const_optional test less obfuscated
Ryan Liptak
2024-07-21
improve `@enumFromInt` doc (#20354)
kj4tmp
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-27
langref: correct test runner path
Wayne Wu
2024-06-12
More precise error message for unencodable `\u` escapes
Ryan Liptak
2024-06-08
Document a few non-obvious variable assignments (#20213)
Gordon Cassie
2024-06-08
autodoc: fix misaligned table header when alignment is default (#20220)
expikr
2024-06-06
Release 0.13.0
0.13.0
Andrew Kelley
2024-06-05
seriously people, don't put "zig-" in your package names
Andrew Kelley
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-22
llvm: fix `@wasmMemory{Size,Grow}` for wasm64
Veikka Tuominen
2024-05-10
[docs] add examples of array/slice init using result location
Pyrolistical
2024-05-05
Build: cleanup
Jacob Young
2024-04-25
migrate langref documentation generation to the build system
Andrew Kelley
2024-04-19
Release 0.12.0
0.12.0
Andrew Kelley
2024-04-11
Document lazy dependency in init build.zig.zon
Jeremia Dominguez
2024-04-11
Document packed struct's backing int declaration
Nguyễn Gia Phong
2024-04-07
langref: update async functions section
Andrew Kelley
2024-04-06
langref: Fix example typo
Alex
2024-04-02
grammar: fix ASCII range typo
Nguyễn Gia Phong
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-18
langref: add naming guide
Andrew Kelley
2024-03-19
langref: Rename std.fs.wasi.{PreopenList => Preopens}
Linus Groh
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-15
langref: caution against default field values
Andrew Kelley
2024-03-15
langref: bit-aligned -> byte-aligned
Paul Jimenez
2024-03-15
langref: add basic documentation of RLS
mlugg
[next]