| 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 |
| 8 years ago | Andrew Kelley | | langref: add more internal links |
| 8 years ago | Andrew Kelley | | Merge branch 'isaachier-switch-enum-fix' |
| 8 years ago | Andrew Kelley | | fix await on early return when return type is struct |
| 8 years ago | Marc Tiehuis | | Do not normalize langref.html.in line endings |
| 8 years ago | Jimmi Holst Christensen | | Fixed last commit compiler error |
| 8 years ago | Jimmi Holst Christensen | | Allow allocation of any 0 sized type (not just void) |
| 8 years ago | Andrew Kelley | | fix runtime libc detection depending on locale |
| 8 years ago | Andrew Kelley | | langref: improve docs for while and undefined |
| 8 years ago | Marc Tiehuis | | Clean up outstanding compiler_rt todos |
| 8 years ago | Andrew Kelley | | fix stage2 macos build |
| 8 years ago | Andrew Kelley |  | Merge pull request #1176 from bnoordhuis/f16-std |
|