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-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
remove the scope parameter of setFloatMode
Andrew Kelley
2018-09-13
fix tagged union with only 1 field tripping assertion
Andrew Kelley
2018-09-12
docs: langref is now javascript-free
Andrew Kelley
2018-09-11
fix docgen tests
Andrew Kelley
2018-09-05
stage1 compile error instead of crashing for unsupported comptime ptr cast
Andrew Kelley
2018-09-03
clarify const variables in docs
Andrew Kelley
2018-09-03
better anonymous struct naming
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-08-27
langref: document labeled blocks, labeled for, labeled while
Andrew Kelley
2018-08-27
langref: document exporting a library
Andrew Kelley
2018-08-25
document fixed-width integer types
Andrew Kelley
2018-08-24
Fix builtin alignment type
Marc Tiehuis
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-22
fixup for previous commit
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-20
langref: add docs for peer type resolution
Andrew Kelley
2018-08-18
docs: correct @memcpy, @memset function signatures
Marc Tiehuis
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-10
docgen: fix usage of std.HashMap
Andrew Kelley
2018-08-06
doc: @addWithOverflow also returns if overflow occured
Shawn Landden
2018-08-02
doc/langref.html.in: add builtin @handle() to docs;
kristopher tate
2018-08-02
doc/langref.html.in: update suspend example with @handle();
kristopher tate
2018-08-02
doc/langref.html.in: update docs to reflect that the promise symbol is no in ...
kristopher tate
2018-07-30
Add "Comments" section to language reference (#1309)
Matthew D. Steele
2018-07-30
fix docs for break from suspend
Andrew Kelley
2018-07-27
remove ability to break from suspend blocks
Andrew Kelley
2018-07-17
Fixed minor documentation errors (#1256)
Jay Weisskopf
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-14
docs: correct some misinformation
Andrew Kelley
2018-07-10
langref: docs for union safety
Andrew Kelley
2018-07-09
ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack traces
Andrew Kelley
2018-07-09
langref: docs for invalid error set cast and incorrect pointer alignment
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
remove outdated semantic analysis documentation
Andrew Kelley
2018-07-06
langref: add more internal links
Andrew Kelley
2018-07-03
langref: improve docs for while and undefined
Andrew Kelley
2018-07-02
add runtime safety for `@intToEnum`; add docs for runtime safety
Andrew Kelley
2018-07-01
syntax in build.zig example doc
Josh Wolfe
2018-06-27
add f16 to langref
Andrew Kelley
2018-06-26
langref: explicit cast section
Andrew Kelley
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-19
langref: organize docs for inline loops and add note about when to use it
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
update langref
Andrew Kelley
2018-06-19
Merge pull request #1136 from alexnask/typeinfo_improvements
Andrew Kelley
2018-06-19
Added missing ?type in docs.
Alexandros Naskos
2018-06-19
@typeInfo now uses optional types instead of @typeOf(undefined)
Alexandros Naskos
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
[next]