rust/compiler/rustc_mir/src
Dylan DPC 90e52a1ad2
Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk
Mark early otherwise optimization unsound

r? `@oli-obk`
cc `@tmiasko`

Related to #78496 and #82905

Should I also bump this one to level 3 or 4 or given that is unsound it doesn't matter?.
Probably need to adjust some tests.
2021-03-19 23:01:40 +01:00
..
borrow_check Replace closures_captures and upvar_capture with closure_min_captures 2021-03-18 20:45:49 -04:00
const_eval Update compiler/rustc_mir/src/const_eval/mod.rs 2021-03-16 18:26:09 +01:00
dataflow Clean up todos 2021-03-09 19:31:31 +00:00
interpret Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis 2021-03-19 18:23:44 +00:00
monomorphize Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser 2021-03-18 00:28:09 +01:00
transform Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk 2021-03-19 23:01:40 +01:00
util s/ConstantSource/ConstantKind/ 2021-03-15 12:06:52 +00:00
lib.rs Remove unwrap_none/expect_none from compiler/. 2021-03-18 14:25:54 +01:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00