about summary refs log tree commit diff
path: root/library/alloctests
AgeCommit message (Expand)AuthorLines
2025-05-12update cfg(bootstrap)Pietro Albini-1/+1
2025-05-05Implement `VecDeque::truncate_front()`Vladimir Krivopalov-0/+70
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-0/+1
2025-04-18Move `<CStr as Debug>` test to coretestsTamir Duberstein-6/+0
2025-04-09Add missing `black_box` in `String` benchmarkslincot-26/+22
2025-04-06Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratriebbors-0/+2
2025-04-05Rollup merge of #138546 - GuillaumeGomez:integer-to-string-tests, r=AmanieuStuart Cook-0/+70
2025-03-29Add a test for `Weak` created from `UniqueArc::downgrade`Frank King-1/+22
2025-03-26Swap usize -> ptr transmute for strict_pov APIJames Wainwright-0/+1
2025-03-26Pass `Alignment` for `RawVecInner::new_in`James Wainwright-0/+1
2025-03-23Tweak integer to string conversion test a bit to be future-proofGuillaume Gomez-2/+2
2025-03-22Implement `UniqueArc`Frank King-1/+4
2025-03-16Add integer to string formatting testsGuillaume Gomez-0/+70
2025-03-07Add commentsbjorn3-0/+3
2025-03-07Fully test the alloc crate through alloctestsbjorn3-3/+325
2025-03-07Move last remaining Rc test to alloctestsbjorn3-0/+18
2025-03-07Move most Rc tests to alloctestsbjorn3-1/+648
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-0/+18749