rust/compiler/rustc_mir_build/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
..
build Use &IndexSlice instead of &IndexVec where possible 2023-04-02 17:35:37 -07:00
thir Fix non_exhaustive_omitted_patterns on arguments 2023-04-01 19:15:24 +01:00
check_unsafety.rs Don't trim path for unsafe_op_in_unsafe_fn lints 2023-01-03 00:28:54 +01:00
errors.rs Add notes to non-structural const in pattern error message 2023-03-27 11:08:11 -04:00
lib.rs Stabilize a portion of 'once_cell' 2023-03-29 18:04:44 -04:00
lints.rs IdentitySubsts::identity_for_item takes Into<DefId> 2023-03-21 15:38:52 +00:00