about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2020-07-09Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakisManish Goregaokar-10/+10
2020-07-07Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obkbors-23/+53
2020-07-07Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearthbors-19/+21
2020-07-06Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiserManish Goregaokar-19/+21
2020-07-06Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercotebors-6/+6
2020-07-05Rollup merge of #74027 - lcnr:ConstCx-local-def-id, r=varkorManish Goregaokar-35/+31
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-10/+10
2020-07-05Auto merge of #73879 - ecstatic-morse:discr-switch-uninit, r=oli-obkbors-23/+89
2020-07-05fmtRalf Jung-4/+9
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-6/+6
2020-07-05catch errors more locally around read_discriminantRalf Jung-21/+40
2020-07-05catch InvalidUninitBytes during validationRalf Jung-5/+11
2020-07-04Fix const prop ICEOliver Scherer-19/+21
2020-07-04nitBastian Kauschke-1/+1
2020-07-04instantiate_opaque_types LocalDefIdBastian Kauschke-6/+6
2020-07-04ConstCx to LocalDefIdBastian Kauschke-29/+25
2020-07-03Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obkManish Goregaokar-9/+106
2020-07-03Rollup merge of #73693 - wesleywiser:const_prop_exhaustive_match, r=oli-obkManish Goregaokar-1/+13
2020-07-02Fix missing return in `optimization_applies()`Wesley Wiser-0/+1
2020-07-02Fix debuginfo so that it points to the correct localWesley Wiser-10/+59
2020-07-02[mir-opt] Prevent mis-optimization when SimplifyArmIdentity runsWesley Wiser-2/+49
2020-07-02Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiserManish Goregaokar-57/+84
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-2/+39
2020-07-01Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obkManish Goregaokar-6/+42
2020-06-30Use exhaustive match in const_prop.rsWesley Wiser-1/+13
2020-06-30Handle inactive enum variants in `MaybeUninitializedPlaces`Dylan MacKenzie-23/+89
2020-06-30update `equal_up_to_regions`Bastian Kauschke-5/+5
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-2/+2
2020-06-30stop taking references in RelateBastian Kauschke-1/+1
2020-06-29add spans to injected coverage countersRich Kadel-57/+84
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-97/+3
2020-06-28Stop checking for `while` and `loop` in a const contextDylan MacKenzie-19/+0
2020-06-28Remove uses of `const_loop` in `rustc`Dylan MacKenzie-1/+1
2020-06-28MIR const-checkingDylan MacKenzie-33/+1
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-28Remove `control_flow_destroyed` and properly lower `&&` and `||`Dylan MacKenzie-43/+0
2020-06-28Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obkManish Goregaokar-2/+25
2020-06-28Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiserManish Goregaokar-16/+90
2020-06-28Erase all block-only locals at the end of every block, even if they have not ...Oliver Scherer-16/+90
2020-06-27Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasperManish Goregaokar-24/+23
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-30/+214
2020-06-27Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasperManish Goregaokar-51/+176
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-2/+39
2020-06-27Update src/librustc_mir/interpret/intrinsics.rsGary Guo-2/+1
2020-06-27more LocalDefId cleanupBastian Kauschke-25/+24
2020-06-27more LocalDefId in ty::contextBastian Kauschke-1/+1
2020-06-27Fix ICE for lib featuresGary Guo-4/+25
2020-06-26Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiserManish Goregaokar-6/+13
2020-06-26Make `likely` and `unlikely` constGary Guo-0/+5
2020-06-26Fix allow_internal_unstable with rustc_const_unstableGary Guo-7/+18