rust/compiler/rustc_mir_dataflow/src
Scott McMurray a2ee7592d6 Use &IndexSlice instead of &IndexVec where possible
All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*.
2023-04-02 17:35:37 -07: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 Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
drop_flag_effects.rs Treat Drop as a rmw operation 2023-01-30 00:20:40 +01:00
elaborate_drops.rs Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco 2023-04-02 12:17:52 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04: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 Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00