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-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
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-18
langref: add docs for void
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
Merge pull request #1109 from ziglang/pass-by-non-copying-value
Andrew Kelley
2018-06-16
langref: be clear that float types are always IEEE 754
Andrew Kelley
2018-06-16
allow passing by non-copying value
Andrew Kelley
2018-06-14
langref: docs for error return traces
Andrew Kelley
2018-06-13
langref: add merge error sets operator to operator table
Andrew Kelley
2018-06-12
add docs and missing test case for merging error sets
Andrew Kelley
2018-06-12
docgen: don't leave garbage .h files lying around
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
Andrew Kelley
2018-06-11
langref: add orelse keyword to syntax highlighting
Andrew Kelley
2018-06-11
langref: add coroutines documentation
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-07
remove @canImplicitCast builtin
Andrew Kelley
2018-06-07
langref: automatic update of builtin.zig
Andrew Kelley
2018-06-05
Renamed UndefinedLiteral to Undefined
Jimmi HC
2018-06-05
Removed NullLiteral to Null
Jimmi HC
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
[prev]
[next]