| Age | Commit message (Expand) | Author | Lines |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-10 | Migrate parts of `rustc_expand` to session diagnostics | nils | -207/+488 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -2/+2 |
| 2022-12-05 | Remove three uses of `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+2 |
| 2022-12-05 | Remove `ExtCtxt::expr_lit`. | Nicholas Nethercote | -22/+21 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+3 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -3/+4 |
| 2022-12-02 | Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+2 |
| 2022-12-01 | Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote | Matthias Krüger | -1/+5 |
| 2022-11-30 | report literal errors when `token_lit` has errors | Takayuki Maeda | -1/+5 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -4/+16 |
| 2022-11-29 | Remove an out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2022-11-29 | Avoid unnecessary `MetaItem`/`Attribute` conversions. | Nicholas Nethercote | -1/+1 |
| 2022-11-28 | Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkov | Matthias Krüger | -5/+2 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -54/+54 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+3 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -54/+54 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -4/+1 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -2/+2 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -7/+10 |
| 2022-11-25 | Clarify `SyntaxExtensionKind::LegacyDerive`. | Nicholas Nethercote | -1/+6 |
| 2022-11-22 | Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors | Manish Goregaokar | -237/+268 |
| 2022-11-22 | Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkov | Matthias Krüger | -9/+13 |
| 2022-11-22 | Rollup merge of #104416 - clubby789:fix-104414, r=eholk | Matthias Krüger | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -9/+13 |
| 2022-11-20 | Move macro_rules diagnostics to diagnostics module | Nilstrieb | -237/+268 |
| 2022-11-19 | Cleanup macro matching recovery | Nilstrieb | -1/+0 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -15/+13 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -7/+7 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -18/+16 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -18/+16 |
| 2022-11-15 | Only do parser recovery on retried macro matching | Nilstrieb | -8/+27 |
| 2022-11-15 | Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebank | Matthias Krüger | -11/+76 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -11/+76 |
| 2022-11-14 | Fix using `include_bytes` in pattern position | clubby789 | -1/+1 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -0/+7 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -7/+11 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+7 |
| 2022-11-04 | Small style improvements | nils | -12/+13 |
| 2022-11-02 | Add some debug logs to macro matching | Nilstrieb | -0/+8 |
| 2022-11-02 | Retry matching with tracking for diagnostics | Nilstrieb | -9/+109 |
| 2022-11-02 | Factor out matching into `try_match_macro` | Nilstrieb | -124/+129 |
| 2022-11-02 | Add `Tracker` to track matching operations | Nilstrieb | -17/+48 |
| 2022-11-02 | Small parser cleanups | Nilstrieb | -5/+5 |
| 2022-11-02 | Store `ErrorGuaranteed` in `ErrorReported` | Nilstrieb | -5/+6 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |