| Age | Commit message (Expand) | Author | Lines |
| 2020-01-18 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -21/+23 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -2/+2 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+1 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -1/+1 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -1/+1 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -136/+107 |
| 2020-01-10 | Promoteds also need param envs. | Oliver Scherer | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -20/+98 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -3/+17 |
| 2019-12-30 | Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk | bors | -0/+76 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -0/+76 |
| 2019-12-25 | Use the correct type for static qualifs | Matthew Jasper | -0/+14 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -3/+3 |
| 2019-12-24 | Differentiate todo! and unimplemented! | Andre Bogus | -3/+3 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-12-22 | Auto merge of #67505 - Centril:rollup-7win7ty, r=Centril | bors | -3/+3 |
| 2019-12-21 | fix rebase fallout | Mazdak Farrokhzad | -8/+9 |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -46/+67 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -3/+3 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -0/+4 |
| 2019-12-18 | Update test now that reference to pointer casts have more checks | Matthew Jasper | -23/+46 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -9/+26 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -8/+11 |
| 2019-12-14 | add `#![feature(never_type)]` to tests as needed | Niko Matsakis | -8/+11 |
| 2019-12-13 | Bless unrelated tests with new help message | Dylan MacKenzie | -9/+26 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -2/+2 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -2/+2 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -0/+114 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -0/+114 |
| 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 | -44/+16 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -3/+6 |
| 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-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+19 |
| 2019-12-02 | Suggest feature for const_mut_refs errors | Christian Poveda | -3/+6 |
| 2019-12-02 | Move and rewrite tests to use &mut in constants | Christian Poveda | -19/+0 |
| 2019-12-02 | Add tests for mutable borrows in const fns | Christian Poveda | -0/+19 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -44/+16 |
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -4/+10 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -5/+5 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -4/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 |
| 2019-11-15 | Add explanation of test for validation mismatch | Dylan MacKenzie | -7/+15 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -3/+5 |
| 2019-11-13 | Bless less verbose error messages | Dylan MacKenzie | -72/+16 |
| 2019-11-13 | Bless back-compat breakages | Dylan MacKenzie | -7/+31 |
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -11/+59 |
| 2019-11-12 | check-consts remove cannot mutate statics in initializer of another static error | Santiago Pastorino | -3/+5 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -22/+6 |