rust/src/libcollections
2014-12-12 23:26:57 -06:00
..
btree Make BTree's Handle system more generic and more powerful, removing some runtine checks in favor of newly gained static safety 2014-12-12 23:26:57 -06:00
hash auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
tree Change 'Example' to 'Examples' throughout collections' rustdocs. 2014-12-08 23:28:07 -06:00
trie Change 'Example' to 'Examples' throughout collections' rustdocs. 2014-12-08 23:28:07 -06:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07: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 Change 'Example' to 'Examples' throughout collections' rustdocs. 2014-12-08 23:28:07 -06:00
dlist.rs auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
enum_set.rs librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05: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 #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
slice.rs auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
str.rs auto merge of #19672 : alexcrichton/rust/snapshots, r=brson 2014-12-11 22:56:54 +00:00
string.rs auto merge of #19672 : alexcrichton/rust/snapshots, r=brson 2014-12-11 22:56:54 +00:00
vec.rs auto merge of #19377 : tbu-/rust/pr_mapinplace_fixzerosized_test, r=sfackler 2014-12-11 18:12:11 +00:00
vec_map.rs auto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankro 2014-12-10 15:22:18 +00:00