| 9 years ago | Andrew Kelley | | fix some -Wconversion errors |
| 9 years ago | Andrew Kelley | | fix for loops not working at compile-time |
| 9 years ago | Andrew Kelley | | fix mangling exported global variables |
| 9 years ago | Andrew Kelley | | add enumTagName builtin function |
| 9 years ago | Andrew Kelley | | allow implicit cast from `[N]T` to `&const []const T` |
| 9 years ago | Andrew Kelley | | fix std.mem.IncrementingAllocator |
| 9 years ago | Andrew Kelley | | ability to implicitly cast integer literal to &const Int |
| 9 years ago | Andrew Kelley | | add compile error for the bug of unable to call var ags at compile time |
| 9 years ago | Andrew Kelley | | fix var args having wrong index when runtime param before it |
| 9 years ago | Andrew Kelley | | peer resolve types [N]T, [M]T as []const T |
| 9 years ago | Andrew Kelley | | fix runtime struct initialization of bitfield |
| 9 years ago | Andrew Kelley | | zig build: use -D for options instead of -O |
| 9 years ago | Andrew Kelley | | Update zig build system to support user defined options |
| 9 years ago | Andrew Kelley | | std: ChildProcess.spawn looks at PATH env var |
| 9 years ago | Andrew Kelley | | add support to use zig as a linker driver |
| 9 years ago | Andrew Kelley | | ability to use zig as an assembler |
| 9 years ago | Andrew Kelley | | fix crash when referencing invalid member of builtin enum |
| 9 years ago | Andrew Kelley | | more accurate detection of pub main |
| 9 years ago | Andrew Kelley | | support module level assembly |
| 9 years ago | Andrew Kelley | | doc: link to Andrea's emacs mode |
| 9 years ago | Andrew Kelley | | zig build system: fix cleanup on error, report spawn error |
| 9 years ago | Andrew Kelley | | link: correctly print debug linker invocation |
| 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 |
|