rust/src/libcollections
Steve Klabnik b0b1df8425 Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnik
Also change the examples to make this more obvious. Fixes #31129.
2016-01-23 09:38:44 -05:00
..
btree Document that BTreeMap iteration is in order 2016-01-22 14:10:59 -08:00
binary_heap.rs BinaryHeap: Use full sift down in .pop() 2015-12-23 04:07:36 +01:00
borrow.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
enum_set.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
fmt.rs Rollup merge of #30981 - boblehest:tmp, r=alexcrichton 2016-01-19 04:08:58 +05:30
lib.rs Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon 2016-01-17 17:25:47 +05:30
linked_list.rs Make LinkedList and its read-only iterators covariant 2015-12-31 15:22:22 -05:00
macros.rs Add note about clone in docs for vec![] 2015-09-07 03:57:20 +05:30
range.rs update tracking issue for collections_range 2016-01-13 13:50:41 -05:00
slice.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
str.rs Fix typo 2016-01-19 06:23:57 +09:00
string.rs Implement error::Error and fmt::Display for string::ParseError 2016-01-22 14:01:29 -05:00
vec.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
vec_deque.rs Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss 2016-01-18 13:28:57 +00:00