| Age | Commit message (Expand) | Author | Lines |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-21 | Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+10 |
| 2024-07-05 | use old ctx if has same expand environment during decode span | bohan | -0/+8 |
| 2024-06-21 | Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot | bors | -1/+7 |
| 2024-06-16 | rustc_span: Minor improvements | Vadim Petrochenkov | -0/+5 |
| 2024-05-22 | Remove `#[macro_use]` extern crate tracing` from `rustc_span`. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+1 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -23/+15 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-19 | Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incremental | Oli Scherer | -1/+7 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -2/+2 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -1/+1 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -0/+3 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -5/+14 |
| 2024-01-17 | Use UnhashMap for a few more maps | Mark Rousskov | -2/+2 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -5/+14 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -1/+33 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -1/+33 |
| 2024-01-08 | macro_rules: Add an expansion-local cache to span marker | Vadim Petrochenkov | -1/+1 |
| 2024-01-06 | Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgr | bors | -16/+1 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -16/+1 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -4/+6 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -4/+6 |
| 2024-01-05 | rustc_span: Remove `fn fresh_expansion` | Vadim Petrochenkov | -16/+1 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -27/+3 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -1/+1 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -2/+0 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -4/+0 |
| 2023-11-02 | Minimize `pub` usage in `hygiene.rs`. | Nicholas Nethercote | -34/+15 |
| 2023-11-02 | Tweak `use` items. | Nicholas Nethercote | -6/+3 |
| 2023-08-25 | Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-08-23 | Extend comment on assertion | John Kåre Alsaker | -1/+5 |
| 2023-08-23 | Check that the old values match | John Kåre Alsaker | -2/+2 |
| 2023-08-22 | Fix races conditions with `SyntaxContext` decoding | John Kåre Alsaker | -34/+80 |
| 2023-08-22 | Allow overwriting ExpnId for concurrent decoding | John Kåre Alsaker | -3/+3 |
| 2023-06-16 | Add `SyntaxContext::is_root` | Maybe Waffle | -4/+9 |
| 2023-05-30 | Lower the tracing level of some very verbose messages | Oli Scherer | -2/+2 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -2/+0 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -2/+0 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -4/+0 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -7/+7 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+1 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -0/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -10/+6 |