| Age | Commit message (Expand) | Author | Lines |
| 2019-06-13 | Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-06-12 | Deprecate ONCE_INIT | Steven Fackler | -2/+2 |
| 2019-06-12 | Auto merge of #60187 - tmandry:generator-optimization, r=eddyb | bors | -0/+133 |
| 2019-06-11 | Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe | bors | -1/+11 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -1/+11 |
| 2019-06-10 | Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov | bors | -0/+3 |
| 2019-06-10 | Add test suite | Tyler Mandry | -0/+133 |
| 2019-06-10 | Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centril | bors | -0/+9 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -1/+0 |
| 2019-06-09 | Add test for raw byte CRLF translation | Igor Matuszewski | -0/+3 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -26/+60 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -0/+33 |
| 2019-06-09 | Rollup merge of #61660 - petrochenkov:nocusta, r=Centril | Mazdak Farrokhzad | -406/+1 |
| 2019-06-09 | Rollup merge of #61658 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -72/+59 |
| 2019-06-08 | Move some run-pass attribute tests to ui | Vadim Petrochenkov | -327/+0 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -132/+114 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -59/+0 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -2/+1 |
| 2019-06-08 | extra paranoid mode | Ralf Jung | -3/+5 |
| 2019-06-08 | black-box the fn ptr, not the result | Ralf Jung | -3/+3 |
| 2019-06-08 | remove useless ident() functions in const tests and replace the useful ones b... | Ralf Jung | -72/+57 |
| 2019-06-08 | Auto merge of #61620 - SimonSapin:as_cell, r=RalfJung | bors | -1/+0 |
| 2019-06-07 | Add `const`-ness tests for `i32::signum` | Dylan MacKenzie | -2/+12 |
| 2019-06-07 | Stabilize Cell::from_mut and as_slice_of_cells | Simon Sapin | -1/+0 |
| 2019-06-06 | Add nested 'yield' expression to weird expressions test | Aaron Hill | -0/+9 |
| 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-27 | Stabilize repr_align_enum in 1.37.0. | Mazdak Farrokhzad | -1/+0 |
| 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 |