| 8 years ago | Ben Noordhuis | | DRY 'is slice?' conditionals in parser (#750) |
| 8 years ago | Andrew Kelley | | handle linux returning EINVAL for large writes |
| 8 years ago | Andrew Kelley | | handle linux returning EINVAL for large reads |
| 8 years ago | Andrew Kelley | | fix test failure, organize code, add new compile error |
| 8 years ago | Andrew Kelley |  | Merge pull request #743 from bnoordhuis/linux-random |
| 8 years ago | Andrew Kelley |  | Merge pull request #738 from corngood/cygwin-fixes |
| 8 years ago | Andrew Kelley | | add docs for memberType, memberCount, memberName |
| 8 years ago | Andrew Kelley | | docs: move source encoding section |
| 8 years ago | Andrew Kelley | | add docs recommending to only have 1 cImport |
| 8 years ago | Andrew Kelley | | add some docs for reflection |
| 8 years ago | Andrew Kelley | | fix assertion fail when using global var number literal |
| 8 years ago | Andrew Kelley | | fix error message mentioning unreachable instead of noreturn |
| 8 years ago | Andrew Kelley | | add compile error for duplicate struct, enum, union fields |
| 8 years ago | Andrew Kelley | | langref: remove page title header |
| 8 years ago | Andrew Kelley |  | Merge pull request #729 from zig-lang/www-changes |
| 8 years ago | Andrea Orru | | Add IntrusiveLinkedList to index.zig |
| 8 years ago | Andrew Kelley | | add compile error for calling naked function |
| 8 years ago | Andrew Kelley | | std: fix fn return syntax for zen os |
| 8 years ago | Andrew Kelley | | allow packed containers in extern functions |
| 8 years ago | Andrew Kelley | | fix crash when align 1 field before self referential... |
| 8 years ago | Andrew Kelley | | fix compiler crash on function with invalid return type |
| 8 years ago | Andrew Kelley |  | Merge pull request #720 from zig-lang/require-return-type |
| 8 years ago | Andrew Kelley | | rename "debug safety" to "runtime safety" |
| 8 years ago | Andrew Kelley | | cleanups that I meant to put in the previous commit |
| 8 years ago | Andrew Kelley | | replace %defer with errdefer |
| 8 years ago | Andrew Kelley | | clean up readme |
| 8 years ago | Andrew Kelley | | fix printf format specifier |
| 8 years ago | Andrew Kelley |  | Merge pull request #716 from zig-lang/export-c-additions |
| 8 years ago | Andrew Kelley | | docgen: verify internal links |
| 8 years ago | Andrew Kelley | | add new kind of test: generating .h files. and more |
| 8 years ago | Andrew Kelley | | fix crash on union-enums with only 1 field |
| 8 years ago | Andrew Kelley | | appveyor: add language reference to build artifacts |
| 8 years ago | Andrew Kelley | | fix crash when switching on enum with 1 field and no switch prongs |
| 8 years ago | Andrew Kelley | | remove unused function, fixes mingw build |
| 8 years ago | Andrew Kelley | | fix docgen on windows |
| 8 years ago | Andrew Kelley |  | Merge pull request #711 from zig-lang/fix-build-template |
| 8 years ago | Andrew Kelley | | os_rename uses MoveFileEx on windows |
| 8 years ago | Andrew Kelley | | windows-compatible os_rename function |
| 8 years ago | Andrew Kelley |  | Merge pull request #710 from Hejsil/seekto-getpos-windows |
| 8 years ago | Andrew Kelley | | temporary workaround for os.deleteTree not implemented for windows/mac |
| 8 years ago | Andrew Kelley | | readme: specify that we need exactly llvm 5.0.1 |
| 8 years ago | Andrew Kelley | | docs: remove references to %% prefix operator |
| 8 years ago | Andrew Kelley | | all doc code examples are now tested |
| 8 years ago | Andrew Kelley | | add compile error for shifting by negative comptime integer |
| 8 years ago | Andrew Kelley | | emit a compile error for @panic called at compile time |
| 8 years ago | Andrew Kelley | | fix null debug info for 0-length array type |
| 8 years ago | Andrew Kelley | | test: fix brace expansion test not checking invalid inputs |
| 8 years ago | Andrew Kelley |  | Merge pull request #701 from Hejsil/fix-xor-with-zero |
| 8 years ago | Andrew Kelley | | ziglang.org home page no longer in this repo |
| 8 years ago | Marc Tiehuis | | Add Sha3 hashing functions |
|