| 9 years ago | Josh Wolfe | | fix check-statement-is-void. add tests |
| 9 years ago | Josh Wolfe | | blocks check that their statements are void |
| 9 years ago | Andrew Kelley | | make undefined as a constant value lazy |
| 9 years ago | Josh Wolfe | | refactor ir_gen_block to make different return paths more clear |
| 9 years ago | Josh Wolfe | | remove redundant unreachable code error |
| 9 years ago | Josh Wolfe | | add test_artifacts to .gitignore, so you can commit while tests are running |
| 9 years ago | Andrew Kelley | | zig build system: installFile and installClibrary |
| 9 years ago | Andrew Kelley | | fix crash when unwrapping error with no error decls |
| 9 years ago | Andrew Kelley | | new compile errors for setGlobalAlign and setGlobalSection builtins |
| 9 years ago | Andrew Kelley | | slicing now returns correct const-ness |
| 9 years ago | Andrew Kelley | | add peer type resolution for T and ?T |
| 9 years ago | Andrew Kelley | | std.os.ChildProcess: fix closing wrong file descriptors |
| 9 years ago | Andrew Kelley | | update syntax for try and nullable unwrapping |
| 9 years ago | Andrew Kelley | | remove `?return` and `?defer` |
| 9 years ago | Andrew Kelley | | std: fix PATH resolution when spawning child |
| 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 |
|