rust/src/libcollections
2014-12-15 06:45:36 -08:00
..
btree rollup merge of #19802: jbranchaud/add-btreeset-new-doctest 2014-12-15 06:45:36 -08:00
hash auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
tree rollup merge of #19710: steveklabnik/gh15449 2014-12-15 06:44:20 -08:00
trie libcollections: fix unit tests 2014-12-13 17:03:45 -05:00
bench.rs libcollections: use unboxed closures 2014-12-13 17:03:47 -05:00
binary_heap.rs auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
bit.rs libcollections: use unboxed closures in Bitv methods 2014-12-13 17:03:46 -05:00
dlist.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
enum_set.rs Remove references to traits that no longer exist 2014-12-10 12:31:47 +01:00
lib.rs Slimmify BTree by replacing its internal Node type, which previously…held three separately allocated Vecs, with a manually allocated buffer. Additionally, restructure the node and stack interfaces to be safer and require fewer bounds checks. 2014-12-12 06:58:18 -06:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankro 2014-12-13 08:22:16 +00:00
slice.rs libcollections: use unboxed closures in [Clone]SliceAllocPrelude methods 2014-12-13 17:03:46 -05:00
str.rs libcollections: use tuple indexing 2014-12-13 20:04:40 -05:00
string.rs auto merge of #19672 : alexcrichton/rust/snapshots, r=brson 2014-12-11 22:56:54 +00:00
vec.rs libcollections: use unboxed closures in Vec methods 2014-12-13 17:03:46 -05:00
vec_map.rs libcollections: use unboxed closures in VecMap methods 2014-12-13 17:03:46 -05:00