| 9 years ago | Andrew Kelley | | add compile error for shadowing variable |
| 9 years ago | Andrew Kelley | | zig build: cache_root is relative to build_root |
| 9 years ago | Andrea Orru | | Generic doubly linked list. (#361) |
| 9 years ago | Andrew Kelley | | zig build: inherit stdin for running commands |
| 9 years ago | Andrew Kelley | | slightly better memset/memcpy implementation |
| 9 years ago | Andrew Kelley | | zig build: copy args for addCommand |
| 9 years ago | Andrew Kelley | | fix debug info for nullable type |
| 9 years ago | Andrew Kelley | | add safe release build mode |
| 9 years ago | Andrew Kelley | | fix compiler crash when referencing a variable... |
| 9 years ago | Andrew Kelley | | allow undefined to be resolved with other types |
| 9 years ago | Andrew Kelley | | make debug safety stuff lazy |
| 9 years ago | Andrew Kelley | | basic support for specifying packages at the command line |
| 9 years ago | Andrew Kelley | | `@import("builtin")` instead of `@compileVar` |
| 9 years ago | Andrew Kelley | | zig build: support install for zig artifacts |
| 9 years ago | Andrew Kelley | | zig build: improved API for installing C build artifacts |
| 9 years ago | Andrew Kelley | | zig build can build and install static C libraries |
| 9 years ago | Andrew Kelley | | fix regression from previous commit |
| 9 years ago | Andrew Kelley | | zig build: refactor CLibrary and CExecutable into same struct |
| 9 years ago | Andrew Kelley | | zig build: organize build artifacts |
| 9 years ago | Andrew Kelley | | zig build: when compiling C files put .o files in cache dir |
| 9 years ago | Andrew Kelley | | add peer type resolution `[]T` and `[0]T` |
| 9 years ago | Andrew Kelley | | back to AT&T syntax for assembly |
| 9 years ago | Andrew Kelley | | add implicit cast from [0]T to %[]T |
| 9 years ago | Andrew Kelley | | build system: remove setLinkerScriptContents |
| 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 |
|