| Age | Commit message (Expand) | Author | Lines |
| 2019-04-07 | bless the ui tests | Pietro Albini | -3/+3 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -0/+37 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -0/+18 |
| 2019-03-16 | Don't promote function calls to nonpromotable things | Oliver Scherer | -0/+18 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -6/+8 |
| 2019-02-22 | #58658 bless after line split for tidy | Patrick McCarter | -5/+5 |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -2/+2 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -5/+6 |
| 2019-02-22 | Switch from error patterns to `//~ ERROR` markers. | Felix S. Klock II | -8/+11 |
| 2019-02-17 | Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ... | kennytm | -0/+8 |
| 2019-02-15 | compile-pass test for #53606 | Saleem Jaffer | -0/+8 |
| 2019-02-14 | Add updated NLL tests | varkor | -37/+108 |
| 2019-02-14 | Update const fn tests | varkor | -61/+190 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -0/+126 |
| 2019-01-25 | Rollup merge of #57734 - oli-obk:fixes_and_cleanups, r=pnkfelix | Mazdak Farrokhzad | -0/+13 |
| 2019-01-22 | Add regression test | Oliver Scherer | -3/+11 |
| 2019-01-22 | Get rid of the fake stack frame | Oliver Scherer | -0/+11 |
| 2019-01-22 | Auto merge of #57830 - Centril:rollup, r=Centril | bors | -3/+18 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -3/+18 |
| 2019-01-22 | Auto merge of #56221 - estebank:remove-dummy-checks, r=varkor | bors | -2/+2 |
| 2019-01-21 | fix validation range printing when encountering undef | Ralf Jung | -3/+18 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -54/+82 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -2/+2 |
| 2019-01-18 | Allow evaluating trivial drop glue in constants | Oliver Scherer | -0/+13 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -360/+152 |
| 2019-01-12 | const_let: --bless with --compare-mode=nll | Mazdak Farrokhzad | -10/+19 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -15/+428 |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -0/+25 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -12/+13 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -347/+104 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -4/+4 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -4/+4 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -16/+16 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-28 | Update src/test/ui/consts/const-nonzero.rs | Oliver Scherer | -1/+1 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -0/+9 |
| 2018-12-27 | Set a `def_id` in `ParamEnv` only with `-Z chalk` | scalexm | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1639/+429 |
| 2018-12-23 | Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk | Mazdak Farrokhzad | -146/+75 |
| 2018-12-23 | Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwco | Mazdak Farrokhzad | -0/+49 |
| 2018-12-23 | stabilize min_const_unsafe_fn -- revert const-size_of-cycle changes | Mazdak Farrokhzad | -0/+4 |
| 2018-12-23 | stabilize min_const_unsafe_fn --bless tests. | Mazdak Farrokhzad | -16/+12 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -139/+68 |
| 2018-12-23 | Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelix | kennytm | -6/+4 |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -0/+9 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -6/+4 |
| 2018-12-21 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-21 | Also test projections | Oliver Scherer | -1/+18 |