about summary refs log tree commit diff
path: root/library/alloctests/tests/vec.rs
AgeCommit message (Expand)AuthorLines
2025-09-24feature: Implement vec_try_removeBenjaminBrienen-0/+15
2025-09-18Plumb Allocator generic into `std::vec::PeekMut`Sidney Cammeresi-9/+10
2025-09-14Switch `std::vec::PeekMut::pop` from self to this parameter.Sidney Cammeresi-2/+2
2025-06-19vec tests: remove static mutMarijn Schouten-90/+29
2025-06-11update docs, testJeremy Smart-0/+2
2025-06-06fix testsJeremy Smart-3/+7
2025-06-04add Vec::peek_mutJeremy Smart-0/+11
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-0/+2750