| 8 years ago | Andrew Kelley | | add compile error tests for error sets |
| 8 years ago | Andrew Kelley | | add test for comptime err to int with only 1 member of set |
| 8 years ago | Andrew Kelley | | syntax: parse `?error!i32` as `?(error!i32)` |
| 8 years ago | Andrew Kelley | | if statements support comptime known test error, runtime payload |
| 8 years ago | Andrew Kelley | | error sets: runtime safety for int-to-err and err set cast |
| 8 years ago | Andrew Kelley | | std: fix return type of std.c.write |
| 8 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into error-sets |
| 8 years ago | Andrew Kelley | | error sets - fix bad value for constant error literal |
| 8 years ago | Andrew Kelley | | error set casting building |
| 8 years ago | Andrew Kelley | | error sets - update langref. all tests passing |
| 8 years ago | Andrew Kelley | | error sets - most tests passing |
| 8 years ago | Andrew Kelley | | fix comptime fn execution not returning error unions properly |
| 8 years ago | Andrew Kelley | | error sets - fix most std lib compile errors |
| 8 years ago | Andrew Kelley | | error sets: fix peer resolution of error unions |
| 8 years ago | Andrew Kelley | | make OutStream and InStream take an error set param |
| 8 years ago | Andrew Kelley | | error sets - peer resolution for error unions |
| 8 years ago | Andrew Kelley | | error sets - compile error for equality with no common errors |
| 8 years ago | Andrew Kelley | | fix accidentally linking against kernel32 on non windows |
| 8 years ago | Andrew Kelley | | add --forbid-library |
| 8 years ago | Andrew Kelley | | *WIP* error sets - std lib test compile but try to link against windows |
| 8 years ago | Andrew Kelley | | *WIP* error sets - an inferred error set can end up being the global one |
| 8 years ago | Andrew Kelley | | *WIP* error sets - support fns called at comptime |
| 8 years ago | Andrew Kelley | | *WIP* error sets - correctly resolve inferred error sets |
| 8 years ago | Andrew Kelley | | *WI* error sets - basic support working |
| 8 years ago | Andrew Kelley | | *WIP* error sets - rewrite "const cast only" function |
| 8 years ago | Andrew Kelley | | *WIP* error sets - allow peer type resolution to create new error set |
| 8 years ago | Andrew Kelley | | *WIP* error sets - fix implicit cast |
| 8 years ago | Andrew Kelley | | *WIP* error sets converting std lib |
| 8 years ago | Andrew Kelley | | *WIP* error sets |
| 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 |
|