| Age | Commit message (Expand) | Author | Lines |
| 2025-02-21 | Rollup merge of #137350 - nnethercote:remove-Map-3, r=Zalathar | Matthias Krüger | -180/+162 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -164/+146 |
| 2025-02-21 | Store `TyCtxt` instead of `Map` in some iterators. | Nicholas Nethercote | -19/+19 |
| 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-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 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -107/+87 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -1/+1 |
| 2025-02-20 | Workaround Cranelift not yet properly supporting vectors smaller than 128bit | bjorn3 | -1/+3 |
| 2025-02-20 | Auto merge of #137123 - Zalathar:user-type-span, r=oli-obk | bors | -53/+40 |
| 2025-02-20 | infer linker flavor by linker name if it's sufficiently specific | usamoi | -8/+12 |
| 2025-02-20 | Don't store a redundant span in user-type projections | Zalathar | -24/+13 |
| 2025-02-20 | Avoid a useless clone of `UserTypeProjection` | Zalathar | -7/+4 |
| 2025-02-20 | Flatten the check for ref/non-ref bindings | Zalathar | -7/+5 |
| 2025-02-20 | Partly flatten the user-type loop in `TypeVerifier::visit_local_decl` | Zalathar | -30/+33 |
| 2025-02-20 | Auto merge of #137058 - scottmcm:trunc-unchecked, r=nikic | bors | -98/+140 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -338/+273 |
| 2025-02-20 | Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2025-02-20 | Rollup merge of #137269 - dianne:fix-ref-pat-label-span, r=davidtwco | Matthias Krüger | -14/+21 |
| 2025-02-20 | Rollup merge of #137266 - nnethercote:mir-visitor-tweaks, r=compiler-errors | Matthias Krüger | -189/+160 |
| 2025-02-20 | Rollup merge of #137263 - compiler-errors:inherentless, r=lcnr | Matthias Krüger | -5/+4 |
| 2025-02-20 | Rollup merge of #137262 - compiler-errors:ast-ir-begone, r=lcnr | Matthias Krüger | -39/+30 |
| 2025-02-20 | Rollup merge of #137253 - compiler-errors:bevy-hack, r=jackh726 | Matthias Krüger | -28/+35 |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -56/+14 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -49/+153 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -18/+29 |
| 2025-02-19 | Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwco | Matthias Krüger | -24/+64 |
| 2025-02-19 | Rollup merge of #136093 - dianne:match-2024-for-edition-2021, r=Nadrieril | Matthias Krüger | -7/+60 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -87/+100 |
| 2025-02-19 | PR feedback | Scott McMurray | -3/+2 |
| 2025-02-19 | Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar` | Scott McMurray | -11/+41 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -49/+52 |
| 2025-02-19 | add clarifying comments to chars used for label-trimming | dianne | -3/+9 |
| 2025-02-19 | Rollup merge of #137251 - Zalathar:holes-visitor, r=jieyouxu | Matthias Krüger | -25/+26 |
| 2025-02-19 | Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2025-02-19 | Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 | Matthias Krüger | -6/+10 |
| 2025-02-19 | re-add explicit `with_ctxt` and tweak comments | dianne | -4/+5 |
| 2025-02-19 | Tweak "expected ident" parse error to avoid talking about doc comments | Esteban Küber | -7/+9 |
| 2025-02-19 | don't get trapped inside of expansions when trimming labels | dianne | -13/+13 |
| 2025-02-19 | Improve formatting within `make_mir_visitor` macro body. | Nicholas Nethercote | -142/+128 |
| 2025-02-19 | Remove `MirVisitable`. | Nicholas Nethercote | -43/+18 |
| 2025-02-19 | Add `super_local` method to the MIR visitors. | Nicholas Nethercote | -4/+14 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -48/+108 |