Files
rust/compiler/rustc_codegen_llvm/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
..
2023-03-28 16:01:13 +01:00
2023-04-01 23:16:33 +02:00
2023-02-22 17:04:58 +00:00
2023-03-22 15:15:41 -07:00
2023-03-29 18:04:44 -04:00
2023-03-22 15:39:24 +01:00
2023-02-22 17:04:58 +00:00