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-01-03
add noInlineCall to docs
Andrew Kelley
2018-01-03
doc fixes
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-24
docs: fix typo
Andrew Kelley
2017-12-23
add source encoding rules to the docs. see #663
Josh Wolfe
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-19
wip bring back export keyword
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-12-04
update docs regarding enums and unions
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-12-02
ability to set tag values of enums
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-24
update homepage docs
Andrew Kelley
2017-11-20
move base64 functions into structs
Josh Wolfe
2017-11-20
rework std.base64 api
Josh Wolfe
2017-11-16
add documentation placeholders for unions
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-09-30
update C headers to clang 5.0.0
Andrew Kelley
2017-09-25
fix docs
Andrew Kelley
2017-08-20
move docs to website
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-08
move docs to ziglang.org
Andrew Kelley
2017-05-07
rename c_long_double to c_longdouble
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-04
implement else on loops and break can give an expression
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-22
slicing now returns correct const-ness
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
remove `?return` and `?defer`
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-20
Add @offsetOf builtin function
Raul Leal
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-13
move emacs/vim files to separate repos
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-06
fix runtime struct initialization of bitfield
Andrew Kelley
2017-04-04
doc: link to Andrea's emacs mode
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
[next]