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
juice
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
2022-01-07
Add missing package to the langref that's always available
r00ster
2021-12-21
Change `ArgIterator.next()` return type
ominitay
2021-12-21
Langref: replace mentions of c_void with anyopaque
John Schmidt
2021-12-20
Release 0.9.0
0.9.0
Andrew Kelley
2021-12-18
langref: fix tidy html error
Andrew Kelley
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-18
Add Vector documentation (#10303)
bnprks
2021-12-11
langref: document @prefetch() builtin
Isaac Freund
2021-12-03
Add documentation for sentinel-terminated slicing (#10010)
Michael Byrne
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-11-30
allocgate: apply missed changes
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-23
Minor rewording of "Shadowing" section within language reference
Michael Byrne
2021-10-12
Merge pull request #9878 from pfgithub/patch-4
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-04
langref: Explain Zig Test
Mr. Paul
2021-10-03
fix assuming multiline string tokens end with '\n'
pfg
2021-10-03
switch back to peg for the grammar type
pfg
2021-10-02
fix the erroring tests
pfg
2021-10-02
fix grammer file name and .y file type
pfg
2021-10-02
fix incorrectly escaped html
pfg
2021-10-01
fix fmt
pfg
2021-10-01
fix style in th
pfg
2021-10-01
fix line numbers on multiline strings, add line numbers to peg grammar
pfg
2021-10-01
Add line numbers to langref (fixes #9870)
pfg
2021-09-30
Fix a typo in @ceil documentation.
Nathan Michaels
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: langref - use <th> tags
Travis Staloch
2021-09-28
sat-arithmetic: langref - remove syntax disclaimer
Travis Staloch
2021-09-28
sat-arithmetic: update langref
Travis Staloch
2021-09-28
sat-arithmetic: fix docgen
Travis Staloch
2021-09-27
Langref: fix HTML escaped symbol WASM JavaScript code example
Mr. Paul
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Merge pull request #9649 from Snektron/address-space
Andrew Kelley
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
docgen: re-enable syntax checking for code blocks
Mr. Paul
2021-09-20
langref: define the inferred error set syntax more explicitly
Rory O’Kane
2021-09-20
Address Spaces: Render addrspace token in docgen
Robin Voetter
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-10
Improve HTML semantics and a11y of language reference
Mr. Paul
2021-09-07
langref: update link to 0.8.1 docs
Andrew Kelley
2021-09-01
langref: new usingnamespace semantics
Andrew Kelley
2021-09-01
docgen: syntax blocks don't actually run the code
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-31
fix typo
Philipp Lühmann
2021-08-28
stage2: delete keywords `true`, `false`, `undefined`, `null`
Andrew Kelley
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
[next]