| Age | Commit message (Expand) | Author | Lines |
| 2025-02-08 | transmutability: fix ICE when passing wrong ADT to ASSUME | Lukas Markeffsky | -18/+45 |
| 2025-02-08 | Auto merge of #136588 - ChrisDenton:no-msys2, r=Kobzol | bors | -19/+0 |
| 2025-02-07 | Auto merge of #136697 - matthiaskrgr:rollup-eww4vl9, r=matthiaskrgr | bors | -953/+1387 |
| 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 | -10/+62 |
| 2025-02-07 | Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri... | Matthias Krüger | -262/+1043 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -133/+130 |
| 2025-02-07 | Rollup merge of #135940 - ehuss:toolstate-update, r=Mark-Simulacrum | Matthias Krüger | -8/+11 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -479/+140 |
| 2025-02-07 | Auto merge of #136684 - matthiaskrgr:rollup-mlpzre5, r=matthiaskrgr | bors | -259/+369 |
| 2025-02-07 | Rollup merge of #136644 - GuillaumeGomez:item-to-string, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-02-07 | Rollup merge of #136643 - jdonszelmann:add-triagebot-attrs, r=fmease | Matthias Krüger | -0/+20 |
| 2025-02-07 | Rollup merge of #136634 - bjoernager:const-mut-cursor, r=m-ou-se | Matthias Krüger | -2/+2 |
| 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 #136582 - asomers:revert-132232, r=tgross35 | Matthias Krüger | -9/+9 |
| 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 | -34/+92 |
| 2025-02-07 | Auto merge of #136647 - marcoieni:ubuntu-22-free-runner-arm, r=Kobzol | bors | -1/+1 |
| 2025-02-07 | Auto merge of #136450 - compiler-errors:simplify-cast, r=saethlin | bors | -9/+294 |
| 2025-02-07 | Auto merge of #136658 - matthiaskrgr:rollup-tg1vmex, r=matthiaskrgr | bors | -721/+2883 |
| 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 | -75/+63 |
| 2025-02-06 | adjust a comment | Waffle Lapkin | -3/+1 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from miri | Waffle Lapkin | -9/+2 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from core tests | Waffle Lapkin | -1/+0 |
| 2025-02-06 | remove unstable book entry for `feature(trait_upcasting)` | Waffle Lapkin | -26/+0 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -275/+67 |
| 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 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -133/+130 |
| 2025-02-06 | replace one `.map_or(true, ...)` with `.is_none_or(...)` | Waffle Lapkin | -1/+1 |
| 2025-02-06 | Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -565/+2680 |
| 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 | -17/+18 |
| 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 | -42/+107 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -34/+92 |
| 2025-02-06 | Don't reset cast kind without also updating the operand in simplify_cast | Michael Goulet | -13/+15 |
| 2025-02-06 | Failing test | Michael Goulet | -0/+283 |
| 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 | -349/+524 |
| 2025-02-06 | ci: use ubuntu 22 for free arm runners | MarcoIeni | -1/+1 |
| 2025-02-06 | Auto merge of #136585 - gvozdvmozgu:memchr-eat-until-lexer, r=lcnr | bors | -2/+11 |
| 2025-02-06 | Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u... | Philipp Krones | -565/+2680 |