| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+5 |
| 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 |
| 2022-10-27 | Rollup merge of #103544 - Nilstrieb:no-recovery-pls, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -3/+78 |
| 2022-10-25 | Add flag to forbid recovery in the parser | Nilstrieb | -0/+1 |
| 2022-10-24 | Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr | bors | -11/+35 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -3/+78 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -8/+8 |
| 2022-10-21 | Only apply `ProceduralMasquerade` hack to older versions of `rental` | Aaron Hill | -11/+35 |
| 2022-10-21 | Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk | Dylan DPC | -2/+3 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -2/+3 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+1 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -5/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | -73/+71 |