| 8 years ago | Andrew Kelley | | replace `%return` with `try` |
| 8 years ago | Andrea Orru | | Merge branch 'master' of github.com:zig-lang/zig |
| 8 years ago | Andrea Orru | | Adding zen support |
| 8 years ago | Andrea Orru | | Merge branch 'master' of github.com:zig-lang/zig |
| 8 years ago | Andrea Orru | | Darwin -> MacOSX, added Zen. See #438 |
| 8 years ago | Andrew Kelley | | fix exp1m implementation |
| 8 years ago | Andrew Kelley | | disable NewGVN |
| 8 years ago | Andrew Kelley | | Merge branch 'appveyor' |
| 8 years ago | Andrew Kelley | | fix test regressions on windows from previous commit |
| 8 years ago | Andrew Kelley | | self-hosted compiler works on macos |
| 8 years ago | Andrew Kelley | | self-hosted compiler works on windows |
| 8 years ago | Andrew Kelley | | fix self-hosted build on windows |
| 8 years ago | Andrew Kelley | | self-hosted build: use llvm-config from stage1 |
| 8 years ago | Andrew Kelley | | add december in review to reading material; fix docs |
| 8 years ago | Andrew Kelley | | build: std files and c header files are only specified once |
| 8 years ago | Andrew Kelley | | add building the self hosted compiler to the main test suite |
| 8 years ago | Andrew Kelley | | enum tag values are expressions so no parentheses needed |
| 8 years ago | Andrew Kelley | | readme: update macos installation instructions |
| 8 years ago | Andrew Kelley | | fix self hosted compiler on windows |
| 8 years ago | Andrew Kelley | | add noInlineCall to docs |
| 8 years ago | Andrew Kelley | | add test for while respecting implicit comptime |
| 8 years ago | Andrew Kelley | | doc fixes |
| 8 years ago | Andrew Kelley | | ir: new pass iteration strategy |
| 8 years ago | Andrew Kelley |  | Merge pull request #668 from sparrisable/master |
| 8 years ago | Josh Wolfe | | fix self-hosted parser test |
| 8 years ago | Josh Wolfe | | move utf8 parsing to std |
| 8 years ago | Josh Wolfe | | set compile flags for zip_cpp |
| 8 years ago | Andrew Kelley | | self-hosted: build against zig_llvm and embedded LLD |
| 8 years ago | Andrew Kelley | | fix segfault when passing union enum with sub byte... |
| 8 years ago | Andrew Kelley | | docs: fix typo |
| 8 years ago | Josh Wolfe | | add source encoding rules to the docs. see #663 |
| 8 years ago | Josh Wolfe | | [self-hosted] source must be valid utf8. see #663 |
| 8 years ago | Josh Wolfe | | debug needs to export FailingAllocator |
| 8 years ago | Andrew Kelley | | move std/debug.zig to a subdirectory |
| 8 years ago | Andrew Kelley | | translate-c: set up debug scope for translated functions |
| 8 years ago | Andrew Kelley | | build: findLLVM correctly handles system libraries |
| 8 years ago | Andrew Kelley | | build: add --search-prefix option |
| 8 years ago | Andrew Kelley | | std.os.path.resolve handles an absolute path that is missing the drive |
| 8 years ago | Josh Wolfe | | [self-hosted] tokenizer error for ascii control codes |
| 8 years ago | Josh Wolfe | | source files must end with newline |
| 8 years ago | Andrew Kelley | | port most of main.cpp to self hosted compiler |
| 8 years ago | Andrew Kelley | | fix endianness of sub-byte integer fields in packed structs |
| 8 years ago | Andrew Kelley | | std.math: remove unnecessary inline calls and |
| 8 years ago | Josh Wolfe | | bufPrint returns an error |
| 8 years ago | Andrew Kelley | | fix darwin and windows from previous commit |
| 8 years ago | Andrew Kelley | | explicitly return from blocks |
| 8 years ago | Andrew Kelley | | add labeled loops, labeled break, labeled continue. remove goto |
| 8 years ago | Andrew Kelley | | fix crash when implicitly casting array of len 0 to slice |
| 8 years ago | Andrew Kelley | | fix assert when wrapping zero bit type in nullable |
| 8 years ago | Andrew Kelley | | add sort.min and sort.max functions to stdlib |
|