| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -155/+0 | |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+1 | |
| nodes in statement position. Extended #[cfg] folder to allow removal of statements, and of expressions in optional positions like expression lists and trailing block expressions. Extended lint checker to recognize lint levels on expressions and locals. | ||||
| 2015-11-09 | syntax: Use `let _` in #[derive(Debug)] | Alex Crichton | -4/+21 | |
| This should help avoid triggering the unused_results lint which can frequently be turned on. Closes #29710 | ||||
| 2015-11-03 | Don't chain method calls in #[derive(Debug)] | Steven Fackler | -24/+35 | |
| Closes #29540 | ||||
| 2015-10-18 | Remove #[derive(Show)] | Vadim Petrochenkov | -0/+126 | |
