| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -8/+7 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -3/+3 |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -8/+7 |
| 2019-11-02 | Merge branch 'master' into format-temporaries | Jon Gjengset | -13/+61 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -1/+6 |
| 2019-10-15 | Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram... | Tyler Mandry | -0/+19 |
| 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-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -10/+12 |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -10/+12 |
| 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-09-27 | Place test with async-await and use 2018 edition | Jon Gjengset | -0/+22 |
| 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 | -1/+4 |
| 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-18 | don't record all intermediate adjustment types | Niko Matsakis | -0/+20 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+9 |
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -19/+19 |
| 2019-08-20 | Remove async_await gates from tests. | Mazdak Farrokhzad | -51/+3 |
| 2019-08-19 | adjust test to be check-pass | Niko Matsakis | -13/+4 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -0/+50 |
| 2019-08-16 | bless you nll | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-14 | Rollup merge of #63509 - estebank:async-span, r=Centril | Mazdak Farrokhzad | -0/+23 |
| 2019-08-13 | review comment: move test | Esteban Küber | -0/+23 |
| 2019-08-13 | bless tests with compare-mode=nll | Niko Matsakis | -0/+35 |