aboutsummaryrefslogtreecommitdiff
path: root/test/cases/while.zig
AgeCommit message (Expand)Author
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
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
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-05-04implement else on loops and break can give an expressionAndrew Kelley
2017-05-04implement while for nullables and error unionsAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
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