| 9 years ago | Andrew Kelley | | zig puts temporary object files in zig-cache folder |
| 9 years ago | Andrew Kelley | | phi instruction retains stack ptr hint |
| 9 years ago | Andrew Kelley | | add compile error for returning local variable address |
| 9 years ago | Andrew Kelley | | add no-elim-base-pointer to __zig_fail function |
| 9 years ago | Andrew Kelley | | zig test no longer requires a separate test_runner.o file |
| 9 years ago | Andrew Kelley | | build system: consolidate duplicate code and more |
| 9 years ago | Andrew Kelley | | build system: addAssembly and addObject functions |
| 9 years ago | Andrew Kelley | | revert the last 3 compile time improvements |
| 9 years ago | Andrew Kelley | | compile time improvement - move bounds checking to function calls |
| 9 years ago | Andrew Kelley | | compile time improvement - move overflow math safety to fns |
| 9 years ago | Andrew Kelley | | compile time improvement - add __zig_panic_slice fn |
| 9 years ago | Andrew Kelley | | add some timing diagnostics |
| 9 years ago | Andrew Kelley | | update travis badge to new url |
| 9 years ago | Andrew Kelley | | readme update |
| 9 years ago | Andrew Kelley | | readme update |
| 9 years ago | Andrew Kelley | | update README |
| 9 years ago | Andrew Kelley | | stack traces support compile units with no pc range |
| 9 years ago | Andrew Kelley | | better stack traces for ELF x86_64 |
| 9 years ago | Josh Wolfe | | defer requires expr to be void. closes #341 |
| 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 |
|