about summary refs log tree commit diff
path: root/compiler/rustc_index/src/slice.rs
AgeCommit message (Expand)AuthorLines
2025-04-15Add `copy_within` to `IndexSlice`Jason Newcomb-1/+12
2025-03-12Rollup merge of #138372 - Eclips4:issue-138196, r=scottmcmMatthias Krüger-15/+20
2025-03-12Make panic's more specificKirill Podoprigora-10/+13
2025-03-11Refactor pick2_mut & pick3_mut to use get_disjoint_mutKirill Podoprigora-8/+10
2025-02-28Allow the optimizer to elide bounds checks when enumerating `IndexSlice`/`Ind...Jason Newcomb-0/+6
2025-02-24Rollup merge of #136610 - Jarcho:range_idx, r=NoratriebJacob Pratt-13/+20
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-4/+2
2025-02-21Allow SliceIndex to be indexed by ranges.Jason Newcomb-13/+20
2024-09-17assert that unexpectedly unsized fields are sized in the param envLukas Markeffsky-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2023-04-24`const`-ify some `{IndexVec, IndexSlice}` methodsMaybe Waffle-9/+9
2023-04-24move index code aroundMaybe Waffle-34/+35
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-0/+255