| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-12-06 | `rustc_builtin_macros`: remove `ref` patterns | Maybe Waffle | -5/+5 |
| 2022-11-30 | Fix an ICE parsing a malformed literal in `concat_bytes!`. | Nicholas Nethercote | -1/+5 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -40/+43 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+13 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2022-08-16 | Make `ExtCtxt::expr_lit` non-`pub`. | Nicholas Nethercote | -2/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2021-12-27 | Clarify that repeat count must be positive | Smitty | -1/+1 |
| 2021-12-18 | Support [x; n] expressions in concat_bytes! | Smitty | -40/+65 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+167 |
