| 8 years ago | Andrew Kelley | | self-hosted: generate LLVM IR for simple function |
| 8 years ago | Andrew Kelley | | rename Module to Compilation |
| 8 years ago | Bas van den Berg | | Improve realloc on fixed buffer allocator (#1238) |
| 8 years ago | Andrew Kelley | | self-hosted: adding a fn to an llvm module |
| 8 years ago | Andrew Kelley |  | Merge pull request #1237 from BarabasGitHub/fix-reallocating-from-0 |
| 8 years ago | Andrew Kelley | | docs: correct some misinformation |
| 8 years ago | Marc Tiehuis | | Add --stdin option to zig fmt |
| 8 years ago | Andrew Kelley | | Merge branch 'eduardosm-extern-return-small-struct' |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-arraylist-remove' |
| 8 years ago | Andrew Kelley | | docs: clarify mem.Allocator.reallocFn |
| 8 years ago | Andrew Kelley |  | Merge pull request #1232 from BarabasGitHub/fix-array-list-insert |
| 8 years ago | Andrew Kelley | | self-hosted: basic IR pass2 |
| 8 years ago | Andrew Kelley | | ir_get_ref: delete unnecessary and probably buggy code |
| 8 years ago | Andrew Kelley | | ir: remove unnecessary and probably buggy code |
| 8 years ago | Andrew Kelley | | ir: remove dead code |
| 8 years ago | Andrew Kelley | | allow == for comparing optional pointers |
| 8 years ago | Andrew Kelley | | zig fmt |
| 8 years ago | Andrew Kelley | | self-hosted: better IR for empty fn |
| 8 years ago | Andrew Kelley | | self-hosted: generate zig IR for simple function |
| 8 years ago | Andrew Kelley | | ir: refactor lvalues |
| 8 years ago | Andrew Kelley | | std.event.Future: workaround in tests for llvm coro memory |
| 8 years ago | Andrew Kelley | | std.atomic: use spinlocks |
| 8 years ago | Andrew Kelley | | add std.event.Future |
| 8 years ago | Andrew Kelley | | build system: add -Dskip-release option to test faster |
| 8 years ago | Andrew Kelley | | add compile error for disallowed types in extern structs |
| 8 years ago | Andrew Kelley |  | Merge pull request #1216 from ziglang/sort-improvements |
| 8 years ago | Andrew Kelley | | self-hosted: add compile error test for missing fn name |
| 8 years ago | Andrew Kelley |  | Merge pull request #1215 from ziglang/self-hosted-first-test |
| 8 years ago | Andrew Kelley | | introduce std.event.Group for making parallel async calls |
| 8 years ago | Andrew Kelley | | allow var args calls to async functions |
| 8 years ago | Andrew Kelley | | langref: docs for union safety |
| 8 years ago | Andrew Kelley | | fix crash when calling comptime-known undefined function ptr |
| 8 years ago | Andrew Kelley | | fix regression from b6eb4048 |
| 8 years ago | Andrew Kelley | | enable basic event loop test |
| 8 years ago | Andrew Kelley | | organize std.event into directories |
| 8 years ago | Andrew Kelley |  | Merge pull request #1198 from ziglang/m-n-threading |
| 8 years ago | Andrew Kelley | | define c macros before importing llvm h files |
| 8 years ago | wilsonk | | Update throughput_test.zig. (#1211) |
| 8 years ago | Andrew Kelley | | fix non-portable format specifier |
| 8 years ago | Andrew Kelley | | ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack traces |
| 8 years ago | Andrew Kelley | | langref: docs for invalid error set cast and incorrect pointer alignment |
| 8 years ago | Andrew Kelley | | fix crash on @ptrToInt of a *void |
| 8 years ago | Andrew Kelley | | std.Hashmap - don't use catch unreachable in tests |
| 8 years ago | Marc Tiehuis | | Update zig.parser benchmark program |
| 8 years ago | Josh Wolfe | | builder.addBuildOption |
| 8 years ago | Andrew Kelley | | cleaner output from zig build when there are compile errors |
| 8 years ago | Andrew Kelley | | add @popCount intrinsic |
| 8 years ago | Andrew Kelley | | remove outdated semantic analysis documentation |
| 8 years ago | Andrew Kelley | | fix iterating over a void slice |
| 8 years ago | Andrew Kelley | | add compile error notes for where struct definitions are |
|