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
Group-Canceled
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
groupAwait
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
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
2017-04-02
fix else-if parsing
Josh Wolfe
2017-04-02
fix confusion in block expression parsing
Josh Wolfe
2017-04-02
show implicit semicolon rules in langref grammar
Josh Wolfe
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
add debug safety checks for remainder division
Andrew Kelley
2017-03-26
update langref
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-26
add comptime top level declaration
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-02
add basic emacs syntax file
Andrew Kelley
2017-03-02
remove zeroes from vim syntax file
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-05
try expression can omit variable assignments
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-03
add setGlobalAlign and setGlobalSection builtin functions
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
Andrew Kelley
2017-02-01
document setDebugSafety builtin function
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
[prev]
[next]