Jacob Pratt
6aa015ae9d
Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb
...
Allow `IndexSlice` to be indexed by ranges.
This comes with some annoyances as the index type can no longer inferred from indexing expressions. The biggest offender for this is `IndexVec::from_fn_n(|idx| ..., n)` where the index type won't be inferred from the call site or any index expressions inside the closure.
My main use case for this is mapping a `Place` to `Range<Idx>` for value tracking where the range represents all the values the place contains.
2025-02-24 02:11:32 -05:00
..
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:18 -05:00
2025-02-22 00:01:48 +00:00
2025-02-22 13:32:44 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:18 -05:00
2025-02-23 02:44:19 -05:00
2025-02-23 02:44:19 -05:00
2025-02-22 00:01:48 +00:00
2025-02-22 22:24:52 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:18 -05:00
2025-02-23 00:16:18 +01:00
2025-02-23 14:30:27 -05:00
2025-02-23 14:30:25 -05:00
2025-02-24 03:06:16 +00:00
2025-02-24 02:11:32 -05:00
2025-02-22 22:24:52 +00:00
2025-02-24 02:11:32 -05:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 11:36:43 +01:00
2025-02-22 22:24:52 +00:00
2025-02-23 11:12:56 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:18 -05:00
2025-02-23 14:30:25 -05:00
2025-02-23 02:44:19 -05:00
2025-02-24 02:11:32 -05:00
2025-02-23 00:16:19 +01:00
2025-02-24 02:11:32 -05:00
2025-02-22 00:01:48 +00:00
2025-02-24 02:11:32 -05:00
2025-02-22 13:32:44 +00:00
2025-02-22 22:24:52 +00:00
2025-02-23 11:12:56 +00:00
2025-02-22 00:13:19 +00:00
2025-02-24 03:06:16 +00:00
2025-02-22 00:01:48 +00:00
2025-02-22 00:13:19 +00:00
2025-02-23 02:44:18 -05:00
2025-02-23 11:12:56 +00:00
2025-02-23 02:44:18 -05:00
2025-02-22 22:24:52 +00:00
2025-02-24 02:11:32 -05:00
2025-02-23 14:12:38 +00:00
2025-02-22 11:36:43 +01:00
2025-02-23 02:44:19 -05:00
2025-02-22 00:01:48 +00:00
2025-02-23 00:16:19 +01:00
2025-02-22 22:24:52 +00:00
2025-02-23 00:16:19 +01:00
2025-02-22 00:01:48 +00:00
2025-02-22 22:24:52 +00:00
2025-02-22 00:13:19 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 23:11:00 +07:00
2025-02-22 22:24:52 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 14:30:25 -05:00
2025-02-22 00:01:48 +00:00
2025-02-23 14:30:26 -05:00
2025-02-22 22:24:52 +00:00
2025-02-22 11:36:43 +01:00
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:18 -05:00
2025-02-22 22:24:52 +00:00
2025-02-22 00:01:48 +00:00
2025-02-23 02:44:20 -05:00