| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -17/+0 | |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -1/+1 | |
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -1/+1 | |
| `for...in`. Closes #14803. If you used a structure literal after one of these keywords, surround it in parentheses. [breaking-change] | ||||
| 2013-12-10 | Allow ref and mut modifiers for short form field patterns | Steven Fackler | -0/+17 | |
| Previously, if you wanted to bind a field mutably or by ref, you had to do something like Foo { x: ref mut x }. You can now just do Foo { ref mut x }. Closes #6137 | ||||
