| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses null and bool literals |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses char literals |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses multi line strings |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now handles lib name for extern var and fn |
| 8 years ago | Jimmi Holst Christensen | | Added test cases to cover all of zigs syntax |
| 8 years ago | Jimmi Holst Christensen | | Each test now have it's own test name |
| 8 years ago | Jimmi Holst Christensen | | Fixed review commented code |
| 8 years ago | Jimmi Holst Christensen | | Added a lot of test cases |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser parses all prefix operators |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now treats call expr as a suffix operator |
| 8 years ago | Andrew Kelley | | add ZIG_STATIC cmake option |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses call expr |
| 8 years ago | Jimmi Holst Christensen | | Fixed self hosted compiler compiler error from prev commit |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now supports all infix operators |
| 8 years ago | Andrew Kelley | | Merge pull request #867 from zig-lang/rand-overhaul |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser can now parse top level test declarations |
| 8 years ago | Andrew Kelley | | fix compile time array concatenation for slices |
| 8 years ago | Andrew Kelley | | Merge pull request #865 from bnoordhuis/zig-build-stage2 |
| 8 years ago | Jimmi Holst Christensen | | Fixed looking for windows sdk when targeting linux |
| 8 years ago | Andrew Kelley | | std.math.cast handles signed integers |
| 8 years ago | Andrew Kelley | | fix crash when compile error in analyzing @panic call |
| 8 years ago | Andrew Kelley | | fix bitrotted code in unexpected error tracing |
| 8 years ago | Andrew Kelley | | Merge pull request #860 from jayschwa/patch-1 |
| 8 years ago | Andrew Kelley | | fix invalid codegen for error return traces across suspend points |
| 8 years ago | Andrew Kelley | | add comptime test for the type of suspend promise |
| 8 years ago | Andrew Kelley | | add promise->T syntax parsing |
| 8 years ago | Andrew Kelley | | fix async fns with inferred error sets |
| 8 years ago | Andrew Kelley | | move error ret tracing codegen to zig ir |
| 8 years ago | Andrew Kelley | | std.os.linux exposes syscall functions and syscall numbers |
| 8 years ago | Marc Tiehuis | | Fix os.File.mode function |
| 8 years ago | Marc Tiehuis | | Fix OpqaueType usage in exported c functions |
| 8 years ago | Andrew Kelley | | ability to use async function pointers |
| 8 years ago | Marc Tiehuis | | Add missing pub specifier to atan2 |
| 8 years ago | Andrew Kelley | | change async function call syntax |
| 8 years ago | Andrew Kelley | | Merge pull request #851 from zig-lang/zen_stdlib |
| 8 years ago | Andrew Kelley | | Merge pull request #847 from walac/master |
| 8 years ago | Andrew Kelley | | self-hosted build: print helpful message when libstdc++.a not found |
| 8 years ago | Andrew Kelley | | Merge pull request #849 from zig-lang/zen_stdlib |
| 8 years ago | Andrew Kelley | | Merge pull request #844 from ice1000/patch-1 |
| 8 years ago | Andrew Kelley | | add test for addIncludeDir for test step |
| 8 years ago | Marc Tiehuis | | Add addIncludeDir to TestStep + fix build template |
| 8 years ago | Andrew Kelley | | Merge pull request #839 from ice1000/patch-1 |
| 8 years ago | Andrew Kelley | | Merge pull request #840 from bnoordhuis/libdirs |
| 8 years ago | Andrew Kelley | | Release 0.2.00.2.0 |
| 8 years ago | Andrew Kelley | | add missing docs for setAlignStack builtin |
| 8 years ago | Andrew Kelley | | fix tests broken by previous commit |
| 8 years ago | Andrea Orru | | Tests for zero-bit field compiler error |
| 8 years ago | Andrea Orru | | Compiler error when taking @offsetOf of void struct member |
| 8 years ago | Andrea Orru | | Merge branch 'master' of https://github.com/zig-lang/zig |
| 8 years ago | Andrea Orru | | Panic instead of segfault when returning generic type from functions |
|