| 9 years ago | Josh Wolfe | | defer without a block body requires a following semicolon |
| 9 years ago | Josh Wolfe | | add secret void expression after defer statement if it's the last statement in a block |
| 9 years ago | Josh Wolfe | | allow implicit semicolon after defer {} |
| 9 years ago | Josh Wolfe | | variable declarations must be followed by semicolon |
| 9 years ago | Josh Wolfe | | fix confusion in block expression parsing |
| 9 years ago | Josh Wolfe | | Require top-level-declaration comptime use {} |
| 9 years ago | Josh Wolfe | | show implicit semicolon rules in langref grammar |
| 9 years ago | Josh Wolfe | | clean up analysis of {blocks} |
| 9 years ago | Josh Wolfe | | ignore eclipse project configuration |
| 9 years ago | Andrew Kelley | | change `@bitcast` to `@ptrcast` |
| 9 years ago | Andrew Kelley | | first pass at zig build system |
| 9 years ago | Josh Wolfe | | fix cmake finding dependencies for ubuntu |
| 9 years ago | Andrew Kelley | | std/mem: take advantage of new printf |
| 9 years ago | Andrew Kelley | | add stack protector safety when linking libc |
| 9 years ago | Andrew Kelley | | add debug safety checks for remainder division |
| 9 years ago | Andrew Kelley | | update langref |
| 9 years ago | Andrew Kelley | | add comptime eval for some uint comparisons with 0 |
| 9 years ago | Andrew Kelley | | organize std and make import relative to current file |
| 9 years ago | Andrew Kelley | | replace "&&" and "||" with "and" and "or" |
| 9 years ago | Andrew Kelley | | new unreachable syntax |
| 9 years ago | Andrew Kelley | | add comptime top level declaration |
| 9 years ago | Andrew Kelley | | add test for implicit conversion from array to mutable slice |
| 9 years ago | Andrew Kelley | | introduce copyable concept |
| 9 years ago | Andrew Kelley | | use intel dialect for inline assembly |
| 9 years ago | Andrew Kelley | | don't mangle symbols with underscores |
| 9 years ago | Andrew Kelley | | improvements for windows and libc integration |
| 9 years ago | Andrew Kelley | | on Darwin/MacOS/iOS, add c to link libs implicitly |
| 9 years ago | Andrew Kelley | | unify main entry point regardless of whether linking libc |
| 9 years ago | Andrew Kelley | | fix test regression regarding shadowing names |
| 9 years ago | Andrew Kelley | | lazy analysis of top level declarations |
| 9 years ago | Andrew Kelley | | introduce new test syntax |
| 9 years ago | Andrew Kelley | | Merge branch 'master' into lld |
| 9 years ago | Andrew Kelley | | add --each-lib-rpath option and corresponding config option |
| 9 years ago | Andrew Kelley | | use lld instead of system linker |
| 9 years ago | Andrew Kelley | | types with zero bits do not have a pointer handle |
| 9 years ago | Andrew Kelley | | codegen nullable void the same way as bool |
| 9 years ago | Andrew Kelley | | add default value for macosx version min when compiling natively |
| 9 years ago | Andrew Kelley | | fix not allocating enough memory for passing args |
| 9 years ago | Andrew Kelley | | update to llvm 4.0 |
| 9 years ago | Andrew Kelley | | break off some of std.io into std.fmt, generalize printf |
| 9 years ago | Andrew Kelley | | support passing var args directly |
| 9 years ago | Andrew Kelley | | fix a case of invalid ptr const-ness |
| 9 years ago | Andrew Kelley | | fix assertion error, trying to dereference to array |
| 9 years ago | Andrew Kelley | | add basic emacs syntax file |
| 9 years ago | Andrew Kelley | | remove zeroes from vim syntax file |
| 9 years ago | Andrew Kelley | | Merge pull request #269 from Jmeggesto/master |
| 9 years ago | Andrew Kelley | | add compile error for assigning number literal to non-comptime var |
| 9 years ago | Andrew Kelley | | fix assertion failure for some switch errors |
| 9 years ago | Andrew Kelley | | rename CBuf to Buffer0 and some minor std API changes |
| 9 years ago | Andrew Kelley | | fix inability to write to global in some cases |
|