| Age | Commit message (Expand) | Author | Lines |
| 2020-12-11 | Add post-initialization hook for static memory initialized using the interper... | JCTyblaidd | -1/+14 |
| 2020-12-11 | make redundant StorageLive UB | Ralf Jung | -23/+16 |
| 2020-12-10 | CTFE: tweak abort-on-uninhabited message | Ralf Jung | -1/+7 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -3/+13 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -16/+6 |
| 2020-12-07 | Add comment for assert_inhabited in compiler/rustc_mir/src/interpret/intrinsi... | Albin Hedman | -0/+2 |
| 2020-12-07 | small `TypeVisitor` refactor | Bastian Kauschke | -4/+5 |
| 2020-12-06 | Fix comments related to abort() | Albin Hedman | -6/+4 |
| 2020-12-05 | abort() now takes a msg parameter | Albin Hedman | -5/+7 |
| 2020-12-03 | move interpret::MemoryKind::Heap to const eval | Vishnunarayan K I | -20/+20 |
| 2020-12-03 | move intrinsic to CTFE, add FIXME | Vishnunarayan K I | -19/+3 |
| 2020-12-02 | Undo fn -> const fn for all intrinsics but assert_inhabited | Albin Hedman | -17/+1 |
| 2020-12-02 | rename MemoryKind::Heap to ConstHeap; bless test | Vishnunarayan K I | -6/+12 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -0/+24 |
| 2020-12-01 | review comments | Vishnunarayan K I | -3/+3 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -3/+21 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-21 | List all variants of TyKind | Ngo Iok Ui | -1/+20 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -7/+10 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -2/+4 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -4/+4 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -2/+2 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -5/+1 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -5/+10 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -5/+10 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -12/+9 |
| 2020-11-04 | Add helper for getting an `int` out of a `Scalar` | oli | -4/+1 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -3/+3 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -3/+3 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -15/+8 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -13/+10 |
| 2020-10-29 | Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obk | Yuki Okushi | -2/+1 |
| 2020-10-28 | fix a comment in validity check | Ralf Jung | -2/+1 |
| 2020-10-28 | Rollup merge of #78351 - RalfJung:validity-unsafe-cell, r=oli-obk | Dylan DPC | -90/+87 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -28/+51 |
| 2020-10-26 | explain why interning is not as trivial as it might seem | Ralf Jung | -0/+11 |
| 2020-10-26 | interning cleanup: we no longer need to distinguish Const and ConstInner; we ... | Ralf Jung | -59/+23 |
| 2020-10-26 | move &mut-in-const check from interning to validation | Ralf Jung | -3/+11 |
| 2020-10-26 | move UnsafeCell-in-const check from interning to validation | Ralf Jung | -34/+48 |
| 2020-10-25 | Auto merge of #78179 - RalfJung:miri-comments, r=oli-obk | bors | -23/+25 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -1/+1 |
| 2020-10-21 | Miri engine interning: improve comments, and entirely skip ZST | Ralf Jung | -11/+17 |
| 2020-10-21 | Miri engine validity check: simplify code with 'matches!' | Ralf Jung | -12/+8 |
| 2020-10-21 | rustc_mir: support MIR-inlining #[track_caller] functions. | Eduard-Mihai Burtescu | -28/+51 |
| 2020-10-17 | Optimize const value interning for ZST types | Wesley Wiser | -0/+6 |
| 2020-10-17 | Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis | Dylan DPC | -1/+6 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -12/+14 |