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
/
langref.md
Age
Commit message (
Expand
)
Author
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-02-04
switch statements resolve peer compatibility
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-01-31
parseh handles typedef void better
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-29
parseh understands variable declarations
Andrew Kelley
2016-01-28
ability to specify function type
Andrew Kelley
2016-01-28
parser: allow missing fn name and missing param names
Andrew Kelley
2016-01-26
different extern syntax and simplify parsing top level decls
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
add the C integer types
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-22
add undefined reserved word
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-20
Merge branch 'master' of github.com:andrewrk/zig
Andrew Kelley
2016-01-20
basic support for switch expression
Andrew Kelley
2016-01-20
start working on lang spec
MovingtoMars
2016-01-19
add switch statement support to parser
Andrew Kelley
2016-01-19
add switch statement to language reference
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-15
reduce precedence of {} suffix operator
Andrew Kelley
2016-01-14
parser: type expressions cannot be assignment
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-10
update enum parsing to new plan
Andrew Kelley
2016-01-10
parsing enum declarations
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-07
implement array slicing syntax
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
support pub structs. move rand to std lib.
Andrew Kelley
2016-01-06
support unknown size arrays
Andrew Kelley
2016-01-05
array syntax is [10]i32 instead of [i32; 10]
Andrew Kelley
2016-01-04
add pointer dereferencing operator
Andrew Kelley
2016-01-04
add member functions
Andrew Kelley
2016-01-03
implement #sizeof()
Andrew Kelley
2016-01-03
add #typeof() compiler function
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2015-12-31
block expressions require parens
Andrew Kelley
2015-12-26
parse if maybe expression
Andrew Kelley
2015-12-24
implement continue expression
Andrew Kelley
2015-12-24
add break expression
Andrew Kelley
[prev]
[next]