| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | Point at the type that doesn't impl `Clone` in more cases beyond closures | Esteban Küber | -10/+5 |
| 2025-07-21 | Reduce comment verbosity | Esteban Küber | -33/+5 |
| 2025-07-21 | Tweak spans when encountering multiline initializer in move error | Esteban Küber | -2/+9 |
| 2025-07-21 | Generalize logic pointing at binding moved into closure | Esteban Küber | -24/+55 |
| 2025-07-21 | Tweak borrowck label pointing at `!Copy` value moved into closure | Esteban Küber | -51/+78 |
| 2025-07-19 | Auto merge of #144172 - lqd:revert-144013, r=petrochenkov | bors | -58/+45 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -35/+66 |
| 2025-07-19 | Revert "resolve: Make disambiguators for underscore bindings module-local" | Rémy Rakic | -58/+45 |
| 2025-07-19 | Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqk | bors | -30/+130 |
| 2025-07-19 | Rollup merge of #144115 - lcnr:auto-trait-comment, r=compiler-errors | Matthias Krüger | -4/+2 |
| 2025-07-19 | Rollup merge of #144103 - xizheyin:emit-unless, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-07-19 | Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2025-07-19 | Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillot | Matthias Krüger | -16/+28 |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+13 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -501/+502 |
| 2025-07-18 | Auto merge of #144140 - GuillaumeGomez:subtree-update_cg_gcc_2025-07-18, r=Gu... | bors | -629/+82 |
| 2025-07-18 | Remove forgotten git annotations | Guillaume Gomez | -7/+0 |
| 2025-07-19 | rename `emit_unless` to `emit_unless_delay` | xizheyin | -15/+15 |
| 2025-07-18 | Rollup merge of #144123 - oli-obk:ctfe-unsize, r=RalfJung | Matthias Krüger | -4/+5 |
| 2025-07-18 | Rollup merge of #144059 - LorrensP-2158466:remove-crate-loader, r=petrochenkov | Matthias Krüger | -158/+169 |
| 2025-07-18 | Rollup merge of #144050 - JonathanBrouwer:cross-crate-reexport, r=jdonszelmann | Matthias Krüger | -4/+4 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -316/+270 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -10/+28 |
| 2025-07-18 | Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang | Matthias Krüger | -9/+26 |
| 2025-07-18 | Be a bit more careful around exotic cycles in in the inliner | Michael Goulet | -16/+28 |
| 2025-07-18 | Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-update_c... | Guillaume Gomez | -625/+85 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -653/+507 |
| 2025-07-18 | Generalize `unsize` and `unsize_into` destinations | Oli Scherer | -4/+5 |
| 2025-07-18 | Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-07-18 | Rollup merge of #144013 - petrochenkov:disambunder, r=oli-obk | Matthias Krüger | -45/+58 |
| 2025-07-18 | Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk | Matthias Krüger | -9/+9 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -5/+66 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -2/+7 |
| 2025-07-18 | Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errors | Matthias Krüger | -1/+13 |
| 2025-07-18 | Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion | xizheyin | -9/+26 |
| 2025-07-18 | inline CrateLoader inside of CStore | LorrensP-2158466 | -158/+169 |
| 2025-07-18 | HIR ty lowering: Validate `PointeeSized` bounds | León Orell Valerian Liehr | -74/+34 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -29/+17 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -32/+42 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -5/+21 |
| 2025-07-18 | Show the memory of uninit reads | Oli Scherer | -7/+22 |
| 2025-07-18 | update comment | lcnr | -4/+2 |
| 2025-07-18 | Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgr | bors | -399/+525 |
| 2025-07-18 | Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-07-18 | Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann | Matthias Krüger | -28/+149 |
| 2025-07-18 | Rollup merge of #143846 - usamoi:gc, r=bjorn3 | Matthias Krüger | -39/+1 |
| 2025-07-18 | Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxu | Matthias Krüger | -0/+51 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -34/+67 |
| 2025-07-18 | Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obk | Matthias Krüger | -298/+255 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -56/+373 |