| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-05 | don't refer to async as 'generators' | SNCPlay42 | -0/+68 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -12/+1 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -2/+2 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -12/+1 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -2/+2 |
| 2020-09-26 | Call `type_of` for opaque types later in compilation | Matthew Jasper | -1/+1 |