rust/src/liballoc/tests
2020-03-30 12:24:02 +02:00
..
btree BTreeMap testing: introduce symbolic constants and refer to height consistently. 2020-03-28 23:30:43 +01:00
arc.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
binary_heap.rs Fix binary_heap::DrainSorted drop leak on panics 2020-01-19 20:23:07 +01:00
boxed.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
cow_str.rs Small Cow improvements 2019-12-11 21:01:33 +01:00
fmt.rs Remove licenses 2018-12-25 21:08:33 -07:00
heap.rs Remove usable_size APIs 2020-03-03 00:08:24 +01:00
lib.rs Implement split_inclusive for slice and str, an splitting iterator that includes the matched part in the iterated substrings as a terminator. 2020-02-09 23:48:52 +09:00
linked_list.rs Format 2020-01-19 20:50:00 +01:00
rc.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
slice.rs reduce test size for Miri 2020-03-05 23:41:17 +01:00
str.rs Don't return empty slice on last iteration with matched terminator. Test reverse iteration. 2020-02-09 23:49:44 +09:00
string.rs must_use on split_off 2020-03-24 17:35:40 +00:00
vec.rs test more mutating vector methods 2020-03-30 12:24:02 +02:00
vec_deque.rs Format 2020-01-19 20:50:00 +01:00