[PATCH] Check for overflow in DroplessArena and return aligned pointer
* Check for overflow when calculating the slice start & end position.
* Align the pointer obtained from the allocator, ensuring that it
satisfies user requested alignment (the allocator is only asked for
layout compatible with u8 slice).
* Remove an incorrect assertion from DroplessArena::align.
Gbp-Pq: Name u-
c0c3327ade8b0caa3043425ee45842c86fbd4f76.patch
[PATCH] Fix off-by-one error in `DroplessArena::alloc_raw`.
This causes unnecessary calls to `grow` when the allocation would fit
exactly in the remaining space.
Gbp-Pq: Name u-
5ceff6b96af9a21e044545b9e064433feccaf659.patch
[PATCH] Presort restrictions to make output consistent
Gbp-Pq: Name u-
1629fed4c0bdc6d3246ea63a91f600bcb8874626.patch
[PATCH] adjust ub-enum test to be endianess-independent
Gbp-Pq: Name u-
fb9fa5ba3ee08171e7d2ff35d28ec0dd93b0287b.patch
[PATCH] pretty/asm.rs should only be tested for x86_64 and not AArch64
Gbp-Pq: Name u-
249a46f56cbbb6ffecb726d07163741093da6406.patch