rust/compiler/rustc_index/src
bors 9f877c9cd2 Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister
Stop using specialization in rustc_index and rustc_borrowck

For rustc_borrowck the version with specialization isn't much more readable anyway IMO. For rustc_index it probably doesn't affect perf in any noticeable way anyway.
2024-07-04 14:24:43 +00:00
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
bit_set.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
idx.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
interval.rs Merge into larger interval set 2024-01-16 10:21:55 -05:00
lib.rs Remove usage of specialization from newtype_index! 2024-06-30 16:42:53 +00:00
slice.rs const-ify some {IndexVec, IndexSlice} methods 2023-04-24 13:53:37 +00:00
vec.rs Use IndexVec for coroutine local mapping 2024-07-04 05:09:23 +08:00