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
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
Document sentinel type in langref
Jonathan Marler
2019-12-10
Rename @typeOf to @TypeOf in the language reference
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-08
update docs to new fmt API
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
docs: add html lang and minor fixes
xackus
2019-12-05
docs: fix assembly example
xackus
2019-12-03
Update the docs to use `@as`
yvt
2019-12-01
fix docs regressions
Andrew Kelley
2019-11-29
docs: this statement was in the wrong section
Andrew Kelley
2019-11-25
docs: update references to wasm_allocator
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
langref: update for sentinel-terminated types
Andrew Kelley
2019-11-21
update docs for null terminated stuff
Andrew Kelley
2019-11-13
README: update the short description of what zig is
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
add @atomicStore builtin
Vexu
2019-11-11
update docs for anonymous struct/list literals
Andrew Kelley
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
initial docs for `@as`
Andrew Kelley
2019-10-27
make implicit cast of tagged unions to enums easier to find in docs
xackus
2019-10-22
Add documentation on function parameter type inference.
Maximilian Hunt
2019-10-21
remove pub syntax for container fields
Vexu
2019-10-09
Merge pull request #3390 from nrdmn/unicode_character_literals
Andrew Kelley
2019-10-07
unicode character literals
Nick Erdmann
2019-10-07
Fix typo in docs
Matt Keeter
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
2019-10-04
langref: no viewport
Andrew Kelley
2019-10-03
docs: use the updated png favicon
Andrew Kelley
2019-10-02
llvm 9.0.0 => llvm 10.0.0
Andrew Kelley
2019-09-30
langref: add 0.5.0 docs link
Andrew Kelley
2019-09-29
docs: docgen supports release safe exe code examples
Andrew Kelley
2019-09-26
docs: mention release-small along with release-fast
Andrew Kelley
2019-09-26
doc: usingnamespace imports only public decls
Michael Dusan
2019-09-24
add docs for usingnamespace
Andrew Kelley
2019-09-22
Fix #3272 - update docs
Euan Torano
2019-09-20
fix typo in docs
Andrew Kelley
2019-09-19
update remaining llvm 8.0.0 references to 9.0.0
Andrew Kelley
2019-09-19
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-19
docs: clarify @clz and @ctz terminology to not be endian-specific.
Shawn Landden
[prev]
[next]