| 9 years ago | Andrew Kelley | | add Travis CI integration |
| 9 years ago | Andrew Kelley | | rename `@ptrcast` to `@ptrCast` to follow convention |
| 9 years ago | Andrew Kelley | | add example which exercises addObject in the zig build system |
| 9 years ago | Andrew Kelley | | zig build system supports building a library |
| 9 years ago | Andrew Kelley | | add compile error tests for offsetOf builtin |
| 9 years ago | Andrew Kelley | | Merge pull request #338 from raulgrell/master |
| 9 years ago | Andrew Kelley | | Merge branch 'self-hosted-tests' |
| 9 years ago | Andrew Kelley | | error when building exe with no entry point |
| 9 years ago | Andrew Kelley | | bail out of analysis on first error during comptime eval |
| 9 years ago | Andrew Kelley | | std.rand API follows idiomatic convention for init |
| 9 years ago | Andrew Kelley | | add `@fieldParentPtr` builtin function |
| 9 years ago | Andrew Kelley | | rename `@intType` to `@IntType` to follow convention |
| 9 years ago | Andrew Kelley | | Merge branch 'raulgrell-master' |
| 9 years ago | Andrew Kelley | | add compile error for intToPtr with a 0-bit ptr |
| 9 years ago | Andrew Kelley | | zig build system creates symlinks atomically |
| 9 years ago | Andrew Kelley | | build examples in ./run_tests |
| 9 years ago | Andrew Kelley | | zig build system: progress toward install and uninstall |
| 9 years ago | Andrew Kelley | | zig build system: implement custom command step |
| 9 years ago | Andrew Kelley | | improvements to zig build system and unwrap error safety |
| 9 years ago | Andrew Kelley | | zig build system: ability to link against dynamic library step |
| 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 |
|