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
2022-04-09
Remove primitive values from keyword reference
Kirk Scheibelhut
2022-04-04
langref: rename incorrect expect to assert
Philipp Lühmann
2022-03-25
chore: doc fixes, closes 11091
dxps
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
langref: small clarification of `@reduce`
Andrew Kelley
2022-03-14
basic language features do not belong in std.meta
Andrew Kelley
2022-03-08
langref: fix a stray anyopaque that should be a void
Andrew Kelley
2022-03-06
correct `@frameSize()` params in documentation
The Depressed Milkman
2022-02-23
Add documentation for common mistakes in errdefer scoping
Exonorid
2022-02-17
stage1: improve error message when casting tuples
Veikka Tuominen
2022-02-14
CI: update download page and langref for 0.9.1
Andrew Kelley
2022-02-14
langref: correct info about type info of declarations
Andrew Kelley
2022-02-08
update more API usage of std.Progress
Andrew Kelley
2022-02-04
Various documentation fixes
Kirk Scheibelhut
2022-02-02
Correct f80 description
GithubPrankster
2022-01-30
Full response file (*.rsp) support
PhaseMage
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-28
std: add f80 bits
Veikka Tuominen
2022-01-27
docs: reorganize `@truncate` and `@intCast` for clarity
praschke
2022-01-27
fix precedence in langref or example
Philipp Lühmann
2022-01-27
Added documentation for implicit struct pointer dereferencing
Exonorid
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
[next]