| Age | Commit message (Expand) | Author | Lines |
| 2025-02-21 | Inject `compiler_builtins` during postprocessing rather than via AST | Trevor Gross | -36/+64 |
| 2025-02-21 | Always allow reusing cratenum in CrateLoader::load | bjorn3 | -21/+9 |
| 2025-02-21 | Stacker now handles miri using a noop impl itself | bjorn3 | -12/+0 |
| 2025-02-21 | convert all_macro_rules from hashmap to hashset | klensy | -3/+3 |
| 2025-02-21 | remove unused pred_rcache | klensy | -2/+0 |
| 2025-02-21 | Rollup merge of #137313 - oli-obk:push-ywvuqkxuqyom, r=petrochenkov | Matthias Krüger | -85/+79 |
| 2025-02-21 | Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr | Matthias Krüger | -90/+58 |
| 2025-02-21 | Rollup merge of #137302 - compiler-errors:stray-drop-regions, r=matthewjasper | Matthias Krüger | -9/+15 |
| 2025-02-21 | Rollup merge of #137299 - nnethercote:simplify-PostOrder-customization, r=com... | Matthias Krüger | -35/+14 |
| 2025-02-21 | Rollup merge of #137204 - nnethercote:clarify-MIR-dialects-and-phases, r=Ralf... | Matthias Krüger | -60/+64 |
| 2025-02-21 | Rollup merge of #135630 - folkertdev:s390x-target-features, r=Amanieu | Matthias Krüger | -1/+20 |
| 2025-02-21 | Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkov | Matthias Krüger | -8/+30 |
| 2025-02-21 | pass optimization level to llvm-bitcode-linker | usamoi | -2/+2 |
| 2025-02-21 | adjust_abi: make fallback logic for ABIs a bit easier to read | Ralf Jung | -11/+26 |
| 2025-02-20 | Refactor `OperandRef::extract_field` to prep for 838 | Scott McMurray | -22/+24 |
| 2025-02-21 | Avoid snapshotting the parser in `parse_path_inner`. | Nicholas Nethercote | -24/+24 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -30/+55 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -18/+93 |
| 2025-02-20 | compiler: split vector_align into cabi and llvmlike | Jubilee Young | -12/+20 |
| 2025-02-20 | compiler: `BackendRepr::inherent_{size,align} -> scalar_{size,align}` | Jubilee Young | -63/+78 |
| 2025-02-20 | compiler: Align::max_for_offset -> Align::max_aligned_factor | Jubilee Young | -10/+9 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -164/+146 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -7/+7 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -11/+34 |
| 2025-02-21 | Store `TyCtxt` instead of `Map` in some iterators. | Nicholas Nethercote | -19/+19 |
| 2025-02-21 | add more s390x target features | Folkert de Vries | -1/+20 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -1/+1 |
| 2025-02-20 | Rollup merge of #137318 - bjorn3:cg_clif_abi_workaround, r=workingjubilee | Jubilee | -1/+3 |
| 2025-02-20 | Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj... | Jubilee | -135/+100 |
| 2025-02-20 | Rollup merge of #136608 - kulst:ptx_target_features, r=bjorn3 | Jubilee | -0/+9 |
| 2025-02-20 | Rollup merge of #136473 - usamoi:infer_linker_hints, r=petrochenkov | Jubilee | -8/+12 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -49/+52 |
| 2025-02-21 | Clarify a comment. | Nicholas Nethercote | -1/+1 |
| 2025-02-21 | Make `PassWhere` impl `Copy`. | Nicholas Nethercote | -2/+2 |
| 2025-02-21 | Remove some unnecessary `FIXME` comments. | Nicholas Nethercote | -3/+0 |
| 2025-02-21 | Put a `BlockTailInfo` in `BlockFrame::TailExpr`. | Nicholas Nethercote | -21/+10 |
| 2025-02-21 | Rename `ClearCrossCrate::assert_crate_local`. | Nicholas Nethercote | -14/+14 |
| 2025-02-21 | Remove unused `Body::span_for_ty_context` method. | Nicholas Nethercote | -12/+0 |
| 2025-02-21 | Fix a typo in a comment. | Nicholas Nethercote | -1/+1 |
| 2025-02-21 | Remove an unnecessary re-export. | Nicholas Nethercote | -1/+0 |
| 2025-02-21 | Rename `InternedObligationCauseCode`. | Nicholas Nethercote | -15/+17 |
| 2025-02-20 | fine-tune comment | Ralf Jung | -6/+5 |
| 2025-02-20 | Adjust LayoutData::uninhabited doc comment. | zachs18 | -2/+2 |
| 2025-02-20 | Add test that uninhabited repr(transparent) type has same function return ABI... | Zachary S | -21/+7 |
| 2025-02-20 | Update check to reflect that non-ZST uninhabited types should not be PassMode... | Zachary S | -1/+1 |
| 2025-02-20 | add verbatim linker to AIXLinker | Curtis D'Alves | -3/+3 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -107/+87 |
| 2025-02-20 | Point out the type of more expressions on bad `?` | Esteban Küber | -6/+1 |
| 2025-02-20 | Sync Fuchsia target spec with clang Fuchsia driver | Erick Tryzelaar | -22/+45 |
| 2025-02-20 | Tweak E0277 when predicate comes indirectly from `?` | Esteban Küber | -17/+51 |