Files
rust/library/alloc/src
bors 51c0db6a91 Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm
add more niches to rawvec

Previously RawVec only had a single niche in its `NonNull` pointer. With this change it now has `isize::MAX` niches since half the value-space of the capacity field is never needed, we can't have a capacity larger than isize::MAX.
2023-12-20 02:19:10 +00:00
..
2023-12-10 10:56:22 +08:00
2023-12-14 19:08:36 -05:00
2023-12-11 23:38:48 +01:00
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2023-11-28 09:02:34 +08:00
2023-10-05 18:21:47 -04:00
2023-12-11 23:38:48 +01:00
2023-08-15 14:26:14 -05:00
2023-12-10 10:56:22 +08:00