| Age | Commit message (Expand) | Author | Lines |
| 2025-03-05 | Auto merge of #138021 - workingjubilee:rollup-brhnycu, r=workingjubilee | bors | -11/+2 |
| 2025-03-04 | compiler: use `is_rustic_abi` in abi_check | Jubilee Young | -3/+3 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ImproperCTypesVisitor | Jubilee Young | -19/+11 |
| 2025-03-04 | compiler: use `is_rustic_abi` in mir_transform | Jubilee Young | -5/+1 |
| 2025-03-04 | compiler: add `ExternAbi::is_rustic_abi` | Jubilee Young | -0/+11 |
| 2025-03-05 | Pretty-print `#[deprecated]` attribute in HIR. | Predrag Gruevski | -0/+74 |
| 2025-03-04 | Make CrateItem::body() function return an option | Celina G. Val | -5/+16 |
| 2025-03-05 | Add the `movrs` target feature and `movrs_target_feature` feature gate | sayantn | -0/+4 |
| 2025-03-05 | Add the new `amx` target features | sayantn | -0/+11 |
| 2025-03-05 | Remove out of date comment. | Nicholas Nethercote | -1/+0 |
| 2025-03-05 | Use `collect` to initialize `features`. | Nicholas Nethercote | -28/+25 |
| 2025-03-04 | Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddle | Jubilee | -9/+0 |
| 2025-03-04 | Rollup merge of #137634 - tgross35:update-builtins, r=tgross35 | Jubilee | -2/+2 |
| 2025-03-05 | Change signature of `target_features_cfg`. | Nicholas Nethercote | -71/+85 |
| 2025-03-04 | Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwU | bors | -136/+422 |
| 2025-03-05 | Simplify `implied_target_features`. | Nicholas Nethercote | -12/+10 |
| 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-04 | use measureme-12.0.1 | LuuuXXX | -6/+3 |
| 2025-03-04 | promote ohos targets to tier to with host tools | LuuuXXX | -5/+8 |
| 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 |