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-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
Shorten @field documentation and add an example
Vesa Kaihlavirta
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
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
2019-08-11
all tests passing
Andrew Kelley
2019-08-03
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-02
docs: add atomicrmw operations list
Andrew Kelley
2019-07-20
docs: don't try to run the undefined behavior example test
Andrew Kelley
2019-07-16
organize the docs and some rewording
Andrew Kelley
2019-07-16
Add multidimensional array example
JohnathanFL
2019-07-16
fix documentation regarding mixing object files
Andrew Kelley
2019-07-11
doc clarify struct size and ABI-alignment
Michael Dusan
2019-07-06
Make anyerror not a keyword
hryx
2019-07-06
Merge pull request #2823 from hryx/unicode-escape
Andrew Kelley
2019-07-05
docs: mention `@unionInit` in the union section
Andrew Kelley
2019-07-04
Unicode escapes: documentation and grammar
hryx
2019-07-04
improve the error message and test coverage
Andrew Kelley
2019-07-03
Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107
Andrew Kelley
2019-07-03
add docs for enum literals
Andrew Kelley
2019-07-03
added tests for #1107 and a note in the reference
emekoi
2019-07-03
update `@unionInit` to integrate with result location semantics
Andrew Kelley
2019-07-02
fixups
Andrew Kelley
2019-07-02
Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field
Andrew Kelley
2019-07-02
docs: mention the standard library documentation
Andrew Kelley
2019-06-29
fix syntax highlighting
emekoi
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-26
all tests passing on linux
Andrew Kelley
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-22
Update langref.html.in
Gray Olson
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-18
fix tiny typo in langref.html.in
Boris
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-11
Update langref.html.in
Nicholas Walton
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-09
grammar
markfirmware
[prev]
[next]