rust/src/libcollections
2017-02-03 17:48:07 +01:00
..
btree Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomez 2017-01-16 22:48:26 +01:00
binary_heap.rs Fix BinaryHeap place by only constructing vec::PlaceBack once 2017-01-17 19:25:48 +01:00
borrow.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
Cargo.toml Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
enum_set.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
fmt.rs use String::with_capacity in format! 2017-01-28 01:50:05 +01:00
lib.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
linked_list.rs Replace uses of #[unsafe_destructor_blind_to_params] with #[may_dangle] 2016-12-28 17:47:10 -05:00
macros.rs Add link to format! docs 2016-09-29 00:02:02 +02:00
range.rs make rangeargument methods non-default; simplify impl 2017-01-14 16:51:51 +00:00
slice.rs Rewrite the first sentence in slice::sort 2017-01-26 11:09:45 +01:00
str.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
string.rs std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
vec.rs std: Fix IntoIter::as_mut_slice's signature 2017-02-02 11:27:52 -08:00
vec_deque.rs Implement PartialEq<&[A]> for VecDeque<A>. 2017-01-28 09:38:17 -05:00