| Age | Commit message (Expand) | Author | Lines |
| 2019-06-10 | Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb | Mazdak Farrokhzad | -0/+49 |
| 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 | -40/+35 |
| 2019-06-09 | Fix typo in comment. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -51/+87 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -87/+185 |
| 2019-06-09 | Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-06-09 | Rollup merge of #61666 - JohnTitor:add-test-for-ice, r=Centril | Mazdak Farrokhzad | -0/+22 |
| 2019-06-09 | Rollup merge of #61660 - petrochenkov:nocusta, r=Centril | Mazdak Farrokhzad | -695/+631 |
| 2019-06-09 | Rollup merge of #61658 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -72/+59 |
| 2019-06-09 | Address review comments | Vadim Petrochenkov | -9/+7 |
| 2019-06-08 | Move some run-pass attribute tests to ui | Vadim Petrochenkov | -8/+10 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -57/+85 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -476/+448 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -61/+2 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -9/+4 |
| 2019-06-08 | extra paranoid mode | Ralf Jung | -3/+5 |
| 2019-06-09 | Add test for ICE | Yuki Okushi | -0/+22 |
| 2019-06-08 | syntax: Keep full `Token`s for `macro_rules` separators | Vadim Petrochenkov | -2/+2 |
| 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-08 | Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk | bors | -2/+12 |
| 2019-06-08 | Rollup merge of #61627 - davidtwco:ice-async-fn-lint, r=alexcrichton | Mazdak Farrokhzad | -0/+37 |
| 2019-06-08 | Rollup merge of #61615 - petrochenkov:errlit, r=matklad | Mazdak Farrokhzad | -1/+12 |
| 2019-06-07 | Add `const`-ness tests for `i32::signum` | Dylan MacKenzie | -2/+12 |
| 2019-06-07 | tests: Add regression test for #61452. | David Wood | -0/+37 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -1/+12 |
| 2019-06-07 | Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkor | Mazdak Farrokhzad | -0/+12 |
| 2019-06-07 | Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk | Mazdak Farrokhzad | -18/+80 |
| 2019-06-07 | Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ... | Mazdak Farrokhzad | -47/+47 |
| 2019-06-07 | Stabilize Cell::from_mut and as_slice_of_cells | Simon Sapin | -1/+0 |
| 2019-06-07 | Fix slice const generic length display | Guillaume Gomez | -0/+12 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -1/+341 |
| 2019-06-07 | Add test for deriving Debug for const generics | varkor | -0/+28 |
| 2019-06-07 | Add test for const generics struct constructor | varkor | -0/+21 |
| 2019-06-06 | Add nested 'yield' expression to weird expressions test | Aaron Hill | -0/+9 |
| 2019-06-06 | Bless test output | Wesley Wiser | -0/+12 |
| 2019-06-06 | Make sure constructors functions are type checked correctly | Matthew Jasper | -0/+127 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -0/+212 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -1/+2 |
| 2019-06-06 | [const-prop] Handle Rvalue::Len | Wesley Wiser | -18/+22 |
| 2019-06-06 | [const-prop] Handle ProjectionElem::Deref | Wesley Wiser | -0/+21 |
| 2019-06-06 | [const-prop] Fix ICE when casting function pointers | Wesley Wiser | -0/+25 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -10/+10 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -0/+150 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -58/+3250 |
| 2019-06-06 | Reblessed tests with NLL compare mode on. | Alexander Regueiro | -4/+28 |
| 2019-06-05 | Test StorageDead statements explicitly | Tyler Mandry | -0/+106 |
| 2019-06-05 | Removed unnecessary nested-lifetime-bounds test. | Alexander Regueiro | -33/+0 |