rust/compiler/rustc_mir_dataflow/src
Tomasz Miąsko cf0e78bd3b Use index based drop loop for slices and arrays
Instead of building two kinds of drop pair loops, of which only one will
be eventually used at runtime in a given monomorphization, always use
index based loop.
2023-03-14 21:29:32 +01:00
..
framework Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
impls Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
move_paths Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
drop_flag_effects.rs Treat Drop as a rmw operation 2023-01-30 00:20:40 +01:00
elaborate_drops.rs Use index based drop loop for slices and arrays 2023-03-14 21:29:32 +01:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
rustc_peek.rs Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk 2022-08-29 06:34:43 +02:00
storage.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
un_derefer.rs Auto merge of #99667 - ouz-a:some_branch, r=oli-obk 2022-07-29 07:11:50 +00:00
value_analysis.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00