summary refs log tree commit diff
path: root/compiler/rustc_index/src/slice.rs
AgeCommit message (Collapse)AuthorLines
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
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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