| Age | Commit message (Expand) | Author | Lines |
| 2019-08-07 | Rollup merge of #63310 - gorup:partial-moves, r=cramertj | Mazdak Farrokhzad | -0/+95 |
| 2019-08-07 | Rollup merge of #63294 - alsuren:async-tests, r=cramertj | Mazdak Farrokhzad | -0/+501 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+15 |
| 2019-08-06 | test drop order for locals when a future is dropped part-way through execution | David Laban | -0/+176 |
| 2019-08-06 | fixup! test drop order for parameters when a future is dropped part-way throu... | David Laban | -1/+1 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -0/+65 |
| 2019-08-05 | Tests around moving parts of structs and tuples across await points | Ryan Gorup | -0/+95 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -0/+65 |
| 2019-08-05 | test drop order for parameters when a future is dropped part-way through exec... | David Laban | -0/+307 |
| 2019-08-04 | test .await while holding variables of different sizes | David Laban | -0/+18 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -7/+6 |
| 2019-08-03 | Rollup merge of #63208 - tmandry:issue-62658, r=cramertj | Mazdak Farrokhzad | -0/+29 |
| 2019-08-02 | Resolve FIXME with async-await test | varkor | -3/+1 |
| 2019-08-02 | Fix fallout after rebase | varkor | -230/+0 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -2/+232 |
| 2019-08-02 | Update syntax in existing tests | varkor | -3/+4 |
| 2019-08-01 | Round generator sizes to multiple of their alignment | Tyler Mandry | -0/+29 |
| 2019-07-30 | Adjust tests. wrt. await_macro being removed. | Mazdak Farrokhzad | -252/+117 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+15 |
| 2019-07-28 | Better recursive async fn error message. | Giles Cope | -4/+4 |
| 2019-07-18 | Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb | Mark Rousskov | -1/+1 |
| 2019-07-18 | Self-referencial type renamed to recursive type. | Giles Cope | -1/+1 |
| 2019-07-12 | test `unsafe fn` and `async unsafe fn` calls in `unsafe { async || }` | Delan Azabani | -2/+25 |
| 2019-07-12 | remove redundant async_closure test in async-await.rs | Delan Azabani | -7/+1 |
| 2019-07-12 | test E0133 when calling free/impl `async unsafe fn` in `async fn` | Delan Azabani | -1/+22 |
| 2019-07-12 | remove unused #![feature(async_closure)] | Delan Azabani | -1/+1 |
| 2019-07-12 | test `unsafe fn` and `async unsafe fn` calls in `async` in `unsafe` | Delan Azabani | -0/+26 |
| 2019-07-12 | test E0133 when calling free/impl `async unsafe fn` in safe code | Delan Azabani | -0/+35 |
| 2019-07-12 | align async-await.rs and await-macro.rs with one another | Delan Azabani | -3/+20 |
| 2019-07-11 | Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandry | Mazdak Farrokhzad | -0/+299 |
| 2019-07-10 | Ignore async-fn-size-moved-locals test on wasm
| Andrew Xu | -0/+1 |
| 2019-07-09 | Auto merge of #62542 - Centril:rollup-5mpb8tu, r=Centril | bors | -1/+1 |
| 2019-07-09 | Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis | bors | -0/+16 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -1/+1 |
| 2019-07-06 | Add missing aux-build directive | Andrew Xu | -1/+1 |
| 2019-07-06 | Move the test async-fn-size-moved-locals to ui | Andrew Xu | -0/+100 |
| 2019-07-06 | Remove duplicated arc_wake.rs | Andrew Xu | -0/+61 |
| 2019-07-06 | Move async-await tests from run-pass to ui | Andrew Xu | -0/+137 |
| 2019-07-06 | Fix test annotation | Yuki Okushi | -1/+1 |
| 2019-07-05 | Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb | Mazdak Farrokhzad | -0/+16 |
| 2019-07-05 | Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkor | Mazdak Farrokhzad | -0/+32 |
| 2019-07-05 | Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj | Mazdak Farrokhzad | -20/+20 |
| 2019-07-05 | Rollup merge of #62292 - Centril:split-async-closures, r=cramertj | Mazdak Farrokhzad | -65/+205 |
| 2019-07-04 | Break out of the correct number of scopes in loops | Matthew Jasper | -0/+16 |
| 2019-07-04 | Improve error span for async type inference error | Aaron Hill | -0/+32 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -14/+14 |
| 2019-07-04 | Reduce reliance on feature(await_macro). | Mazdak Farrokhzad | -20/+20 |
| 2019-07-03 | Adjust tests wrt. 'async_closure' feature gate. | Mazdak Farrokhzad | -65/+205 |
| 2019-07-03 | Normalize projections in opaque types | Jonas Schievink | -0/+16 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -14/+14 |