about summary refs log tree commit diff
path: root/tests/codegen/vecdeque_pop_push.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-67/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-04-08Add invariant to VecDeque::pop_* that len < cap if pop successfulPhilippe-Cholet-0/+67
Similar to #114370 for VecDeque instead of Vec. It now uses `core::hint::assert_unchecked`.