rust/compiler/rustc_mir_transform/src/coverage
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
..
test_macros Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
counters.rs Consistently use dominates instead of is_dominated_by 2023-01-21 12:15:02 +01:00
debug.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
graph.rs Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
mod.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
query.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
spans.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
tests.rs Rename IndexVec::lastlast_index 2023-03-29 00:27:24 -07:00