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
2018-06-02
introduce [*] for unknown length pointers
Andrew Kelley
2018-06-01
docs: add missing builtin to langref syntax coloring
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-24
doc fixups
Andrew Kelley
2018-05-24
Added argtype and error inferring info
braedonww@gmail.com
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-12
add @newStackCall builtin function
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-01
Added typeInfo to langref built_ins
Alexandros Naskos
2018-05-01
Fixed type info test, added documentation.
Alexandros Naskos
2018-04-30
support foo.* for ptr deref
Andrew Kelley
2018-04-19
Added builtin field to docs
Jimmi Holst Christensen
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-16
Added ReleaseSmall mode to docgen
Alexandros Naskos
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-08
add docs for union methods
Andrew Kelley
2018-04-08
add docs for packed enum
Andrew Kelley
2018-04-04
fix up logic for macos std.os.deleteTree
Andrew Kelley
2018-03-31
docs: fix unclosed code tag
Marc Tiehuis
2018-03-25
doc: fix typo and tighten wording in error sections
Jay Weisskopf
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-21
change async function call syntax
Andrew Kelley
2018-03-20
Remove unnecessary rule and re-fix an old bug
Tesla Ice Zhang
2018-03-17
Fix some explicit errors
Tesla Ice Zhang
2018-03-14
add missing docs for setAlignStack builtin
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-23
update errors section of docs
Andrew Kelley
2018-02-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-08
syntax: parse `?error!i32` as `?(error!i32)`
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
error sets - update langref. all tests passing
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-31
add docs for memberType, memberCount, memberName
Andrew Kelley
[prev]
[next]