| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -0/+22 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -72/+63 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -72/+63 |
| 2020-07-10 | Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2020-07-10 | Rollup merge of #73887 - DutchGhost:master, r=oli-obk | Manish Goregaokar | -2/+0 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -29/+22 |
| 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-30 | Bless failing tests | LeSeulArtichaut | -97/+99 |
| 2020-06-30 | stabilize const mem::forget | Dodo | -2/+0 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -29/+22 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -314/+40 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1022/+178 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -95/+95 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+46 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -8/+77 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -50/+71 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -5/+4 |
| 2020-06-20 | update tests | Christian Poveda | -8/+77 |
| 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 | Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obk | Manish Goregaokar | -57/+90 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -1/+12 |
| 2020-06-19 | add new error code | Christian Poveda | -27/+29 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -96/+54 |
| 2020-06-19 | update tests | Christian Poveda | -17/+90 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -4/+23 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -50/+56 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -3/+3 |
| 2020-06-19 | Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearth | bors | -1/+1 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2020-06-17 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -1/+12 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -1/+1 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -24/+27 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -24/+27 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -4/+5 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -9/+49 |
| 2020-06-13 | Add tests for `const_precise_live_drops` | Dylan MacKenzie | -9/+49 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -2/+2 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -18/+18 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -53/+53 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -22/+25 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -4/+5 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -8/+0 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -53/+53 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -3/+55 |