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-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-25
remove 3 more implicit casts to const pointers
Andrew Kelley
2018-10-23
langref: dark style. easier on the eyes
Andrew Kelley
2018-10-23
fixes #1667
emekoi
2018-10-22
that's not a keyword
Josh Wolfe
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-05
docs: add comment about operator overloading
Andrew Kelley
2018-10-05
docs: fix double escaping html entities
Andrew Kelley
2018-10-04
improve pointer documentation
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-27
update @typeInfo docs
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-25
fix not syntax highlighting builtin module
Andrew Kelley
2018-09-24
minor langref improvements
Andrew Kelley
2018-09-22
doc: add note about reproducible builds
Andrew Kelley
2018-09-21
fixups
Andrew Kelley
2018-09-21
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...
Andrew Kelley
2018-09-18
fix regression from previous commit
Andrew Kelley
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-15
add docs for `@This()`
Andrew Kelley
2018-09-14
docs: more syntax highlighting
Andrew Kelley
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-07
Update langref.html.in
Raul Leal
2018-09-07
builtin functions: @byteOffsetOf and @bitOffsetOf
raulgrell
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
[prev]
[next]