| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -7/+4 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -4/+0 |
| 2020-11-07 | typo and formatting | o752d | -10/+9 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -4/+0 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -1/+37 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -4/+4 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -2/+6 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -4/+8 |
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -2/+6 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+345 |
