| Age | Commit message (Expand) | Author | Lines |
| 2020-12-12 | Auto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk | bors | -23/+16 |
| 2020-12-12 | Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis | bors | -8/+14 |
| 2020-12-11 | Auto merge of #79910 - RalfJung:abort-msg, r=oli-obk | bors | -1/+7 |
| 2020-12-11 | make redundant StorageLive UB | Ralf Jung | -23/+16 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -28/+35 |
| 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/+19 |
| 2020-12-09 | Use closure_min_captures in borrow checker | Aman Arora | -8/+14 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -27/+43 |
| 2020-12-09 | Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2020-12-09 | Auto merge of #78679 - oli-obk:temp_lifetime, r=eddyb | bors | -16/+6 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -16/+6 |
| 2020-12-09 | Auto merge of #78363 - RalfJung:promotion, r=oli-obk | bors | -52/+6 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -52/+6 |
| 2020-12-08 | Review feedback | Eric Arellano | -32/+36 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -27/+43 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -23/+26 |
| 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/+8 |
| 2020-12-05 | Fix tests (hopefully) | Albin Hedman | -1/+1 |
| 2020-12-05 | abort() now takes a msg parameter | Albin Hedman | -5/+9 |
| 2020-12-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -21/+48 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -7/+11 |
| 2020-12-03 | Combination of commits | Rich Kadel | -127/+117 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -2/+6 |
| 2020-12-03 | move interpret::MemoryKind::Heap to const eval | Vishnunarayan K I | -21/+48 |
| 2020-12-03 | move intrinsic to CTFE, add FIXME | Vishnunarayan K I | -19/+20 |
| 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 | add comment and bless some tests | Vishnunarayan K I | -1/+5 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -0/+24 |
| 2020-12-01 | review comment and one more test | Vishnunarayan K I | -7/+6 |
| 2020-12-01 | review comments | Vishnunarayan K I | -5/+11 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -3/+21 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -1/+1 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -1/+1 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -0/+2 |
| 2020-11-25 | Fixup compiler docs | Camelid | -12/+12 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -4/+36 |
| 2020-11-23 | Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink | Jonas Schievink | -7/+1 |
| 2020-11-22 | Add comment and remove obsolete special case | Camelid | -7/+1 |
| 2020-11-22 | const fn: allow use of trait impls from bounds | Jonas Schievink | -4/+36 |
| 2020-11-21 | Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievink | Dylan DPC | -6/+13 |
| 2020-11-21 | List all variants of TyKind | Ngo Iok Ui | -1/+20 |
| 2020-11-21 | Support building clone shims for arrays with generic size | Tomasz Miąsko | -6/+13 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -7/+10 |
| 2020-11-20 | Auto merge of #79192 - tmiasko:naked-noinline, r=oli-obk | bors | -0/+5 |