| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin | bors | -37/+0 |
| 2019-05-20 | Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce... | Mazdak Farrokhzad | -0/+51 |
| 2019-05-19 | Move run-pass/self/* to ui/self | Taiki Endo | -696/+0 |
| 2019-05-19 | Move arbitrary_self_types's tests into ui/self | Taiki Endo | -292/+0 |
| 2019-05-18 | Make clear that status quo ≠ guarantee | Peter Todd | -2/+3 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -2/+86 |
| 2019-05-17 | Remove the unstable and deprecated mpsc_select | Josh Stone | -37/+0 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -25/+0 |
| 2019-05-16 | reverted changed cfg test cases | Dario Gonzalez | -8/+7 |
| 2019-05-16 | Fixed tidy errors | Dario Gonzalez | -7/+2 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -6/+96 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -34/+0 |
| 2019-05-13 | add impl_trait_in_bindings to INCOMPLETE_FEATURES | Pulkit Goyal | -0/+7 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -34/+0 |
| 2019-05-13 | Auto merge of #60765 - matthewjasper:fix-more-escaping-rescopes, r=oli-obk | bors | -0/+6 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -25/+0 |
| 2019-05-12 | Treat generators the same as closure for escaping lifetimes | Matthew Jasper | -0/+6 |
| 2019-05-12 | Auto merge of #60244 - SimonSapin:dangling, r=oli-obk | bors | -2/+0 |
| 2019-05-10 | Various test changes | Mazdak Farrokhzad | -0/+8 |
| 2019-05-09 | Rollup merge of #60572 - tmandry:issue-59972, r=RalfJung,oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -23/+222 |
| 2019-05-07 | Add non-non-zero test to union-nonzero test | Peter Todd | -0/+8 |
| 2019-05-07 | Document purpose of union-nonzero test | Peter Todd | -0/+12 |
| 2019-05-06 | Add test for #59972 | Tyler Mandry | -0/+23 |
| 2019-05-06 | Test interaction of unions with non-zero/niche-filling optimization | Peter Todd | -0/+30 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -7/+0 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -5/+5 |
| 2019-05-03 | Update tests | Christopher Vittal | -7/+0 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -184/+0 |
| 2019-05-01 | Unify tests under async-await directory. | David Wood | -263/+0 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -184/+263 |
| 2019-05-01 | Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddyb | Mazdak Farrokhzad | -0/+49 |
| 2019-05-01 | Fix run-pass test | Yuki OKUSHI | -2/+2 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -5/+5 |
| 2019-04-29 | Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-04-29 | Support ZSTs in DispatchFromDyn | Tim Diekmann | -0/+49 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -2/+0 |
| 2019-04-28 | Add test case for labeled break in const assignment | Alexey Shmalko | -0/+10 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+4 |
| 2019-04-26 | Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexm | Mazdak Farrokhzad | -0/+43 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+4 |
| 2019-04-24 | chalkify: Add Copy/Clone builtins | Tyler Mandry | -0/+43 |
| 2019-04-25 | const-stabilize NonNull::dangling and NonNull::cast | Simon Sapin | -2/+0 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -0/+8 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -7/+3 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-04-23 | Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -0/+184 |
| 2019-04-23 | Reduce noise and document test case. | David Wood | -91/+83 |