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-03-09
docgen: --cache off for tests
Andrew Kelley
2019-03-09
fix docgen and fix unnecessarily adding .root suffix to objects
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-02
@returnAddress and @frameAddress return usize now
Andrew Kelley
2019-03-02
all integers returned by @typeInfo are now comptime_int
Sahnvour
2019-03-01
fix docs typo
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
improve docs for unions and switching on tagged unions
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
add docs for zero bit types and pointers to zero bit types
Andrew Kelley
2019-02-22
docs for packed structs
Andrew Kelley
2019-02-22
fix `@bitCast` when src/dest types have mismatched handle_is_ptr
Andrew Kelley
2019-02-18
Some function doc tweaks (#1961)
John Schmidt
2019-02-18
docs: shadowing
Andrew Kelley
2019-02-18
docs: note top level declarations are order-independent
Andrew Kelley
2019-02-18
pull request fixups
Andrew Kelley
2019-02-18
make @enumToInt work on union(enum)
emekoi
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
2019-02-14
add docs for C pointers
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-10
langref: update grammar with c pointers
Andrew Kelley
2019-02-09
`@truncate`: comptime 0 when target type is 0 bits
Andrew Kelley
2019-02-09
docs: add threadlocal keyword to grammar
Andrew Kelley
2019-02-09
docgen: update for threadlocal keyword
Andrew Kelley
2019-02-08
fix docs
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-06
doc/targets.md has moved to the github wiki
Andrew Kelley
2019-02-05
docs: clarify passing aggregate types as parameters
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-29
simpler implementation of `&&` and `||` hints
Andrew Kelley
2019-01-25
Hint at use of and/or when &&/|| is improperly used (#1886)
kristopher tate
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-23
hello world example can use `const` instead of `var`
Andrew Kelley
2018-12-14
docs: fix alphabetical sorting of builtin functions
Andrew Kelley
2018-12-13
fix mistakes introduced in b883bc8
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-11
font-family fallbacks for unsupported system-ui
Jay Weisskopf
2018-12-11
docs: Prefer system-ui font-family
Jay Weisskopf
2018-12-11
Document explicitly ignoring expression values
Henry Nelson
2018-11-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
2018-11-19
docs: fix some incorrect error documentation
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-17
Updated docs to newest grammar
Jimmi HC
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-11-14
Manual update to new grammar.
Jimmi Holst Christensen
[prev]
[next]