| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-11 | fix #102878 | Takayuki Maeda | -8/+11 |
| 2022-10-05 | Remove `TokenStreamBuilder`. | Nicholas Nethercote | -43/+42 |
| 2022-10-05 | Rearrange `to_internal`. | Nicholas Nethercote | -41/+40 |
| 2022-10-04 | Improve spans when splitting multi-char operator tokens for proc macros. | Nicholas Nethercote | -2/+14 |
| 2022-10-03 | Clarify operator splitting. | Nicholas Nethercote | -2/+6 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -0/+4 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -7/+7 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -10/+10 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -2/+4 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -7/+11 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+8 |
| 2022-09-13 | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | -29/+29 |
| 2022-09-09 | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | -7/+7 |
| 2022-09-09 | Change return type of `Attribute::tokens`. | Nicholas Nethercote | -1/+1 |
| 2022-09-09 | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | -21/+21 |
| 2022-09-09 | Move `Spacing` out of `AttrAnnotatedTokenStream`. | Nicholas Nethercote | -11/+11 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -16/+23 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -6/+4 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+3 |