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.html.in
Age
Commit message (
Expand
)
Author
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-19
langref: update to new error message
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-07-27
std.fmt: lowercase compile errors
r00ster91
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-23
langref: clarify permitted `@bitCast` usage.
InKryption
2022-07-23
docs: Pointer Arithmetic
Allan Regush
2022-07-15
doc/langref: clarify behavior of slicing with constant indexes
Yujiri
2022-07-07
langref: disable an example that regressed from LLVM 14
Andrew Kelley
2022-06-27
doc: update std.builtin.TypeInfo to std.builtin.Type
Pierre Curto
2022-05-27
Fix grammatical error
r00ster
2022-05-17
docs: add documentation on errdefer with caputure syntax
Vincenzo Palazzo
2022-05-17
docs: add documentation about return stm in the defer method
Vincenzo Palazzo
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-10
docs: T.bit_count -> @typeInfo(T).Int.bits
Kirk Scheibelhut
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-21
[doc update] add size_t (#11482)
Motiejus Jakštys
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
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-04
Various documentation fixes
Kirk Scheibelhut
2022-02-02
Correct f80 description
GithubPrankster
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
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
[prev]
[next]