rust/src/libcollections
Alex Crichton a7ac69a88e Rollup merge of #39135 - TheCycoONE:vec_drain_doc, r=alexcrichton
Clarify when range is removed by drain

Based on a discussion on #rust-beginners the existing note for drain is confusing. This new wording was suggested.
2017-01-20 08:35:48 -08: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
Cargo.toml Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
enum_set.rs
fmt.rs
lib.rs Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix 2017-01-10 20:27:41 +09: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
range.rs make rangeargument methods non-default; simplify impl 2017-01-14 16:51:51 +00:00
slice.rs Rollup merge of #39165 - frewsxcv:slice, r=GuillaumeGomez 2017-01-19 11:56:12 +01:00
str.rs
string.rs have RangeArgument return a Bound<&T> from each of its methods 2017-01-14 16:51:50 +00:00
vec_deque.rs have RangeArgument return a Bound<&T> from each of its methods 2017-01-14 16:51:50 +00:00
vec.rs Clarify when range is removed by drain 2017-01-17 14:39:16 -05:00