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
..
2024-04-22 10:50:07 -04:00
2023-11-05 17:35:37 -06:00
2023-12-10 10:56:22 +08:00
2025-01-21 16:48:44 +03:00
2025-02-22 22:24:52 +00:00
2023-12-10 10:56:22 +08:00
2025-02-08 22:12:13 +00:00
2024-09-22 19:11:29 -04:00
2023-04-16 15:00:06 +02:00
2024-02-14 18:40:53 -08:00
2024-07-29 08:26:52 +10:00
2025-02-24 02:11:32 -05:00
2025-02-22 22:24:52 +00:00
2025-01-11 11:34:01 +00:00
2025-02-22 22:24:52 +00:00
2025-02-16 16:18:30 -05:00
2025-01-31 16:04:13 +11:00
2025-02-08 22:12:13 +00:00
2023-04-14 13:04:58 +00:00
2024-09-02 07:42:38 +02:00
2025-02-16 16:18:30 -05:00
2024-07-29 08:26:52 +10:00
2025-02-18 09:32:44 -08:00
2023-01-17 08:09:33 +00:00
2024-01-05 20:55:32 +01:00
2025-02-17 21:35:52 -05:00
2024-12-13 10:21:22 +00:00
2025-02-16 16:18:30 -05:00
2025-01-12 14:56:10 +00:00
2025-02-05 13:52:22 +00:00
2025-02-11 09:15:54 +03:00
2024-12-27 10:57:46 +00:00
2025-02-18 09:32:44 -08:00
2024-11-12 13:38:58 +00:00
2024-02-14 18:40:53 -08:00
2024-07-29 08:26:52 +10:00
2025-02-16 16:18:30 -05:00
2025-02-21 13:54:45 +00:00
2024-10-15 20:30:23 -07:00
2024-07-29 08:26:52 +10:00
2025-02-11 09:15:54 +03:00
2025-01-12 14:56:10 +00:00
2024-07-29 08:26:52 +10:00
2024-10-12 15:17:03 +01:00
2025-02-22 22:24:52 +00:00
2024-10-05 07:34:14 +03:00
2024-11-20 18:11:37 +01:00
2025-02-03 22:36:01 +11:00
2025-01-11 11:34:01 +00:00