rust/src/libcollections
Seo Sanghyeon 2effa8982e Rollup merge of #35134 - frewsxcv:slice-chunks, r=GuillaumeGomez
Rewrite `slice::chunks` doc example to not require printing.

None
2016-08-02 00:12:40 +09:00
..
btree Add doc for btree_map types 2016-07-20 14:06:25 +02:00
binary_heap.rs Readding lifetime parameters and removing allocation 2016-07-21 20:55:19 -07:00
borrow.rs Added Default trait for Cow 2016-06-23 07:05:16 +01:00
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
enum_set.rs
fmt.rs Fix #35031 2016-07-27 03:01:48 +08:00
lib.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
linked_list.rs Rewrite collections::LinkedList::append doc example. 2016-07-28 22:09:31 -04:00
macros.rs
range.rs
slice.rs Rewrite slice::chunks doc example to not require printing. 2016-07-30 23:21:48 -04:00
str.rs Rename char::escape to char::escape_debug and add tracking issue 2016-07-28 02:20:49 +02:00
string.rs Auto merge of #34771 - murarth:string-insert-str, r=alexcrichton 2016-07-22 01:36:22 -07:00
vec_deque.rs Update VecDeque documentation to specify direction of index 0 (#34920) 2016-07-22 17:50:54 +05:30
vec.rs Auto merge of #34951 - tomgarcia:covariant-vec, r=brson 2016-07-28 05:24:31 -07:00