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
2019-11-08
initial docs for `@as`
Andrew Kelley
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
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
Merge branch 'stratact-no-dir-allocators'
Andrew Kelley
2019-10-21
remove pub syntax for container fields
Vexu
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
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-30
remove unhelpful/outdated/unused doc file
Andrew Kelley
2019-09-29
docs: docgen supports release safe exe code examples
Andrew Kelley
2019-09-29
docgen: support code examples for riscv target
Andrew Kelley
2019-09-26
docgen: add "process terminated by signal" to exe_err
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-25
docgen: slightly better caching
Andrew Kelley
2019-09-24
add docs for usingnamespace
Andrew Kelley
2019-09-24
docgen: test blocks support linking libc
Andrew Kelley
2019-09-24
docgen: slightly cleaner display of libc cli args
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
2019-09-19
add docs for `@splat`
Andrew Kelley
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Shorten @field documentation and add an example
Vesa Kaihlavirta
2019-09-05
Add the noinline keyword for function declarations
LemonBoy
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
changing occurrences of HashMap with []const u8 as keys for StringHashMap
Sahnvour
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-20
Merge branch 'master' into llvm9
Andrew Kelley
2019-08-19
added documentation for field access to C pointers (#3088)
Aaron Klapatch
2019-08-17
fix compiler not checking alignment of function frames
Andrew Kelley
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-16
implement new async syntax in self-hosted compiler
Vexu
2019-08-15
basic docs for new async/await semantics
Andrew Kelley
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
[prev]
[next]