rust/src/libcollections
Jonas Hietala 8d54ec8f4b doc: Normalize example style
Remove unnecessary `use std::vec::Vec`. Use ``` code blocks
with rust as default instead of spelling it out.
2014-07-22 14:06:45 +02:00
..
hash auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton 2014-07-13 21:01:28 +00:00
bitv.rs Simplify and cleanup bitv examples. 2014-07-21 09:54:31 -07:00
btree.rs btree: use pattern matching instead of unwrap 2014-07-16 23:22:14 +02:00
deque.rs
dlist.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
enum_set.rs
lib.rs Polish bitv docs. 2014-07-21 09:54:31 -07:00
macros.rs
priority_queue.rs
ringbuf.rs
slice.rs Rename functions in the CloneableVector trait 2014-07-17 16:35:48 +02:00
smallintmap.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
str.rs auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonw 2014-07-19 14:06:39 +00:00
string.rs fix string in from_utf8_lossy_100_multibyte benchmark 2014-07-21 09:55:02 -07:00
treemap.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
trie.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
vec.rs doc: Normalize example style 2014-07-22 14:06:45 +02:00