rust/src/libcollections
bors eff87bc9d2 auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichton
This is very half-baked at the moment and very inefficient, e.g.
inappropriate use of by-value `self` (and thus being forced into an
overuse of `clone`). People get the wrong impression about Rust when
using it, e.g. that Rust cannot express what other languages can because
the implementation is inefficient: https://news.ycombinator.com/item?id=8187831 .
2014-08-17 13:11:06 +00:00
..
hash Fix test fallout 2014-08-13 17:11:21 -07:00
bitv.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
btree.rs auto merge of #16543 : huonw/rust/deprecated-btree, r=alexcrichton 2014-08-17 13:11:06 +00:00
deque.rs Fix deprecation warning in deque.rs 2014-07-24 07:25:48 -07:00
dlist.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
enum_set.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
lib.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
macros.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
priority_queue.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
ringbuf.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
slice.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
smallintmap.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
str.rs auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton 2014-08-17 04:42:32 +00:00
string.rs auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton 2014-08-17 04:42:32 +00:00
treemap.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
trie.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
vec.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00