| Age | Commit message (Expand) | Author | Lines |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -3/+4 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+2 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -1/+1 |
| 2020-12-11 | Rustfmt | JCTyblaidd | -5/+1 |
| 2020-12-11 | Fix rustfmt failure | JCTyblaidd | -1/+1 |
| 2020-12-11 | Add post-initialization hook for static memory initialized using the interper... | JCTyblaidd | -1/+14 |
| 2020-12-11 | add missing constraints | Tunahan Karlibas | -6/+10 |
| 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-11 | Lower `discriminant_value` intrinsic | Tomasz Miąsko | -0/+15 |
| 2020-12-11 | Remove unnecessary check and fix local_def_id parameter | Tunahan Karlibas | -11/+4 |
| 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 | update comments | Chenguang Wang | -5/+4 |
| 2020-12-09 | Use closure_min_captures in borrow checker | Aman Arora | -8/+14 |
| 2020-12-09 | fix issue #78496 | Chenguang Wang | -0/+28 |
| 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 | Extra assertions in eval_body_using_ecx to disallow queries for | Tunahan Karlibas | -0/+7 |
| 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-09 | Remove memoization leftovers | Tunahan Karlibas | -59/+4 |
| 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 | [mir-opt] Allow debuginfo to be generated for a constant or a Place | Wesley Wiser | -28/+143 |
| 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-12-01 | Added better error message for shared borrow treated as unique for purposes o... | PankajChaudhary5 | -3/+4 |