| 8 years ago | Marc Tiehuis | | Merge branch 'master' into blake2 |
| 8 years ago | Marc Tiehuis | | Change crypto functions to fill a buffer |
| 8 years ago | Marc Tiehuis | | Add Blake2X hash functions |
| 8 years ago | Andrew Kelley |  | Merge pull request #687 from zig-lang/sha2 |
| 8 years ago | Andrew Kelley |  | Merge pull request #686 from zig-lang/md5-sha1 |
| 8 years ago | Andrew Kelley | | the same string literal codegens to the same constant |
| 8 years ago | Andrew Kelley |  | Merge pull request #682 from zig-lang/fix-endian |
| 8 years ago | Andrew Kelley |  | Merge pull request #681 from zig-lang/hw-math |
| 8 years ago | Andrew Kelley |  | Merge pull request #680 from zig-lang/intrusiveLinkedList |
| 8 years ago | Andrew Kelley | | remove %% prefix operator |
| 8 years ago | Andrea Orru | | exit, createThread for zen |
| 8 years ago | Andrew Kelley | | `a catch unreachable` generates unwrap-error code |
| 8 years ago | Andrew Kelley | | replace `a %% b` with `a catch b` |
| 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 |
|