| 9 years ago | Josh Wolfe | | add tests for implicit semicolon. closes #297 |
| 9 years ago | Josh Wolfe | | comptime ({}) should not get an implicit semicolon |
| 9 years ago | Andrew Kelley | | zig build system understands the concept of dependencies |
| 9 years ago | Andrew Kelley | | move emacs/vim files to separate repos |
| 9 years ago | Andrew Kelley | | all internal functions get unnamed_addr attribute |
| 9 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/parser' |
| 9 years ago | Andrew Kelley | | typedefpocalypse |
| 9 years ago | Andrew Kelley | | fix crash when using zig to link |
| 9 years ago | Andrew Kelley | | ability to inline at function callsite |
| 9 years ago | Andrew Kelley | | build: ignore libLLD.so when it is a broken symlink |
| 9 years ago | Andrew Kelley | | try harder to find lld |
| 9 years ago | Andrew Kelley | | zig build system writes template build.zig file when none exists |
| 9 years ago | Andrew Kelley | | run alwaysinline pass in debug mode |
| 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 {} |
|