rust/library/alloctests
DrAsu33 34392a99c0 Fix(alloc): Correctly handle ZST alignment for IntoIter::nth_back
This commit consolidates all changes, including the core logic fix for IntoIter::nth_back and the addition of the Miri regression test in `library/alloctests/tests/vec.rs`, to prevent Undefined Behavior (UB) when dealing with highly-aligned Zero-Sized Types.
2025-12-09 07:56:26 +00:00
..
benches Stabilize BTree{Map,Set}::extract_if 2025-08-27 11:34:31 -07:00
testing Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35 2025-06-20 02:50:39 -04:00
tests Fix(alloc): Correctly handle ZST alignment for IntoIter::nth_back 2025-12-09 07:56:26 +00:00
Cargo.toml btree: cleanup difference, intersection, is_subset 2025-11-04 15:37:54 +00:00
lib.rs Stabilize char_max_len 2025-11-14 18:23:19 +03:00