| 9 years ago | Andrew Kelley | | link: fix ignoring first linker arg |
| 9 years ago | Andrew Kelley | | zig build system: delete ./build file on success |
| 9 years ago | Andrew Kelley | | zig build system improvements, add some std API |
| 9 years ago | Andrew Kelley | | API for command line args |
| 9 years ago | Andrew Kelley | | link: delete code that checks the linker version |
| 9 years ago | Andrew Kelley | | fix std build for darwin |
| 9 years ago | Andrew Kelley | | delete alloca builtin function |
| 9 years ago | Andrew Kelley | | zig build system: add setLinkerScript and setTarget |
| 9 years ago | Andrew Kelley | | proof of concept build system |
| 9 years ago | Andrew Kelley | | expose environment variables in standard library |
| 9 years ago | Andrew Kelley | | zig build system progress |
| 9 years ago | Josh Wolfe | | fix else-if parsing |
| 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 |
|