| Age | Commit message (Expand) | Author | Lines |
| 2025-01-11 | review comments and make test `run-rustfix` | Esteban Küber | -10/+36 |
| 2025-01-11 | On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -1/+6 |
| 2025-01-11 | On E0308, detect `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -3/+5 |
| 2025-01-11 | Add test for `mut arg: &Ty` meant to be `arg: &mut Ty` | Esteban Küber | -0/+80 |
| 2025-01-10 | mir_build: check annotated functions w/out callers | David Wood | -53/+112 |
| 2025-01-10 | don't collect `#[rustc_force_inline]` in eager mode | David Wood | -0/+59 |
| 2025-01-10 | inline: re-introduce some callee body checks | David Wood | -0/+102 |
| 2025-01-10 | inline: force inlining shims | David Wood | -0/+9 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -0/+953 |
| 2025-01-10 | Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhpratt | bors | -67/+708 |
| 2025-01-10 | Rollup merge of #135320 - camelid:coroutines-typo, r=lqd | Jacob Pratt | -6/+6 |
| 2025-01-10 | Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelid | Jacob Pratt | -0/+72 |
| 2025-01-10 | Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor... | Jacob Pratt | -12/+26 |
| 2025-01-10 | Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro... | Jacob Pratt | -49/+604 |
| 2025-01-10 | Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqd | bors | -7/+9 |
| 2025-01-09 | Fix typo in `#[coroutine]` gating error | Noah Lev | -6/+6 |
| 2025-01-10 | Rollup merge of #135308 - compiler-errors:scope-visit, r=oli-obk | Matthias Krüger | -0/+16 |
| 2025-01-10 | Rollup merge of #135304 - steffahn:tests_from_132289, r=compiler-errors | Matthias Krüger | -0/+178 |
| 2025-01-10 | Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxu | Matthias Krüger | -6/+8 |
| 2025-01-10 | Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubilee | Matthias Krüger | -71/+310 |
| 2025-01-10 | test that coercions still work under randomization | The 8472 | -8/+40 |
| 2025-01-10 | exclude unsizable tail from randomization seed calculation | The 8472 | -3/+4 |
| 2025-01-10 | adjust UI tests | The 8472 | -71/+248 |
| 2025-01-10 | Foo<T> != Foo<U> under layout randomization | The 8472 | -0/+29 |
| 2025-01-09 | Make sure to walk into nested const blocks in RegionResolutionVisitor | Michael Goulet | -0/+16 |
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -1/+21 |
| 2025-01-09 | Migrate check-fail tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+163 |
| 2025-01-09 | Migrate basic tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+368 |
| 2025-01-09 | Append `TokenTree` with `ToTokens` in `proc_macro::quote!` | Asuna | -19/+23 |
| 2025-01-09 | Add tests cases from review of #132289 | Frank Steffahn | -0/+178 |
| 2025-01-09 | Make bare-fn test less dependent on path width | Chris Denton | -6/+8 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -20/+26 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -0/+8 |
| 2025-01-09 | Rollup merge of #135261 - compiler-errors:coverage-has-identity-substs, r=oli... | Matthias Krüger | -0/+53 |
| 2025-01-09 | Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnr | Matthias Krüger | -70/+97 |
| 2025-01-09 | add comment to test | lcnr | -4/+6 |
| 2025-01-09 | Account for identity substituted items in symbol mangling | Michael Goulet | -0/+51 |
| 2025-01-09 | Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgr | bors | -0/+1 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -70/+97 |
| 2025-01-09 | Rollup merge of #135225 - erickt:fix-test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-01-09 | Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillot | bors | -618/+1703 |
| 2025-01-09 | Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnr | Matthias Krüger | -130/+113 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -0/+6 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -0/+194 |
| 2025-01-08 | Make the aggregate-then-transmute handling more general | Scott McMurray | -295/+505 |
| 2025-01-08 | Refactor the cast-then-cast cases together, and support transmute-then-transmute | Scott McMurray | -23/+475 |
| 2025-01-08 | Use layout information to detect transparent transmutes | Scott McMurray | -9/+77 |
| 2025-01-08 | [mir-opt] GVN some more transmute cases | Scott McMurray | -624/+979 |
| 2025-01-08 | Remove special-casing for argument patterns in MIR typeck | dianne | -7/+9 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -10/+71 |