rust/compiler/rustc_mir_dataflow/src
est31 1418df5888 Adopt let_else across the compiler
This performs a substitution of code following the pattern:

let <id> = if let <pat> = ... { identity } else { ... : ! };

To simplify it to:

let <pat> = ... { identity } else { ... : ! };

By adopting the let_else feature.
2021-10-16 07:18:05 +02:00
..
framework Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
impls Discuss field-sensitivity and enums in context of MaybeLiveLocals 2021-10-04 14:09:19 -07:00
move_paths Replace Fn impls with RPIT impls in rustc_index 2021-10-03 17:50:53 +02:00
drop_flag_effects.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
elaborate_drops.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
rustc_peek.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
storage.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00