aboutsummaryrefslogtreecommitdiff
path: root/test/cases/syntax.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-06-04support `zig fmt: off` and `zig fmt: on` between top level declsAndrew Kelley
2018-05-25trailing comma after var args is not supportedAndrew Kelley
2018-05-25enum fields with a type are not supportedAndrew Kelley
2018-05-25struct fields with no explicit type are not supportedAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-06-17allow trailing commasscurest