| Age | Commit message (Expand) | Author | Lines |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -1/+1 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -1/+0 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -1/+1 |
| 2025-02-25 | remove unused field from VariantDef::new and convert debug to instrument | klensy | -1/+0 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -1/+0 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -1/+0 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -2/+2 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -15/+11 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -43/+156 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -15/+11 |
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -5/+26 |
| 2025-02-21 | Partially revert ed63539282 ("Mark dependencies ... private by default") | Trevor Gross | -17/+1 |
| 2025-02-21 | Inject `compiler_builtins` during postprocessing rather than via AST | Trevor Gross | -0/+48 |
| 2025-02-21 | Always allow reusing cratenum in CrateLoader::load | bjorn3 | -21/+9 |
| 2025-02-20 | Improve debugging for metadata structures | Trevor Gross | -5/+12 |
| 2025-02-20 | Track where crate dependencies come from in `creader` | Trevor Gross | -20/+73 |
| 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 | -4/+4 |
| 2025-02-14 | Decode metadata buffer in one go | Oli Scherer | -4/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -13/+19 |
| 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 | -5/+147 |
| 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 | -5/+147 |
| 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-23 | Make the wasm_c_abi future compat warning a hard error | bjorn3 | -6/+8 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -1/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-14 | Mark dependencies of the standard library as private by default | Trevor Gross | -19/+47 |
| 2025-01-14 | rustc_metadata: Rename `root` to `dep_root` | Trevor Gross | -26/+35 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -2/+2 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-20 | Review comments | bjorn3 | -0/+7 |
| 2024-12-19 | Update comments | bjorn3 | -8/+7 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -45/+58 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -13/+8 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -13/+8 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -3/+3 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -10/+13 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -7/+14 |