| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -3/+20 |
| 2020-12-17 | Don't allow `const` to begin a nonterminal | Camelid | -0/+2 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -2/+2 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -14/+8 |
| 2020-10-22 | Don't create an empty `LazyTokenStream` | Aaron Hill | -10/+10 |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -4/+14 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -1/+9 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -1/+9 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -1/+8 |
| 2020-09-10 | Collect tokens when handling `:literal` matcher | Aaron Hill | -1/+9 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -1/+8 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -1/+8 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+170 |
