rust/compiler/rustc_mir/src
Tomasz Miąsko c2af254e3b Disable MatchBranchSimplification
This optimization can result in unsoundness, because it introduces
additional uses of a place holding the discriminant value without
ensuring that it is valid to do so.
2020-10-20 00:00:00 +00:00
..
borrow_check Zip -> Enumerate 2020-10-18 11:01:08 +02:00
const_eval Remove needless alloc_slice 2020-10-14 14:23:32 +02:00
dataflow Remove unused code from remaining compiler crates 2020-10-14 04:14:32 +02:00
interpret Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis 2020-10-17 03:27:12 +02:00
monomorphize Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
transform Disable MatchBranchSimplification 2020-10-20 00:00:00 +00:00
util Remove the old copy propagation pass 2020-10-17 02:25:31 +02:00
lib.rs Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb 2020-09-26 06:44:28 +00:00
shim.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00