| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-10-13 | Test and gate empty structures and variants better | Vadim Petrochenkov | -0/+13 | |
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -13/+0 | |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -0/+13 | |
| Unit-like structs are written as `struct Foo;`, but we erroneously accepted `struct Foo();` and took it to mean the same thing. Now we don't, so use the `struct Foo;` form! [breaking-change] | ||||
