rust/library/alloctests/tests
2025-12-14 09:18:28 +00:00
..
collections Add regression test for collections' PartialEq::eq impls not comparing elements if lengths are different. 2025-11-20 00:15:02 -06:00
sort Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
testing Rollup merge of #142668 - hkBst:less-static-mut, r=tgross35 2025-06-20 02:50:39 -04:00
alloc_test.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
arc.rs Add a test for Weak created from UniqueArc::downgrade 2025-03-29 12:13:38 +08:00
autotraits.rs Update tests with Range parameter to BTreeMap::extract_if etc. 2025-05-27 08:31:56 -07:00
borrow.rs Turn Cow::is_borrowed,is_owned into associated functions. 2025-07-07 11:22:53 +07:00
boxed.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
btree_set_hash.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
c_str.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
c_str2.rs Move <CStr as Debug> test to coretests 2025-04-18 10:31:55 -04:00
const_fns.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
cow_str.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
fmt.rs fmt tests: remove static mut 2025-06-18 12:29:22 +00:00
heap.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
lib.rs Stabilize char_max_len 2025-11-14 18:23:19 +03:00
linked_list.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
misc_tests.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
num.rs Add test for int_format_into feature 2025-07-03 18:57:16 +02:00
rc.rs Move last remaining Rc test to alloctests 2025-03-07 19:11:13 +00:00
slice.rs Added Clone implementation for ChunkBy 2025-03-10 11:12:26 -04:00
str.rs Stabilize char_max_len 2025-11-14 18:23:19 +03:00
string.rs Add String::replace_first and String::replace_last 2025-10-21 16:11:55 -05:00
sync.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
task.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
thin_box.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00
vec.rs Fix(alloc): Correctly handle ZST alignment for IntoIter::nth_back 2025-12-09 07:56:26 +00:00
vec_deque.rs add specialization for extend_front and prepend with copied slice iterator 2025-11-03 12:35:30 +01:00
vec_deque_alloc_error.rs Move all alloc integration tests to a new alloctests crate 2025-03-07 19:11:11 +00:00