rust/src/libcollectionstest
Marvin Löbel dd67e55c10 Changed std::pattern::Pattern impl on &'a &'a str to &'a &'b str
in order to allow a bit more felixibility in how to use it.
2016-03-01 17:53:51 +01:00
..
btree test: Deny warnings in {core,collections}test 2016-01-30 16:19:37 -08:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
linked_list.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
slice.rs Add unstable copy_from_slice 2016-02-25 21:20:41 -08:00
str.rs Changed std::pattern::Pattern impl on &'a &'a str to &'a &'b str 2016-03-01 17:53:51 +01:00
string.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
vec.rs Implement Clone for std::vec::IntoIter 2016-02-17 17:43:54 +01:00
vec_deque.rs collections: Use slices parts in PartialEq for VecDeque 2016-01-27 00:35:03 +01:00