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-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
2018-01-31
docs: move source encoding section
Andrew Kelley
2018-01-31
add docs recommending to only have 1 cImport
Andrew Kelley
2018-01-31
add some docs for reflection
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-30
langref: remove page title header
Andrew Kelley
2018-01-30
Improve documentation styling for mobile devices
Marc Tiehuis
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-23
cleanups that I meant to put in the previous commit
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-22
docgen: verify internal links
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-19
fix docgen on windows
Andrew Kelley
2018-01-19
temporary workaround for os.deleteTree not implemented for windows/mac
Andrew Kelley
2018-01-19
docs: remove references to %% prefix operator
Andrew Kelley
2018-01-19
all doc code examples are now tested
Andrew Kelley
2018-01-17
ziglang.org home page no longer in this repo
Andrew Kelley
2018-01-17
docgen: support executing exe code examples
Andrew Kelley
2018-01-17
docgen: validate See Also sections
Andrew Kelley
2018-01-17
docgen auto generates table of contents
Andrew Kelley
[next]