| Age | Commit message (Expand) | Author | Lines |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -4/+4 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -4/+4 |
| 2020-04-22 | Tweak wording | Esteban Küber | -1/+1 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -1/+5 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -2/+24 |
| 2020-04-17 | Avoid emitting stderr for now | Yuki Okushi | -24/+2 |
| 2020-04-17 | Add test for issue-67893 | Yuki Okushi | -0/+45 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -4/+1 |
| 2020-04-13 | Incorporate feedback into diagnostics | Tyler Mandry | -1/+1 |
| 2020-04-13 | Improve span label | Tyler Mandry | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 |
| 2020-04-10 | Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-04-09 | Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011 | Mazdak Farrokhzad | -0/+53 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -1/+1 |
| 2020-04-06 | add nested regression test | Niko Matsakis | -0/+30 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -4/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -10/+6 |
| 2020-03-24 | save/restore `pessimistic_yield` when entering bodies | Niko Matsakis | -0/+23 |
| 2020-03-23 | Update tests | John Kåre Alsaker | -32/+12 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -2/+2 |
| 2020-03-12 | update tests | Mark Mansi | -4/+4 |
| 2020-02-22 | update some tests | Mark Mansi | -4/+4 |
| 2020-02-14 | Update tests | Matthew Jasper | -10/+1 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -3/+3 |
| 2020-02-05 | Fix test | Esteban Küber | -0/+2 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -5/+3 |
| 2020-02-05 | Use spans for input borrowed types unrelated to return type | Esteban Küber | -1/+5 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -3/+3 |
| 2020-01-25 | Auto merge of #68269 - csmoe:temp, r=estebank | bors | -0/+42 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -0/+33 |
| 2020-01-19 | update test ui for raw-ptr borrow inside generator | csmoe | -0/+42 |
| 2020-01-03 | Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor | bors | -1/+1 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -1/+1 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -1/+4 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -7/+10 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -4/+1 |
| 2019-12-22 | test fallout | Mark Rousskov | -1/+1 |
| 2019-12-06 | review comments | Esteban Küber | -0/+28 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -0/+24 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -2/+2 |
| 2019-11-29 | Ignore wasm for panic tests | David Haig | -0/+6 |
| 2019-11-28 | Moved tests and fixed merge conflict | David Haig | -0/+117 |
| 2019-11-27 | Add async fn test for #66695 | Matthew Jasper | -0/+24 |
| 2019-11-24 | Rollup merge of #64856 - jonhoo:format-temporaries, r=sfackler | Mazdak Farrokhzad | -0/+22 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -4/+64 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -0/+1 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+45 |
| 2019-11-11 | add ui test for issue-62097 | csmoe | -0/+19 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -0/+1 |