| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-06 | Rollup merge of #136435 - Zalathar:thir-pat-stuff, r=Nadrieril | Matthias Krüger | -148/+148 |
| 2025-02-06 | Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er... | Matthias Krüger | -34/+66 |
| 2025-02-06 | Rollup merge of #136315 - estebank:long-ty-binop, r=SparrowLii | Matthias Krüger | -27/+44 |
| 2025-02-06 | Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnr | Matthias Krüger | -5/+21 |
| 2025-02-06 | Rollup merge of #136235 - oli-obk:transmuty-pat-tys, r=RalfJung | Matthias Krüger | -14/+49 |
| 2025-02-06 | Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obk | Matthias Krüger | -81/+11 |
| 2025-02-06 | Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bit | Zalathar | -8/+5 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -293/+301 |
| 2025-02-06 | coverage: Remove the old code for simplifying counters after MIR opts | Zalathar | -183/+17 |
| 2025-02-06 | coverage: Don't create counters for code that was removed by MIR opts | Zalathar | -13/+19 |
| 2025-02-06 | coverage: Defer part of counter-creation until codegen | Zalathar | -271/+173 |
| 2025-02-06 | coverage: Store BCB node IDs in mappings, and resolve them in codegen | Zalathar | -79/+67 |
| 2025-02-06 | MIR validation: add comment explaining the limitations of CfgChecker | Ralf Jung | -0/+6 |
| 2025-02-06 | compiler: reorganize rustc_abi to be more internally uniform | Jubilee Young | -74/+78 |
| 2025-02-06 | compiler: make rustc_target have less weird reexports | Jubilee Young | -125/+143 |
| 2025-02-06 | Prevent generic pattern types from being used in libstd | Oli Scherer | -2/+45 |
| 2025-02-05 | Rollup merge of #136611 - Zalathar:llvm-underscore, r=workingjubilee | Jubilee | -12/+3 |
| 2025-02-05 | Rollup merge of #136591 - GuillaumeGomez:expr-to-string, r=Urgau | Jubilee | -0/+4 |