| Age | Commit message (Expand) | Author | Lines |
| 2023-09-23 | Add regression test for issue #79865 | Eduardo Sánchez Muñoz | -0/+38 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -0/+217 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -0/+12 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -1/+24 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -12/+1 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+183 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+34 |
| 2023-09-23 | Add test | Esteban Küber | -0/+36 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -10/+10 |
| 2023-09-23 | When encountering method on `Self` that we can't suggest, mention it | Esteban Küber | -0/+3 |
| 2023-09-23 | More accurate suggestion for `self.` and `Self::` | Esteban Küber | -3/+45 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -3/+3 |
| 2023-09-22 | test(const_eval): add test cases for #114994 | Evan Merlock | -0/+53 |
| 2023-09-23 | Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obk | bors | -1/+2 |
| 2023-09-22 | Point at cause of expectation of `break` value when possible | Esteban Küber | -1/+24 |
| 2023-09-22 | Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgr | bors | -15/+195 |
| 2023-09-22 | Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -15/+15 |
| 2023-09-22 | Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2023-09-22 | Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naber | Matthias Krüger | -0/+158 |
| 2023-09-22 | Open the FileEncoder file for reading and writing | Ben Kimock | -0/+7 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -16/+28 |
| 2023-09-22 | Allow higher-ranked fn sigs in ValuePairs | Michael Goulet | -7/+7 |
| 2023-09-22 | Need to use hybrid param-env to make sure implication is not circular | Michael Goulet | -0/+42 |
| 2023-09-22 | Use placeholders to prevent using inferred RPITIT types to imply their own WF... | Michael Goulet | -0/+39 |
| 2023-09-22 | Fix test on targets with crt-static default | Tomasz Miąsko | -1/+2 |
| 2023-09-22 | make unsized cast illegal | ouz-a | -0/+15 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -358/+358 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -15/+15 |
| 2023-09-22 | Capture scrutinee of if let guards correctly | Matthew Jasper | -0/+158 |
| 2023-09-22 | Rollup merge of #116039 - estebank:nested-tait, r=compiler-errors | Matthias Krüger | -0/+56 |
| 2023-09-22 | Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obk | Matthias Krüger | -94/+96 |
| 2023-09-22 | Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebank | Matthias Krüger | -0/+44 |
| 2023-09-22 | run abi/compatibility test against a whole bunch of targets | Ralf Jung | -10/+173 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -109/+121 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -0/+56 |
| 2023-09-21 | diagnostics: avoid mismatch between variance index and hir generic | Michael Howell | -0/+23 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -119/+181 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -16/+149 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -358/+358 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -2/+4 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+133 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -16/+16 |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -96/+98 |
| 2023-09-21 | Account for nested `impl Trait` in TAIT | Esteban Küber | -0/+56 |
| 2023-09-21 | tests/ui: Fix large_moves attribute cfg | Martin Nordholts | -1/+1 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -2/+4 |
| 2023-09-21 | add UI test for delimiter errors | yukang | -0/+44 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -0/+36 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -39/+123 |