| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -59/+63 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -59/+63 |
| 2020-07-10 | Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2020-07-05 | const validation: add test for uninit bool | Ralf Jung | -2/+13 |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -3/+3 |
| 2020-07-03 | adjust ub-enum test to be endianess-independent | Ralf Jung | -8/+9 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -87/+10 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -31/+2 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -50/+50 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -4/+47 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -49/+53 |
| 2020-06-20 | update tests | Christian Poveda | -4/+47 |
| 2020-06-20 | Satisfy tidy | Oliver Scherer | -2/+2 |
| 2020-06-20 | Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e... | Oliver Scherer | -8/+4 |
| 2020-06-19 | add new error code | Christian Poveda | -3/+3 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -8/+5 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -4/+6 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -49/+55 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -3/+3 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -1/+1 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -2/+2 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -2/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -3/+3 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -3/+3 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-17 | Don't unleash NRVO const-eval test | Dylan MacKenzie | -0/+26 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -14/+14 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -14/+14 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -8/+8 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+3 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -9/+9 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -5/+35 |
| 2020-05-06 | add test for insufficiently aligned vtable | Ralf Jung | -6/+16 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+4 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+4 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -16/+19 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -38/+32 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -3/+3 |
| 2020-05-01 | bless you | Ralf Jung | -1/+1 |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -25/+34 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -14/+14 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -37/+38 |
| 2020-04-24 | adjust tests | Ralf Jung | -4/+2 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -1/+1 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -1/+1 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -50/+6 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -50/+6 |
| 2020-04-16 | test fast path offset reporting | Ralf Jung | -2/+112 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |