| Age | Commit message (Expand) | Author | Lines |
| 2025-03-05 | Avoid double interning of feature names. | Nicholas Nethercote | -8/+7 |
| 2025-03-04 | Only use implied bounds hack if bevy, and use deeply normalize in implied bou... | Michael Goulet | -246/+99 |
| 2025-03-04 | Make rustdoc tests use always applicable negative auto impls | Michael Goulet | -2/+2 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -59/+138 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -200/+560 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -136/+422 |
| 2025-03-04 | List the feature in removed.rs | Alice Ryhl | -1/+5 |
| 2025-03-04 | InhabitedPredicate: avoid using a wildcard branch | Maja Kądziołka | -1/+4 |
| 2025-03-04 | Clarify why InhabitedPredicate::instantiate_opt exists | Maja Kądziołka | -0/+5 |
| 2025-03-04 | Revert "compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsa... | Askar Safin | -5/+6 |
| 2025-03-04 | Remove obsolete comment from DeduceReadOnly | Tomasz Miąsko | -29/+0 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -9/+0 |
| 2025-03-03 | Also simplify `Preorder`'s `size_hint` | Scott McMurray | -15/+5 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -600/+549 |
| 2025-03-04 | Remove unused `PpMode::needs_hir` | Zalathar | -8/+0 |
| 2025-03-04 | Allow struct field default values to reference struct's generics | Michael Goulet | -1/+5 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -18/+39 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+7 |
| 2025-03-03 | Point out macro expansion ident in resolver errors too | Michael Goulet | -1/+8 |
| 2025-03-03 | Point of macro expansion from call expr if it involves macro var | Michael Goulet | -3/+43 |
| 2025-03-03 | Inline FnOnce once again | Michael Goulet | -13/+10 |
| 2025-03-03 | Better reasons for inline failure | Michael Goulet | -9/+8 |
| 2025-03-03 | Don't typeck during WF, instead check outside of WF in check_crate | Michael Goulet | -12/+7 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -1/+19 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -7/+15 |
| 2025-03-03 | Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgr | bors | -112/+296 |
| 2025-03-03 | Add timestamp to unstable feature usage metrics | Jane Losare-Lusby | -1/+15 |
| 2025-03-03 | Add ``dyn`` keyword | Kirill Podoprigora | -2/+2 |
| 2025-03-03 | Use default field values for `ErrorOutputType` | Esteban Küber | -26/+23 |
| 2025-03-03 | Use default field values for `config::NextSolverConfig` | Esteban Küber | -8/+4 |
| 2025-03-03 | Use default field values in `markdown::parse::Context` | Esteban Küber | -13/+8 |
| 2025-03-03 | Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii | Matthias Krüger | -70/+60 |
| 2025-03-03 | Rollup merge of #137902 - nnethercote:ast-lexer-TokenKind, r=compiler-errors | Matthias Krüger | -336/+366 |
| 2025-03-03 | Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk | Matthias Krüger | -73/+25 |
| 2025-03-03 | Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obk | Matthias Krüger | -42/+78 |
| 2025-03-03 | Rollup merge of #137852 - moulins:layout-nonarray-simd-deadcode, r=workingjub... | Matthias Krüger | -78/+19 |
| 2025-03-03 | Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgr | bors | -12/+44 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -11/+9 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -6/+53 |
| 2025-03-03 | Apply dllimport in ThinLTO | John Kåre Alsaker | -6/+5 |
| 2025-03-03 | Rollup merge of #137862 - mtoner23:print-help, r=nnethercote | Matthias Krüger | -30/+34 |
| 2025-03-03 | Rollup merge of #137741 - cuviper:const_str-raw_entry, r=Mark-Simulacrum | Matthias Krüger | -31/+25 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+5 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -50/+232 |
| 2025-03-03 | Tidy imports in `rustc_data_structures::sync` | Zalathar | -27/+30 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -35/+22 |
| 2025-03-03 | After introducing the warning in 1.83, now also warn in deps | Tamme Dittrich | -1/+1 |
| 2025-03-02 | Simplify `<Postorder as Iterator>::size_hint` | Scott McMurray | -11/+6 |
| 2025-03-03 | interpret/provenance_map: consistently use range_is_empty | Ralf Jung | -22/+22 |
| 2025-03-03 | Remove leading underscores from parameter names in `Sharded` | Zalathar | -8/+8 |