| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -2/+0 | |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -8/+6 | |
| Fix some remaining cases of bad formatting Update some failing tests | ||||
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -2/+2 | |
| 2019-07-15 | pprust: Use `print_mac_common` for `macro_rules` definitions | Vadim Petrochenkov | -2/+4 | |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -145/+134 | |
| Unlike other built-in attributes, this attribute accepts any input | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -1/+0 | |
| Closes #22181, #27779 | ||||
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2016-11-10 | tests: fix fallout in pretty-printing output exact-match tests. | Eduard Burtescu | -8/+14 | |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -0/+1 | |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -0/+281 | |
| 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. | ||||
