| Age | Commit message (Expand) | Author | Lines |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -2/+2 |
| 2025-03-19 | Allow builtin macros to be used more than once. | Mara Bos | -3/+3 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -2/+2 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -1/+1 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -1/+1 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -3/+2 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -7/+3 |
| 2025-03-13 | Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo... | Matthias Krüger | -1/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -5/+4 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -1/+2 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -2/+2 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -1/+0 |
| 2025-02-25 | remove unused field from VariantDef::new and convert debug to instrument | klensy | -1/+0 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -1/+0 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -15/+11 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -15/+11 |
| 2025-02-21 | Inject `compiler_builtins` during postprocessing rather than via AST | Trevor Gross | -0/+4 |
| 2025-02-20 | Improve debugging for metadata structures | Trevor Gross | -0/+4 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -2/+1 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-14 | Decode metadata buffer in one go | Oli Scherer | -4/+1 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -11/+13 |
| 2025-02-03 | Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -11/+13 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -3/+27 |
| 2025-02-03 | Remove hook calling via `TyCtxtAt`. | Nicholas Nethercote | -3/+3 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -3/+27 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -3/+3 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Overhaul `to_readable_str`. | Nicholas Nethercote | -3/+3 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -8/+8 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -2/+2 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -6/+8 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -8/+5 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+2 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -10/+13 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -6/+6 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -4/+1 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -4/+1 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -6/+2 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -2/+3 |
| 2024-12-09 | Support x-crate default fields | Esteban Küber | -1/+13 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -0/+1 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -6/+0 |
| 2024-12-04 | Remove some noisy tracing | Oli Scherer | -3/+0 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -4/+8 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -0/+1 |