| Age | Commit message (Expand) | Author | Lines |
| 2025-02-08 | Visit SourceInfo of all Terminators | Kornel | -0/+2 |
| 2025-02-08 | super_local_decl should visit source_info before copying it | Kornel | -1/+2 |
| 2025-02-07 | Update `compiler-builtins` to 0.1.146 | Trevor Gross | -2/+2 |
| 2025-02-07 | Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-202... | bjorn3 | -71/+97 |
| 2025-02-07 | Rollup merge of #136589 - GuillaumeGomez:enable-jump-to-def-compiler, r=oli-obk | Matthias Krüger | -1/+3 |
| 2025-02-07 | Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnr | Matthias Krüger | -50/+80 |
| 2025-02-07 | Rollup merge of #135179 - compiler-errors:arbitrary-self-types-object, r=BoxyUwU | Matthias Krüger | -3/+11 |
| 2025-02-07 | compiler: remove reexports from rustc_target::callconv | Jubilee Young | -15/+14 |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -87/+128 |
| 2025-02-07 | rustc_target: Add the fp16 target feature for AArch32 | Kajetan Puchalski | -0/+2 |
| 2025-02-07 | i686-unknown-hurd-gnu: bump baseline CPU to Pentium 4 | Ralf Jung | -1/+1 |
| 2025-02-07 | Replace i686-unknown-redox target with i586-unknown-redox | Jeremy Soller | -3/+3 |
| 2025-02-07 | Rollup merge of #136664 - WaffleLapkin:un-map_or-true, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-07 | Rollup merge of #136653 - dpaoliello:cleanllvm1, r=Zalathar | Matthias Krüger | -60/+0 |
| 2025-02-07 | Rollup merge of #136598 - compiler-errors:unit-fallback, r=WaffleLapkin | Matthias Krüger | -2/+16 |
| 2025-02-07 | Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri... | Matthias Krüger | -91/+230 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -106/+19 |
| 2025-02-07 | Remove Linkage::Appending | bjorn3 | -7/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -16/+4 |
| 2025-02-07 | fix empty after lint on impl/trait items | Jonathan Dönszelmann | -0/+10 |
| 2025-02-07 | Rollup merge of #136644 - GuillaumeGomez:item-to-string, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-02-07 | Rollup merge of #136627 - RalfJung:mir-validation-cfg-checker, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2025-02-07 | Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errors | Matthias Krüger | -199/+221 |
| 2025-02-07 | Rollup merge of #136191 - klensy:const_a, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -23/+28 |
| 2025-02-07 | get tests to work without -Z/-C flags | Manuel Drehwald | -0/+10 |
| 2025-02-07 | Auto merge of #136450 - compiler-errors:simplify-cast, r=saethlin | bors | -9/+11 |
| 2025-02-06 | Remove dead code from rustc_codegen_llvm and the LLVM wrapper | Daniel Paoliello | -60/+0 |
| 2025-02-06 | allow+update `deref_into_dyn_supertrait` | Waffle Lapkin | -13/+11 |
| 2025-02-06 | adjust a comment | Waffle Lapkin | -3/+1 |
| 2025-02-06 | change `deref_into_dyn_supertrait` lint wording | Waffle Lapkin | -5/+6 |
| 2025-02-06 | stabilize `feature(trait_upcasting)` | Waffle Lapkin | -90/+6 |
| 2025-02-06 | replace one `.map_or(true, ...)` with `.is_none_or(...)` | Waffle Lapkin | -1/+1 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -3/+9 |
| 2025-02-06 | Rollup merge of #136636 - bjorn3:error_cleanup, r=compiler-errors | Matthias Krüger | -22/+12 |
| 2025-02-06 | Rollup merge of #136580 - bjorn3:miri_fixes, r=lqd | Matthias Krüger | -12/+24 |
| 2025-02-06 | Rollup merge of #136219 - yotamofek:pr/hir-cleanup, r=compiler-errors | Matthias Krüger | -56/+37 |
| 2025-02-06 | Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplett | Matthias Krüger | -2/+1 |
| 2025-02-06 | Rollup merge of #136069 - yotamofek:next-solver-slice, r=compiler-errors | Matthias Krüger | -7/+5 |
| 2025-02-06 | Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errors | Matthias Krüger | -17/+40 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -23/+28 |
| 2025-02-06 | Don't reset cast kind without also updating the operand in simplify_cast | Michael Goulet | -9/+11 |
| 2025-02-06 | Stop passing the same resource multiple times when building ParseSess | bjorn3 | -5/+3 |
| 2025-02-06 | Avoid manually producing FatalError in a couple of places | bjorn3 | -3/+3 |
| 2025-02-06 | Construct DiagCtxt a bit earlier in build_session | bjorn3 | -14/+6 |
| 2025-02-06 | Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr | bors | -309/+339 |
| 2025-02-06 | Generate correct terminate block under Wasm EH | Alisa Sireneva | -6/+23 |
| 2025-02-06 | Add opt_alias_variances and use it in outlives code | Michael Goulet | -50/+80 |
| 2025-02-06 | Auto merge of #136585 - gvozdvmozgu:memchr-eat-until-lexer, r=lcnr | bors | -2/+10 |
| 2025-02-06 | Add `rustc_hir_pretty::item_to_string` function | Guillaume Gomez | -0/+4 |