aboutsummaryrefslogtreecommitdiff
path: root/test/cases/error.zig
AgeCommit message (Expand)Author
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley
2018-06-18remove error set casting syntax. add `@errSetCast`Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
2018-04-28Functions with infered error set can now return literalsJimmi Holst Christensen
2018-04-28Removed zero sized error set optimizationJimmi Holst Christensen
2018-02-09fix crash with error peer type resolutionAndrew Kelley
2018-02-08add test for comptime err to int with only 1 member of setAndrew Kelley
2018-02-08syntax: parse `?error!i32` as `?(error!i32)`Andrew Kelley
2018-02-08if statements support comptime known test error, runtime payloadAndrew Kelley
2018-02-08error sets - fix bad value for constant error literalAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-02*WI* error sets - basic support workingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-05-23clean up behavior test namesAndrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley