| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Rollup merge of #141356 - dianne:thir-lower-params-before-body-expr, r=compil... | Matthias Krüger | -9/+9 |
| 2025-05-21 | Rollup merge of #141347 - lcnr:lets-make-it-unsound-3, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2025-05-21 | Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solver | Michael Goulet | -0/+15 |
| 2025-05-21 | Check for element being `const` before resolving repeat count | Boxy | -32/+18 |
| 2025-05-21 | GAI logic on stable too | Boxy | -10/+139 |
| 2025-05-21 | Properly test whether repeat expr checks are pre/post integer fallback | Boxy | -82/+74 |
| 2025-05-21 | Don't allow repeat expr count inference side effects to propagate | Boxy | -2/+77 |
| 2025-05-21 | Fix tests | Boxy | -53/+367 |
| 2025-05-21 | lower bodies' params to thir before the body's value | dianne | -9/+9 |
| 2025-05-21 | fix better_any breakage by making the solver more unsound | lcnr | -0/+33 |
| 2025-05-21 | Rollup merge of #141334 - lcnr:coerce-nested-obligations, r=compiler-errors | Matthias Krüger | -0/+16 |
| 2025-05-21 | Rollup merge of #141333 - compiler-errors:param-env-candidate-unnorm, r=lcnr | Matthias Krüger | -0/+46 |
| 2025-05-21 | Rollup merge of #141332 - compiler-errors:no-fold-const, r=lcnr | Matthias Krüger | -0/+10 |
| 2025-05-21 | Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ... | Matthias Krüger | -0/+28 |
| 2025-05-21 | Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f... | Matthias Krüger | -0/+26 |
| 2025-05-21 | Rollup merge of #141267 - dianne:fix-141265, r=oli-obk | Matthias Krüger | -0/+60 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -96/+34 |
| 2025-05-21 | Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p... | Andrew Zhogin | -0/+26 |
| 2025-05-21 | When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) | Andrew Zhogin | -0/+28 |
| 2025-05-21 | eagerly check nested obligations when coercing fndefs | lcnr | -0/+16 |
| 2025-05-21 | Use DeepRejectCtxt in assemble_inherent_candidates_from_param | Michael Goulet | -0/+46 |
| 2025-05-21 | Rollup merge of #141318 - nnethercote:fix-140884, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2025-05-21 | Rollup merge of #141317 - dianne:continue-liveness-ice-fix, r=compiler-errors | Matthias Krüger | -0/+80 |
| 2025-05-21 | Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercote | Matthias Krüger | -10/+65 |
| 2025-05-21 | Do not eagerly fold consts in normalize_param_env_or_error if new solver | Michael Goulet | -0/+10 |
| 2025-05-21 | Avoid creating an empty identifer in `Symbol::to_ident_string`. | Nicholas Nethercote | -0/+18 |
| 2025-05-21 | Update UI tests | Marcelo Domínguez | -128/+98 |
| 2025-05-21 | Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe... | Matthias Krüger | -0/+34 |
| 2025-05-21 | Rollup merge of #140981 - est31:guard_let_chains_tests, r=petrochenkov | Matthias Krüger | -48/+269 |
| 2025-05-21 | Auto merge of #127721 - bvanjoi:issue-124273, r=petrochenkov | bors | -0/+241 |
| 2025-05-20 | typeck: catch `continue`s pointing to blocks | dianne | -0/+80 |
| 2025-05-20 | Do not call name() on rpitit assoc_item | Santiago Pastorino | -0/+34 |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -0/+241 |
| 2025-05-20 | Rollup merge of #141275 - dianne:gather-guard-pat-locals-once, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2025-05-20 | Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa... | Matthias Krüger | -2/+2 |
| 2025-05-20 | Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2025-05-20 | Just error on recursive opaque ty in HIR typeck | Michael Goulet | -179/+97 |
| 2025-05-19 | `gather_locals`: only visit guard pattern guards when checking the guard | dianne | -0/+15 |
| 2025-05-20 | Add println! test for sugg-field-in-format-string-issue-141136 | xizheyin | -1/+10 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -26/+12 |
| 2025-05-19 | only resolve top-level guard patterns' guards once | dianne | -0/+60 |
| 2025-05-20 | Warning when dependency crate has async drop types, and the feature is disabl... | Andrew Zhogin | -2/+2 |
| 2025-05-19 | Fixed possible ICE in annotate_mut_binding_to_immutable_binding | Josh Gunter | -0/+38 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -1/+15 |
| 2025-05-19 | add s390x z17 target features | Folkert de Vries | -0/+12 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -1/+15 |
| 2025-05-19 | Rollup merge of #141242 - folkertdev:aarch64-asm-parse-errors, r=Amanieu | Stuart Cook | -470/+7 |
| 2025-05-19 | in aarch64 asm parse error tests, only test cases specific to that target | Folkert de Vries | -470/+7 |
| 2025-05-19 | Rollup merge of #141094 - satler-git:issue-101650, r=lcnr | Stuart Cook | -0/+24 |
| 2025-05-18 | Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obk | León Orell Valerian Liehr | -27/+220 |