rust/compiler/rustc_index/src
Jubilee Young 9ccd7abefe library: Move unstable API of new_uninit to new features
- `new_zeroed` variants move to `new_zeroed_alloc`
- the `write` fn moves to `box_uninit_write`

The remainder will be stabilized in upcoming patches, as
it was decided to only stabilize `uninit*` and `assume_init`.
2024-08-23 20:52:02 -07:00
..
bit_set Reformat use declarations. 2024-07-29 08:26:52 +10:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
bit_set.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
idx.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
interval.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs library: Move unstable API of new_uninit to new features 2024-08-23 20:52:02 -07:00
slice.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
vec.rs Add and use IndexVec::append 2024-08-13 13:40:05 -07:00