| 9 years ago | Andrew Kelley | | zig build: allow calling b.standardReleaseOptions... |
| 9 years ago | Andrew Kelley | | move docs to ziglang.org |
| 9 years ago | Andrew Kelley | | delete @generatedCode builtin function |
| 9 years ago | Andrew Kelley | | std.fmt.format prints bool values |
| 9 years ago | Andrew Kelley | | rename c_long_double to c_longdouble |
| 9 years ago | Andrew Kelley | | fix inability to initialize global pointer to global array element |
| 9 years ago | Andrew Kelley | | update README |
| 9 years ago | Andrew Kelley | | detect duplicate switch value even when else prong present |
| 9 years ago | Andrew Kelley | | add test case for all prongs unreachable in switch |
| 9 years ago | Andrew Kelley | | fix comptime switch on enum with ref payload |
| 9 years ago | Andrew Kelley | | switch expression - add compile errors |
| 9 years ago | Andrew Kelley | | allow division and remainder operators sometimes |
| 9 years ago | Andrew Kelley | | builtin functions for division and remainder division |
| 9 years ago | Andrew Kelley | | add compile error when unable to inline a function |
| 9 years ago | Andrew Kelley | | std: rename List to ArrayList and re-organize... |
| 9 years ago | Andrew Kelley | | implement else on loops and break can give an expression |
| 9 years ago | Andrew Kelley | | std: take advantage of new while syntax |
| 9 years ago | Andrew Kelley | | implement while for nullables and error unions |
| 9 years ago | Andrew Kelley | | change while syntax |
| 9 years ago | Andrew Kelley | | remove test and try expressions in favor of if expressions |
| 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 |
|