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.md
Age
Commit message (
Expand
)
Author
2015-12-24
add while loop
Andrew Kelley
2015-12-24
add struct value expression
Andrew Kelley
2015-12-23
inline assembly uses -> instead of return
Andrew Kelley
2015-12-15
fix assignment operators for struct fields
Andrew Kelley
2015-12-15
analyze: clean up type checking
Andrew Kelley
2015-12-15
support inline assembly expressions with return type
Andrew Kelley
2015-12-14
analyze: BlockContext has concept of module scope
Andrew Kelley
2015-12-14
`const` and `var` instead of `let` and `let mut`
Andrew Kelley
2015-12-14
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-12
tokenizing assignment operators
Josh Wolfe
2015-12-12
fix short circuit expressions
Josh Wolfe
2015-12-12
fix a + b + c and similar
Josh Wolfe
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-11
hello world working without libc
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
add language reference documentation
Andrew Kelley
[prev]