| 7 years ago | Andrew Kelley |  | emit better debug info for enums |
| 7 years ago | Andrew Kelley |  | fix LLVM assertion failures |
| 7 years ago | Andrew Kelley | | fix setting union body twice |
| 7 years ago | Andrew Kelley |  | avoid tripping assertion for setting struct body twice |
| 7 years ago | Andrew Kelley |  | passing all tests |
| 7 years ago | Andrew Kelley |  | put the alignment hack in for unions too. fixes std tests |
| 7 years ago | Andrew Kelley |  | behavior tests passing again |
| 7 years ago | Andrew Kelley |  | more regression fixes. empty test passes again |
| 7 years ago | Andrew Kelley |  | regression fixes and fix packed struct abi size |
| 7 years ago | Andrew Kelley |  | more regression fixes |
| 7 years ago | Andrew Kelley |  | bug fixes |
| 7 years ago | Andrew Kelley |  | put the hack from master branch back in |
| 7 years ago | Andrew Kelley |  | remove the lazy value stuff |
| 7 years ago | Andrew Kelley |  | introduce lazy values |
| 7 years ago | Andrew Kelley |  | decouple llvm types from zig types |
| 7 years ago | Andrew Kelley | | fix cache hash regression |
| 7 years ago | Andrew Kelley |  | better error message when os_file_overwrite fails |
| 7 years ago | Shawn Landden | | fix fd leak in stage1 cacheing code |
| 7 years ago | Andrew Kelley |  | Merge pull request #2147 from emekoi/fix1940 |
| 7 years ago | Andrew Kelley |  | Merge pull request #2150 from vegecode/armv7m-compiler-rt |
| 7 years ago | hryx | | zig fmt: Allow one-line for loops |
| 7 years ago | Shritesh Bhattarai | | fmt: fix first line comment indent in struct init |
| 7 years ago | hryx | | Always write a multiline struct literal if a field expr is multiline |
| 7 years ago | Michael Dusan | | fix zig run to accept executable args |
| 7 years ago | hryx | | Veritcally align array literal columns |
| 7 years ago | Andrew Kelley |  | fix anon enum literal used with switch on union(enum) |
| 7 years ago | MateuszOkulus | | Remove binary and octal float literals from documentation. |
| 7 years ago | Andrew Kelley |  | Merge pull request #2112 from shritesh/param_decl_doc_comments |
| 7 years ago | Rohlem | | fix std.ascii type error and inverted logic |
| 7 years ago | Rohlem | | add std.ascii to std.std test "std" |
| 7 years ago | Shawn Landden | | fix tests for math.mulWide |
| 7 years ago | Shawn Landden | | stage1: better error message when comparing against null |
| 7 years ago | Shawn Landden | | std.mulWide() whose return is twice as wide |
| 7 years ago | Andrew Kelley |  | implement target_c_type_size_in_bits for WASI |
| 7 years ago | Andrew Kelley |  | Merge pull request #2107 from shawnl/arm64 |
| 7 years ago | emekoi | | removed static build flags on mingw |
| 7 years ago | Shritesh Bhattarai | | Use linux.exit_group if not single threaded |
| 7 years ago | Shritesh Bhattarai | | fmt: check for extra newline at end of file |
| 7 years ago | Shawn Landden | | std.ascii: respond to review |
| 7 years ago | Andrew Kelley | | munmap allows address 0 |
| 7 years ago | Andrew Kelley |  | implement allowzero pointer attribute |
| 7 years ago | Andrew Kelley |  | add compile error test for invalid enum literal implicit cast |
| 7 years ago | Andrew Kelley |  | implement peer type resolution for enum literals |
| 7 years ago | Andrew Kelley |  | make switch expressions allow enum literal types |
| 7 years ago | Andrew Kelley |  | implement implicit cast from enum literal to enum |
| 7 years ago | Andrew Kelley |  | introduce the enum literal type |
| 7 years ago | Andrew Kelley |  | add compile error for ignoring error |
| 7 years ago | Andrew Kelley |  | add regression tests for a bug fixed by an older commit |
| 7 years ago | Andrew Kelley |  | add peer type resolution for `*const T` and `?*T` |
| 7 years ago | Andrew Kelley |  | character literals: allow unicode escapes |
|