about summary refs log tree commit diff
path: root/library/alloctests
AgeCommit message (Expand)AuthorLines
2025-09-26Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnrMatthias Krüger-1/+0
2025-09-25resolve: Do not finalize shadowed bindingsVadim Petrochenkov-1/+0
2025-09-24feature: Implement vec_try_removeBenjaminBrienen-0/+16
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-09-13Rollup merge of #145471 - rs-sac:extr, r=the8472Jacob Pratt-2/+0
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-0/+1
2025-09-01Constify conversion traitsltdk-0/+1
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-1/+0
2025-08-27Stabilize BTree{Map,Set}::extract_ifSidney Cammeresi-2/+0
2025-08-22Stabilize `round_char_boundary` featureokaneco-1/+0
2025-08-20Move WTF-8 code from std to core/allocltdk-3/+10
2025-07-03Add test for `int_format_into` featureGuillaume Gomez-20/+27
2025-06-20Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35Trevor Gross-211/+113
2025-06-20Auto merge of #142294 - GuillaumeGomez:specialize-tostring-on-128-integers, r...bors-0/+4
2025-06-19vec_deque alloctests: remove static mutMarijn Schouten-101/+18
2025-06-19vec tests: remove static mutMarijn Schouten-92/+53
2025-06-18remove duplicate crash testMarijn Schouten-82/+5
2025-06-18fmt tests: remove static mutMarijn Schouten-20/+26
2025-06-18vec_deque tests: remove static mutMarijn Schouten-0/+18
2025-06-16Extend num tests on `usize` and `isize` as wellGuillaume Gomez-0/+4
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-0/+18
2025-06-12Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnayMatthias Krüger-0/+13
2025-06-11update docs, testJeremy Smart-0/+2
2025-06-09stabilize nonnull_provenanceRalf Jung-1/+0
2025-06-06fix testsJeremy Smart-4/+8
2025-06-04add Vec::peek_mutJeremy Smart-0/+12
2025-06-02Remove more library bootstrapJosh Stone-1/+0
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-12/+22
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-10Added `Clone` implementation for `ChunkBy`Nathaniel Woods-0/+13
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