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-08 22:12:13 +00:00
2025-02-24 02:11:32 -05:00
2024-11-18 10:38:56 +01:00
2025-02-08 22:12:13 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-02-14 16:15:57 +11:00
2025-02-08 22:12:13 +00:00
2025-02-14 16:15:57 +11:00
2025-02-08 21:38:16 +00:00
2025-02-08 22:12:13 +00:00
2025-02-21 07:12:13 +11:00
2025-02-18 10:17:44 +11:00
2025-02-08 21:38:16 +00:00
2024-11-18 10:38:56 +01:00
2025-02-24 02:11:32 -05:00
2025-02-10 12:49:18 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-02-21 07:12:13 +11:00
2024-11-18 10:38:56 +01:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-01-31 17:19:53 +00:00
2025-01-23 17:40:41 +00:00
2025-01-11 11:34:01 +00:00
2025-02-14 16:15:57 +11:00
2025-01-31 17:19:53 +00:00
2025-01-23 17:40:41 +00:00
2025-02-14 16:15:57 +11:00
2025-02-14 16:15:57 +11:00
2025-02-19 07:49:08 +00:00
2025-02-18 13:12:50 +11:00
2025-01-27 01:23:34 +00:00
2025-02-21 07:12:13 +11:00
2025-02-21 07:12:13 +11:00
2025-02-24 02:11:32 -05:00
2025-01-23 17:40:41 +00:00
2025-02-18 10:17:44 +11:00
2025-02-18 10:17:44 +11:00
2025-02-22 22:24:52 +00:00
2025-02-22 00:13:19 +00:00
2025-02-18 12:52:56 +11:00
2025-02-18 10:17:44 +11:00
2025-02-23 03:02:46 +00:00
2025-01-11 11:34:01 +00:00
2025-02-03 12:53:57 -08:00
2025-01-23 17:40:41 +00:00
2025-02-14 16:15:57 +11:00
2025-02-22 00:13:19 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-02-21 07:12:13 +11:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-02-08 22:12:13 +00:00
2025-01-23 17:40:41 +00:00
2025-02-14 16:15:57 +11:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-01-23 17:40:41 +00:00
2025-02-15 23:20:52 -08:00
2025-02-22 00:13:19 +00:00
2025-02-22 00:13:19 +00:00
2025-02-22 00:13:19 +00:00
2025-02-18 13:43:43 +11:00
2025-02-22 22:24:52 +00:00
2025-02-22 22:24:52 +00:00
2025-01-23 17:40:41 +00:00
2025-02-14 16:15:57 +11:00
2025-02-14 16:15:57 +11:00
2025-02-06 11:36:58 +01:00