about summary refs log tree commit diff
path: root/library/alloctests/testing
AgeCommit message (Collapse)AuthorLines
2025-06-20Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35Trevor Gross-0/+38
vec_deque/fmt/vec tests: remove static mut More rust-lang/rust#125035. r? ```@tgross35```
2025-06-19vec tests: remove static mutMarijn Schouten-2/+22
2025-06-18remove duplicate crash testMarijn Schouten-2/+4
2025-06-18vec_deque tests: remove static mutMarijn Schouten-0/+18
2025-03-07Fully test the alloc crate through alloctestsbjorn3-0/+232
For the tests that make use of internal implementation details, we include the module to test using #[path] in alloctests now.