| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -6/+7 |
| 2022-10-18 | Clean up query descriptions | nils | -1/+1 |
| 2022-10-16 | remove redundant Send impls for references | Ralf Jung | -1/+1 |
| 2022-10-15 | Add test | Michael Goulet | -0/+15 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -76/+10 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -3/+3 |
| 2022-10-11 | wip: trying to enable #[track_caller] on async fn | Eric Holk | -0/+1 |
| 2022-10-10 | Add a test case for #[track_caller] on async fn | Eric Holk | -0/+74 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+44 |
| 2022-10-08 | Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726 | Michael Howell | -1/+1 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -1/+1 |
| 2022-10-05 | Bless tests | Michael Goulet | -76/+10 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -6/+6 |
| 2022-09-30 | bless tests | b-naber | -1/+1 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -1/+3 |
| 2022-09-26 | address review | b-naber | -1/+1 |
| 2022-09-26 | bless tests | b-naber | -1/+1 |
| 2022-09-25 | Only generate closure def id for async fns with body | Michael Goulet | -0/+10 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -46/+0 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -0/+92 |
| 2022-09-23 | Rollup merge of #102134 - flba-eb:master, r=bjorn3 | Matthias Krüger | -2/+0 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -2/+0 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -5/+72 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -5/+72 |
| 2022-09-20 | Adding needs-unwind to tests involving changing memory size of Futures/Closures | Andrew Pollack | -0/+2 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -0/+44 |
| 2022-09-17 | Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul... | Matthias Krüger | -3/+1 |
| 2022-09-15 | Remove the let_else feature gate from the testsuite | est31 | -1/+1 |