| Age | Commit message (Expand) | Author | Lines |
| 2025-01-11 | fix `it's` -> `its` in doc comment | Yotam Ofek | -1/+1 |
| 2025-01-11 | Auto merge of #135274 - saethlin:array-repeats, r=compiler-errors | bors | -0/+30 |
| 2025-01-11 | Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlin | bors | -7/+21 |
| 2025-01-10 | mir_build: check annotated functions w/out callers | David Wood | -45/+110 |
| 2025-01-10 | clarify `target_feature` + forced inlining | David Wood | -7/+9 |
| 2025-01-10 | don't collect `#[rustc_force_inline]` in eager mode | David Wood | -4/+6 |
| 2025-01-10 | inline: move should inline check | David Wood | -5/+5 |
| 2025-01-10 | validator: move force inline check | David Wood | -23/+10 |
| 2025-01-10 | inline: remove unnecessary promoted check | David Wood | -4/+0 |
| 2025-01-10 | inline: re-introduce some callee body checks | David Wood | -2/+29 |
| 2025-01-10 | inline: force inlining shims | David Wood | -12/+18 |
| 2025-01-10 | codegen_attrs: force inlining takes precedence | David Wood | -28/+33 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -670/+1138 |
| 2025-01-10 | Use llvm.memset.p0i8.* to initialize all same-bytes arrays | Oli Scherer | -5/+9 |
| 2025-01-10 | Auto merge of #135328 - bjorn3:sync_cg_clif-2025-01-10, r=bjorn3 | bors | -320/+93 |
| 2025-01-10 | Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhpratt | bors | -245/+311 |
| 2025-01-10 | Merge commit 'e39eacd2d415803ef82de3b6a314e4f2d0fbc4dc' into sync_cg_clif-202... | bjorn3 | -320/+93 |
| 2025-01-10 | Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqd | Jacob Pratt | -5/+4 |
| 2025-01-10 | Rollup merge of #135320 - camelid:coroutines-typo, r=lqd | Jacob Pratt | -1/+1 |
| 2025-01-10 | Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelid | Jacob Pratt | -3/+7 |
| 2025-01-10 | Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor... | Jacob Pratt | -236/+299 |
| 2025-01-10 | Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqd | bors | -13/+0 |
| 2025-01-10 | Pull element init into a reusable closure | Oli Scherer | -14/+21 |
| 2025-01-10 | Change repeat element check into a match | Oli Scherer | -15/+18 |
| 2025-01-10 | remove more redundant into() conversions | Matthias Krüger | -5/+4 |
| 2025-01-09 | Fix typo in `#[coroutine]` gating error | Noah Lev | -1/+1 |
| 2025-01-10 | Rollup merge of #135308 - compiler-errors:scope-visit, r=oli-obk | Matthias Krüger | -16/+20 |
| 2025-01-10 | Rollup merge of #133088 - the8472:randomize-me-harder, r=workingjubilee | Matthias Krüger | -7/+86 |
| 2025-01-10 | exclude unsizable tail from randomization seed calculation | The 8472 | -13/+9 |
| 2025-01-10 | Foo<T> != Foo<U> under layout randomization | The 8472 | -2/+85 |
| 2025-01-09 | Add an InstSimplify for repetitive array expressions | Ben Kimock | -0/+30 |
| 2025-01-09 | Rename RegionResolutionVisitor to ScopeResolutionVisitor | Michael Goulet | -12/+12 |
| 2025-01-09 | Make sure to walk into nested const blocks in RegionResolutionVisitor | Michael Goulet | -4/+8 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -229/+262 |
| 2025-01-09 | Auto merge of #135286 - matthiaskrgr:rollup-sxuq1nh, r=matthiaskrgr | bors | -144/+130 |
| 2025-01-09 | Make the non-const part swappable in the diagnostic | Michael Goulet | -41/+63 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -2/+10 |
| 2025-01-09 | Rollup merge of #135261 - compiler-errors:coverage-has-identity-substs, r=oli... | Matthias Krüger | -39/+84 |
| 2025-01-09 | Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnr | Matthias Krüger | -105/+46 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -25/+25 |
| 2025-01-09 | Account for identity substituted items in symbol mangling | Michael Goulet | -39/+84 |
| 2025-01-09 | Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgr | bors | -30/+27 |
| 2025-01-09 | Use option combinators instead of manual if/return | Oli Scherer | -10/+3 |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -47/+19 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -13/+6 |
| 2025-01-09 | Use error constant instead of explicit error handling | Oli Scherer | -10/+3 |
| 2025-01-09 | Make `lit_to_mir_constant` infallible | Oli Scherer | -31/+21 |
| 2025-01-09 | Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors | Matthias Krüger | -10/+8 |
| 2025-01-09 | Rollup merge of #135247 - tgross35:stdlib-sym-list, r=oli-obk | Matthias Krüger | -16/+17 |
| 2025-01-09 | Rollup merge of #135225 - erickt:fix-test, r=jieyouxu | Matthias Krüger | -1/+0 |