| Age | Commit message (Expand) | Author | Lines |
| 2020-01-17 | expect `fn` after `const unsafe` / `const extern` | Mazdak Farrokhzad | -0/+41 |
| 2020-01-13 | Use the correct type for static qualifs | Matthew Jasper | -0/+14 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -102/+454 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -9/+12 |
| 2019-12-14 | add `#![feature(never_type)]` to tests as needed | Niko Matsakis | -8/+11 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -23/+39 |
| 2019-12-13 | Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakis | bors | -2/+2 |
| 2019-12-13 | Ensure test actually uses dataflow, not simulation | Dylan MacKenzie | -3/+7 |
| 2019-12-13 | Apply suggestions from review | Dylan MacKenzie | -0/+2 |
| 2019-12-13 | Fix grammar in test description | ecstatic-morse | -1/+1 |
| 2019-12-13 | Bless modified tests | Dylan MacKenzie | -80/+298 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -13/+37 |
| 2019-12-13 | Add qualif smoke tests for const loops | Dylan MacKenzie | -0/+61 |
| 2019-12-13 | Extend control flow basics tests with loops | Dylan MacKenzie | -9/+52 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -18/+34 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -5/+5 |
| 2019-12-12 | Require `allow_internal_unstable` for stable min_const_fn using unstable feat... | Oliver Scherer | -27/+32 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -2/+2 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -0/+114 |
| 2019-12-11 | Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiser | Yuki Okushi | -0/+41 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -0/+114 |
| 2019-12-09 | Show const_err lint in addition to the hard error | Oliver Scherer | -2/+16 |
| 2019-12-08 | Ensure that we get a hard error on generic ZST constants if their body causes... | Oliver Scherer | -0/+27 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -23/+0 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -69/+20 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -68/+152 |
| 2019-12-05 | Rename test filename to match others. | Adam Perry | -41/+0 |
| 2019-12-05 | Implement #[track_caller] in const. | Adam Perry | -9/+27 |
| 2019-12-05 | add regression test for issue 67053 | Remy Rakic | -0/+51 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -4/+23 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -0/+39 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -0/+39 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -4/+4 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+19 |
| 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 |