| Age | Commit message (Expand) | Author | Lines |
| 2023-01-21 | Add test | Michael Goulet | -0/+26 |
| 2023-01-19 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+3 |
| 2022-12-27 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -6/+66 |
| 2022-12-26 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -9/+6 |
| 2022-12-08 | Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -0/+33 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -6/+9 |
| 2022-12-06 | Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726 | Matthias Krüger | -0/+37 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -6/+9 |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-12-05 | Make get_impl_future_output_ty work with AFIT | Michael Goulet | -0/+37 |
| 2022-12-05 | Unconditional check FRU expression, even if there are errors present | Michael Goulet | -0/+33 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -0/+126 |
| 2022-12-04 | Make nested RPITIT inherit the parent opaque's generics. | Camille GILLOT | -0/+17 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -58/+23 |
| 2022-12-02 | Fix async track caller for assoc fn and trait impl fn | Gary Guo | -0/+14 |
| 2022-12-02 | Use proper HirId for async track_caller attribute check | Gary Guo | -0/+11 |
| 2022-12-02 | Check lifetime param count in collect_trait_impl_trait_tys | Michael Goulet | -0/+41 |
| 2022-11-30 | Make sure async constructs do not `impl Generator` | Arpad Borsos | -0/+126 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -13/+13 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -8/+9 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -13/+13 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -45/+33 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -45/+33 |
| 2022-11-23 | Pass InferCtxt to DropRangeVisitor so we can resolve vars | Michael Goulet | -0/+168 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -65/+72 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -0/+40 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -0/+32 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+76 |
| 2022-11-15 | Use `needs-unwind` instead of ignoring WASM/emscripten | Bryan Garza | -5/+3 |
| 2022-11-12 | Add test for projections in async-in-trait. | Camille GILLOT | -59/+2 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -6/+56 |
| 2022-11-12 | Bless ui tests. | Camille GILLOT | -2/+16 |
| 2022-11-11 | Ignore wasm and emscripten targets for test | Bryan Garza | -2/+5 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -15/+2 |
| 2022-11-09 | Allow and add `track_caller` to generators | Bryan Garza | -2/+2 |
| 2022-11-01 | Don't remap early-bound RPITIT regions that originate from impl | Michael Goulet | -0/+32 |
| 2022-10-29 | Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -7/+6 |
| 2022-10-28 | Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errors | Matthias Krüger | -0/+579 |
| 2022-10-28 | add test for issue 98634 | Rageking8 | -0/+110 |
| 2022-10-27 | Update tests based on feedback | Bryan Garza | -26/+7 |
| 2022-10-27 | Update src/test/ui/async-await/in-trait/async-example.rs | Bryan Garza | -2/+2 |
| 2022-10-27 | Add additional tests for static AFIT | Bryan Garza | -0/+169 |
| 2022-10-27 | Update tests based on feedback | Bryan Garza | -33/+48 |
| 2022-10-27 | Update static AFIT tests based on feedback | Bryan Garza | -144/+28 |
| 2022-10-27 | Add tests for static async functions in traits | Bryan Garza | -0/+530 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -7/+6 |
| 2022-10-27 | Rollup merge of #103110 - RalfJung:manual-send, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -1/+1 |