| Age | Commit message (Expand) | Author | Lines |
| 2019-12-05 | review comments | Esteban Küber | -0/+2 |
| 2019-12-05 | Do not ICE in `if` without `else` in `async fn` | Esteban Küber | -0/+24 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -6/+6 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+57 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -6/+6 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+57 |
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -6/+6 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+13 |
| 2019-10-24 | rustc_typeck: don't record direct callees in generator_interior. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -2/+8 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+3 |
| 2019-10-15 | Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram... | Tyler Mandry | -0/+19 |
| 2019-10-15 | Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper | Tyler Mandry | -0/+74 |
| 2019-10-15 | Avoid unused lifetime warning for lifetimes introduced when desugering async. | Giles Cope | -0/+74 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-11 | don't assume we can *always* find a return type hint in async fn | Niko Matsakis | -0/+19 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -2/+2 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -1/+1 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -1/+1 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -0/+46 |
| 2019-10-08 | suggest to add move keyword for generator | csmoe | -4/+19 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -5/+109 |
| 2019-10-06 | add testcase for generator move suggestion | csmoe | -0/+31 |
| 2019-10-05 | Ensure that associated `async fn`s have unique fresh param names | Matthew Jasper | -0/+23 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -16/+0 |
| 2019-10-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -28/+106 |
| 2019-10-02 | fix example (le sigh) | Niko Matsakis | -2/+2 |
| 2019-10-02 | add unsize slice-str coercion | Niko Matsakis | -0/+11 |
| 2019-10-02 | Do not mark unitinitialized locals as requiring storage | Matthew Jasper | -5/+109 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -16/+0 |
| 2019-10-02 | s/`async` fn/`async fn`/ | Niko Matsakis | -7/+7 |
| 2019-10-02 | correct coercion comments | Niko Matsakis | -3/+3 |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -28/+36 |
| 2019-10-02 | extract expected return type from `-> impl Future` obligation | Niko Matsakis | -0/+59 |
| 2019-10-02 | Do not collect to vec for debug output | Shotaro Yamada | -1/+1 |
| 2019-10-02 | Fix async/await ICE #64964 | Shotaro Yamada | -0/+22 |
| 2019-10-01 | Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2019-10-01 | Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkov | Mazdak Farrokhzad | -0/+41 |
| 2019-10-01 | syntax: reformat passing of `FnHeader` to `parse_item_fn`. | Mazdak Farrokhzad | -6/+6 |
| 2019-09-30 | async/await: improve obligation errors | David Wood | -12/+60 |
| 2019-09-30 | typeck: silence unreachable code from await | David Wood | -0/+41 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -36/+36 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -6/+8 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -5/+8 |
| 2019-09-20 | Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb | bors | -0/+70 |
| 2019-09-19 | fix tests for 2018 | Niko Matsakis | -0/+4 |
| 2019-09-19 | avoid generating drops for moved operands of calls | Niko Matsakis | -0/+46 |
| 2019-09-19 | Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakis | Mazdak Farrokhzad | -0/+16 |