| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | hygiene: Avoid recursion in syntax context decoding | Vadim Petrochenkov | -100/+61 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -1/+2 |
| 2025-03-28 | hygiene: Rewrite `apply_mark_internal` to be more understandable | Vadim Petrochenkov | -60/+61 |
| 2025-03-15 | hygiene: Update `$crate` pretty-printing to account for holes in syntax contexts | Vadim Petrochenkov | -14/+15 |
| 2025-03-15 | hygiene: Ensure uniqueness of `SyntaxContextData`s | Vadim Petrochenkov | -26/+34 |
| 2025-03-15 | hygiene: Asserts, comments, code cleanup | Vadim Petrochenkov | -53/+91 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -0/+5 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -0/+3 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -0/+6 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+2 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -5/+6 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -0/+3 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -5/+6 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -4/+0 |
| 2024-12-13 | Don't retag the `PtrMetadata(&raw const *_n)` in slice indexing | Scott McMurray | -0/+4 |
| 2024-11-27 | rustc_span: Replace a `HashMap<_, ()>` with `HashSet` | Josh Stone | -5/+6 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -13/+1 |
| 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 |