| Age | Commit message (Expand) | Author | Lines |
| 2021-02-13 | spell the real selftype | csmoe | -1/+1 |
| 2021-02-12 | spell out nested self type | csmoe | -0/+11 |
| 2021-02-12 | add testcase for issue 78600 | csmoe | -0/+12 |
| 2021-02-10 | Rollup merge of #81926 - henryboisdequin:fix-81907, r=estebank | Yuki Okushi | -0/+3 |
| 2021-02-09 | add suggestion to use the `async_recursion` crate | Henry Boisdequin | -0/+3 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -7/+7 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -1/+0 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -1/+2 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -1/+2 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+38 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+83 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+83 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -0/+54 |
| 2021-01-14 | Auto merge of #79689 - Vooblin:patch1, r=tmandry | bors | -54/+55 |
| 2021-01-14 | Fix error E0373 documentation | 1000teslas | -1/+1 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -4/+17 |
| 2021-01-14 | Bless test output | 1000teslas | -1/+0 |
| 2021-01-12 | Update src/test/ui/async-await/issues/issue-78938-async-block.stderr | 1000teslas | -1/+1 |
| 2021-01-12 | Auto merge of #76580 - rokob:iss76011, r=estebank | bors | -0/+1 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -4/+17 |
| 2021-01-10 | Revise async block error message | 1000teslas | -9/+1 |
| 2021-01-10 | Update issue-78938-async-block.rs | 1000teslas | -1/+1 |
| 2021-01-10 | Fix location of error message explanation | 1000teslas | -5/+5 |
| 2021-01-10 | Explain why borrows can't be held across yield point in async blocks | 1000teslas | -0/+63 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -18/+18 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -13/+13 |
| 2020-12-26 | update tests | Bastian Kauschke | -5/+4 |
| 2020-12-17 | Prefer regions with an `external_name` in `approx_universal_upper_bound` | Aaron Hill | -1/+29 |
| 2020-12-04 | Update tests of "unused_lifetimes" lint for async functions and corresponding... | Dmitry Murygin | -54/+55 |
| 2020-12-01 | Fix UI tests for negative polarity implementations of traits | ThePuzzlemaker | -2/+0 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+1 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -4/+7 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -0/+118 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -2/+52 |
| 2020-11-04 | Fix issue 78654. | Hameer Abbasi | -0/+54 |
| 2020-11-02 | Only separate notes if span is multiline | Yuki Okushi | -6/+3 |
| 2020-11-02 | Add "this has type `{}` which {}" note | Yuki Okushi | -0/+13 |
| 2020-11-02 | Address some code reviews | Yuki Okushi | -16/+4 |
| 2020-11-02 | Separate complex multispan into some notes | Yuki Okushi | -25/+30 |
| 2020-11-02 | Avoid complex diagnostics in snippets which contain newlines | Yuki Okushi | -0/+56 |
| 2020-10-28 | Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk | Dylan DPC | -9/+49 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -1/+1 |
| 2020-10-26 | Suggest calling await on method call and field access | Esteban Küber | -9/+49 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -37/+14 |
| 2020-10-23 | Silence unnecessary `await foo?` knock-down error | Esteban Küber | -67/+33 |
| 2020-10-23 | Tweak "use `.await`" suggestion | Esteban Küber | -34/+39 |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -4/+7 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -34/+2 |
| 2020-10-06 | Remove predicates on associated types from traits | Matthew Jasper | -2/+2 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -5/+0 |