rust/src/libcollections
Daniel Micay 1c6fd76f80 saner parameter order for reallocation functions
Using reallocate(old_ptr, old_size, new_size, align) makes a lot more
sense than reallocate(old_ptr, new_size, align, old_size) and matches up
with the order used by existing platform APIs like mremap.

Closes #17837

[breaking-change]
2014-10-08 12:46:09 -04:00
..
btree add missing btree re-exports 2014-10-06 23:19:15 -04:00
hash Rename slice::Slice 2014-10-07 15:49:53 +13:00
bitv.rs Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
deque.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
dlist.rs Add tests for new _mut variants 2014-09-25 17:46:03 -07:00
enum_set.rs make EnumSet derive Ord and PartialOrd 2014-09-27 16:47:53 -04:00
lib.rs auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon 2014-10-07 09:42:06 +00:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
priority_queue.rs Move info into individual modules. 2014-09-13 15:05:56 -04:00
ringbuf.rs Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
slice.rs Rename slice::Slice 2014-10-07 15:49:53 +13:00
smallintmap.rs Fix deprecation warnings in check-docs. 2014-09-22 19:31:31 +02:00
str.rs Rename slice::Slice 2014-10-07 15:49:53 +13:00
string.rs Rename slicing methods 2014-10-07 15:49:53 +13:00
treemap.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
trie.rs Rename slicing methods 2014-10-07 15:49:53 +13:00
vec.rs saner parameter order for reallocation functions 2014-10-08 12:46:09 -04:00