| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -9/+0 |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -9/+0 |
| 2019-06-19 | Rollup merge of #61701 - RalfJung:const-tests, r=cramertj | Mazdak Farrokhzad | -0/+0 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -0/+45 |
| 2019-06-18 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -9/+0 |
| 2019-06-18 | Auto merge of #61864 - lzutao:ptr-null, r=sfackler | bors | -10/+10 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -0/+45 |
| 2019-06-17 | Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obk | Mazdak Farrokhzad | -2/+11 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -10/+10 |
| 2019-06-16 | if if if if | Rijenkii | -0/+9 |
| 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-10 | test more variants of enum-int-casting | Ralf Jung | -2/+11 |
| 2019-06-09 | move stray run-pass const tests into const/ folder | Ralf Jung | -0/+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 |