| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -0/+43 |
| 2024-04-11 | Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxu | Matthias Krüger | -0/+63 |
| 2024-04-11 | Stop using HirId for fn-like parents | Michael Goulet | -0/+63 |
| 2024-04-11 | Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obk | Matthias Krüger | -11/+287 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -4/+4 |
| 2024-04-10 | Make the computation of coroutine_captures_by_ref_ty more sophisticated | Michael Goulet | -11/+287 |
| 2024-04-10 | Only assert for child/parent projection compatibility AFTER checking that the... | Michael Goulet | -0/+16 |
| 2024-04-09 | Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obk | Guillaume Gomez | -0/+27 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -0/+27 |
| 2024-04-08 | Actually, stop making any assumption about the projections applied to the upvar | Michael Goulet | -0/+17 |
| 2024-04-05 | Account for an additional reborrow inserted by UniqueImmBorrow and MutBorrow | Michael Goulet | -0/+27 |
| 2024-04-05 | Check the base of the place too! | Michael Goulet | -0/+28 |
| 2024-04-05 | Rework the ByMoveBody shim to actually work correctly | Michael Goulet | -0/+244 |
| 2024-04-04 | Force `move` async-closures that are `FnOnce` to make their inner coroutines ... | Michael Goulet | -35/+6 |
| 2024-04-04 | Actually use the inferred ClosureKind from signature inference in coroutine-c... | Michael Goulet | -31/+99 |
| 2024-04-03 | Rollup merge of #121595 - strottos:issue_116615, r=compiler-errors | Matthias Krüger | -8/+20 |
| 2024-04-02 | Rollup merge of #123349 - compiler-errors:async-closure-captures, r=oli-obk | Jubilee | -0/+92 |
| 2024-04-02 | Comments, comments, comments | Michael Goulet | -0/+2 |
| 2024-04-02 | Fix capture analysis for by-move closure bodies | Michael Goulet | -0/+90 |
| 2024-03-29 | update tests | Justin Karneges | -6/+38 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -27/+27 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -10/+10 |
| 2024-03-21 | Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr | Matthias Krüger | -0/+3 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -1/+16 |
| 2024-03-20 | Rollup merge of #122749 - aliemjay:region-err, r=compiler-errors | Jacob Pratt | -16/+24 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -16/+24 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -1/+16 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -57/+7 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -57/+7 |
| 2024-03-19 | Remove redundant coroutine captures note | Michael Goulet | -9/+2 |
| 2024-03-19 | Don't ICE when encountering bound regions in generator interior type | Michael Goulet | -0/+3 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -0/+4 |
| 2024-03-15 | Refactored a few bits: | Steven Trotter | -15/+12 |
| 2024-03-15 | Added ability to report on generic argument mismatch better | Steven Trotter | -8/+23 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+11 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+11 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -19/+8 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -23/+3 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -5/+0 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -23/+3 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -5/+0 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -2/+8 |
| 2024-03-05 | Split refining_impl_trait lint into _reachable, _internal variants | Tyler Mandry | -0/+4 |
| 2024-03-05 | Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ... | Matthias Krüger | -0/+10 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-03-05 | Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas... | Matthias Krüger | -0/+21 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -3/+0 |
| 2024-03-01 | Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errors | Matthias Krüger | -199/+0 |
| 2024-03-01 | Implement async closure signature deduction | Michael Goulet | -0/+10 |
| 2024-02-29 | Remove stray stdout/stderr files | 许杰友 Jieyou Xu (Joe) | -199/+0 |