about summary refs log tree commit diff
path: root/compiler/rustc_mir
AgeCommit message (Expand)AuthorLines
2020-12-11fix clippy::{needless_bool, manual_unwrap_or}Matthias Krüger-3/+4
2020-12-11don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+2
2020-12-11Move binder for dyn to each list itemJack Huey-1/+1
2020-12-11RustfmtJCTyblaidd-5/+1
2020-12-11Fix rustfmt failureJCTyblaidd-1/+1
2020-12-11Add post-initialization hook for static memory initialized using the interper...JCTyblaidd-1/+14
2020-12-11add missing constraintsTunahan Karlibas-6/+10
2020-12-11Auto merge of #79910 - RalfJung:abort-msg, r=oli-obkbors-1/+7
2020-12-11make redundant StorageLive UBRalf Jung-23/+16
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-28/+35
2020-12-11Lower `discriminant_value` intrinsicTomasz Miąsko-0/+15
2020-12-11Remove unnecessary check and fix local_def_id parameterTunahan Karlibas-11/+4
2020-12-10CTFE: tweak abort-on-uninhabited messageRalf Jung-1/+7
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-3/+19
2020-12-09update commentsChenguang Wang-5/+4
2020-12-09Use closure_min_captures in borrow checkerAman Arora-8/+14
2020-12-09fix issue #78496Chenguang Wang-0/+28
2020-12-09Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandryTyler Mandry-27/+43
2020-12-09Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPCTyler Mandry-1/+1
2020-12-09Extra assertions in eval_body_using_ecx to disallow queries forTunahan Karlibas-0/+7
2020-12-09Auto merge of #78679 - oli-obk:temp_lifetime, r=eddybbors-16/+6
2020-12-09Also generate `StorageDead` in constantsoli-16/+6
2020-12-09Auto merge of #78363 - RalfJung:promotion, r=oli-obkbors-52/+6
2020-12-09remove a hack that seems to only benefit a few very special casesRalf Jung-52/+6
2020-12-09Remove memoization leftoversTunahan Karlibas-59/+4
2020-12-08Review feedbackEric Arellano-32/+36
2020-12-08use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)Matthias Krüger-1/+1
2020-12-07Fixes to Rust coverageRich Kadel-27/+43
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-23/+26
2020-12-07Add comment for assert_inhabited in compiler/rustc_mir/src/interpret/intrinsi...Albin Hedman-0/+2
2020-12-07small `TypeVisitor` refactorBastian Kauschke-4/+5
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-28/+143
2020-12-06Fix comments related to abort()Albin Hedman-6/+8
2020-12-05Fix tests (hopefully)Albin Hedman-1/+1
2020-12-05abort() now takes a msg parameterAlbin Hedman-5/+9
2020-12-04Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPCbors-21/+48
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-7/+11
2020-12-03Combination of commitsRich Kadel-127/+117
2020-12-03Coverage tests for remaining TerminatorKinds and async, improve AssertRich Kadel-2/+6
2020-12-03move interpret::MemoryKind::Heap to const evalVishnunarayan K I-21/+48
2020-12-03move intrinsic to CTFE, add FIXMEVishnunarayan K I-19/+20
2020-12-02Undo fn -> const fn for all intrinsics but assert_inhabitedAlbin Hedman-17/+1
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-6/+12
2020-12-02add comment and bless some testsVishnunarayan K I-1/+5
2020-12-02Make some of MaybeUninit's methods constAlbin Hedman-0/+24
2020-12-01review comment and one more testVishnunarayan K I-7/+6
2020-12-01review commentsVishnunarayan K I-5/+11
2020-12-01add const_allocate intrisicVishnunarayan K I-3/+21
2020-12-01Added better error message for shared borrow treated as unique for purposes o...PankajChaudhary5-3/+4