| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Add dual tests for const_mut_refs | Christian Poveda | -9/+39 |
| 2019-12-02 | Update miri unleashed tests | Christian Poveda | -9/+37 |
| 2019-12-02 | Suggest feature for const_mut_refs errors | Christian Poveda | -16/+34 |
| 2019-12-02 | Update miri_unleashed tests | Christian Poveda | -53/+6 |
| 2019-12-02 | Extend test for const_mut_refs feature | Christian Poveda | -3/+22 |
| 2019-12-02 | Allow mutable derefs with feature gate | Christian Poveda | -1/+3 |
| 2019-12-02 | Move and rewrite tests to use &mut in constants | Christian Poveda | -16/+16 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Add tests for mutable borrows in const fns | Christian Poveda | -0/+34 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -9/+23 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -69/+20 |
| 2019-11-28 | Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddyb | bors | -29/+44 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -69/+36 |
| 2019-11-27 | Also test shared borrows of `Cell` for good errors | Dylan MacKenzie | -3/+20 |
| 2019-11-27 | Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPC | Tyler Mandry | -22/+11 |
| 2019-11-27 | Update test with improved diagnostics | Dylan MacKenzie | -10/+7 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -69/+36 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -0/+24 |
| 2019-11-27 | Combine similar tests for const match | Joshua Nelson | -22/+11 |
| 2019-11-26 | Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril | Tyler Mandry | -0/+21 |
| 2019-11-26 | Remove test for #66758 | Dylan MacKenzie | -6/+0 |
| 2019-11-26 | Add regression test for #66756 | Dylan MacKenzie | -0/+27 |
| 2019-11-26 | Test multiple variants | Joshua Nelson | -0/+2 |
| 2019-11-25 | Add wildcard test for const_if_match | Joshua Nelson | -0/+19 |
| 2019-11-23 | [const prop] Fix "alloc id without corresponding allocation" ICE | Wesley Wiser | -0/+24 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -354/+1171 |
| 2019-11-22 | Fix tests for RFC 2203 in a `const` | Dylan MacKenzie | -29/+44 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -9/+9 |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -354/+1171 |
| 2019-11-21 | Bless remaining test output | Matthew Jasper | -5/+5 |
| 2019-11-21 | Readjust const qualification to detect statics again | Santiago Pastorino | -4/+4 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -83/+49 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -47/+47 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -34/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -8/+8 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -60/+20 |
| 2019-11-16 | Only run tests on x86_64 | Wesley Wiser | -1/+3 |
| 2019-11-15 | Respond to review feedback | Wesley Wiser | -0/+4 |
| 2019-11-15 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+5 |
| 2019-11-15 | Fix spurious CI filures due to OOM | Wesley Wiser | -0/+9 |
| 2019-11-15 | Add explanation of test for validation mismatch | Dylan MacKenzie | -7/+15 |
| 2019-11-15 | Silence miri unleashed warnings in test | Dylan MacKenzie | -53/+5 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -3/+5 |
| 2019-11-13 | Bless miri unleashed test now that errors are mandatory | Dylan MacKenzie | -7/+13 |
| 2019-11-13 | Bless less verbose error messages | Dylan MacKenzie | -111/+59 |
| 2019-11-13 | Bless back-compat breakages | Dylan MacKenzie | -10/+45 |
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -165/+288 |
| 2019-11-13 | Extend const-loop and const-if to handle more cases | Dylan MacKenzie | -21/+71 |