| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -1/+1 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -14/+26 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -0/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -0/+1 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -6/+6 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -8/+20 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -1/+20 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+9638 |
