aboutsummaryrefslogtreecommitdiff
path: root/test/cases/switch_prong_err_enum.zig
AgeCommit message (Expand)Author
2019-01-29backport copy elision changesAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew 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 `%return` with `try`Andrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-05-23clean up behavior test namesAndrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-03-16introduce new test syntaxAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley
2016-12-25IR: port more testsAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley