| Age | Commit message (Expand) | Author | Lines |
| 2019-05-31 | test: support both (`legacy` and `v0`) choices of mangling. | Eduard-Mihai Burtescu | -1/+16 |
| 2019-05-31 | rustc_codegen_utils: don't ignore `Ctor` path components in symbols. | Eduard-Mihai Burtescu | -0/+12 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -13/+56 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -502/+502 |
| 2019-05-29 | Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm | Mazdak Farrokhzad | -0/+4 |
| 2019-05-29 | Update run-pass test suite to use dyn | memoryruins | -502/+502 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -4/+4 |
| 2019-05-25 | Rollup merge of #61138 - varkor:async-await-tests, r=cramertj | Mazdak Farrokhzad | -451/+0 |
| 2019-05-25 | Add Step::sub_usize | Tim Vermeulen | -0/+4 |
| 2019-05-24 | Move async/await tests to test/ui/async-await | varkor | -451/+0 |
| 2019-05-24 | Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since 1.35 | Simon Sapin | -0/+1 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -93/+0 |
| 2019-05-21 | Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril | bors | -988/+0 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -93/+0 |
| 2019-05-20 | Auto merge of #60445 - RalfJung:maybe-uninit, r=Centril | bors | -1/+1 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -1/+1 |
| 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 |