| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -3/+4 | |
| compiler and use it for attributes | ||||
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -2/+2 | |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -1/+1 | |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -1/+3 | |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -1/+1 | |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -1/+1 | |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -2/+2 | |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 | |
| cc #5898 | ||||
| 2013-08-01 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would ↵ | Huon Wilson | -0/+45 | |
| keep/remove. Example: if cfg!(test) { calculation_to_run_only_when_testing(); } | ||||
