rust/library/alloc/tests
Dylan DPC 27899e3887
Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisa
Prevent double drop in `Vec::dedup_by` if a destructor panics

Fixes #85613
2021-05-26 13:32:06 +02:00
..
arc.rs Add Weak may_dangle tests 2021-05-20 19:42:29 -07:00
binary_heap.rs Add better test for BinaryHeap::retain. 2021-04-22 14:24:30 +02:00
borrow.rs Move various ui const tests to library 2020-09-04 02:35:27 +02:00
boxed.rs review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
btree_set_hash.rs Move btree unit test to their native, privileged location 2020-08-14 17:54:09 +02:00
cow_str.rs
fmt.rs Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se 2021-03-27 10:40:16 +00:00
heap.rs Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
lib.rs Stabilize vec_extend_from_within 2021-04-28 07:27:06 +01:00
linked_list.rs
rc.rs Add Weak may_dangle tests 2021-05-20 19:42:29 -07:00
slice.rs Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
str.rs Fixes #80335 2021-02-03 16:36:33 -05:00
string.rs Implement String::remove_matches 2021-03-05 11:27:58 -05:00
vec.rs Make Vec::dedup panicking test actually detect double panics 2021-05-24 12:42:04 +02:00
vec_deque.rs VecDeque: Add partition_point() #78021 2021-04-15 23:23:23 +02:00