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
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-27
translate-c: Add documentation for `zig translate-c`
Evan Haas
2021-06-25
langref: make @setRuntimeSafety more correct
Jacob G-W
2021-06-23
langref: fix unused vars
Andrew Kelley
2021-06-23
fix typos in langref.html
Veikka Tuominen
2021-06-23
Docs clarification: local static variable (#8381)
Roman Frołow
2021-06-23
docs: top level global assembly -> container level
Jacob G-W
2021-06-16
embedFile: change notation from [X:0] to [N:0]
Daniele Cocca
2021-06-16
typeName: amend return type to string literal
Daniele Cocca
2021-06-16
errorName: return a null-terminated slice
Daniele Cocca
2021-06-16
tagName: return a null-terminated slice
Daniele Cocca
2021-06-15
AstGen: support `@export` with field access
Andrew Kelley
2021-06-13
Improve error message when std.fmt.format is missing arguments
Jarred Sumner
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-10
Documentation TOC item color changed
Norberto Martínez
2021-06-09
langref: link to 0.7.1 not 0.7.0 for the previous docs
Andrew Kelley
2021-06-09
langref: remove paragraph that mentions IRC
Andrew Kelley
2021-06-04
Release 0.8.0
0.8.0
Andrew Kelley
2021-06-04
langref: sync grammar with zig-spec repo
Isaac Freund
2021-06-04
docs: minor spelling fix
viri
2021-05-25
fix position of `.*` and `.?` in operator precedence table documentation
Matthew Borkowski
2021-05-24
fix position of `orelse` and `catch` in precedence table and remove misplaced...
Matthew Borkowski
2021-05-21
wasm: build static archive unless -dynamic specified
Jakub Konka
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-17
update langref, compile-error tests, safety tests
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in langref.html
Veikka Tuominen
2021-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-01
add doc in `Anonymous Struct Literal` section for special @"0" syntax. (#8630)
Devin Bayer
2021-05-01
Doc: zig-cache/bin -> zig-out/bin (#8659)
Frank Denis
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-22
delete packed enums from the language
Andrew Kelley
2021-04-22
langref: add docs for `@extern`
Andrew Kelley
2021-04-13
Update doc for struct field alignment.
Devin Bayer
2021-04-10
Fix langref.html anchor navigation
Carlos Zúñiga
2021-04-02
docs: document the nosuspend keyword (#7972)
Mathieu Guay-Paquet
2021-03-28
Remove the base64 unsafe decoder
Frank Denis
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-03-12
langref: Use "single-item pointer" and "many-item pointer" (#8217)
Dave Gauer
2021-03-03
update docs and grammar to allow CRLF line endings (#8063)
Josh Wolfe
2021-02-28
langref: Update usage of Thread.spawn()
LemonBoy
2021-02-24
Avoid concept of a "Unicode character" in documentation and error messages (#...
Josh Wolfe
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-02-01
docs: Clarify that @field can work on declarations
Ryan Liptak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
remove @TagType
Tadeo Kondrak
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-02
langref: Update langref to use {s}
LemonBoy
2020-12-23
Clarify condusing wording regarding `%` and `/`
Eleanor Bartle
[prev]
[next]