| Age | Commit message (Expand) | Author | Lines |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -0/+44 |
| 2019-06-05 | Reblessed tests. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Added test suite. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+5 |
| 2019-06-05 | Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obk | bors | -0/+37 |
| 2019-06-04 | Add test for DropAndReplace bug | Tyler Mandry | -0/+44 |
| 2019-06-04 | Fix integer overflow in rotate_left | Lzu Tao | -1/+35 |
| 2019-06-03 | Re-add test file | TankhouseAle | -0/+37 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-01 | Rollup merge of #60729 - matthewjasper:leak-after-into, r=nikomatsakis | Mazdak Farrokhzad | -1/+91 |
| 2019-06-01 | Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbini | bors | -1/+24 |
| 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-31 | Stabilize reverse_bits feature | Lzu Tao | -1/+1 |
| 2019-05-30 | Expand dynamic drop tests for cases in #47949 | Matthew Jasper | -1/+91 |
| 2019-05-30 | Update ui and run-pass for ellipsis_inclusive_range_patterns lint | memoryruins | -1/+24 |
| 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 |