rust/src/libcollections
bors 42be687fa1 auto merge of #14279 : aochagavia/rust/pr2, r=huonw
The breaking changes are:

* Changed `DList::insert_ordered` to use `TotalOrd`, not `Ord`
* Changed `PriorityQueue` to use `TotalOrd`, not `Ord`
* Deprecated `PriorityQueue::maybe_top()` (renamed to replace `PriorityQueue::top()`)
* Deprecated `PriorityQueue::maybe_pop()` (renamed to replace `PriorityQueue::pop()`)
* Deprecated `PriorityQueue::to_vec()` (renamed to `PriorityQueue::into_vec()`)
* Deprecated `PriorityQueue::to_sorted_vec()` (renamed to `PriorityQueue::into_sorted_vec()`)
* Changed `PriorityQueue::replace(...)` to return an `Option<T>` instead of failing when the queue is empty.


[breaking-change]
2014-05-19 07:51:31 -07:00
..
bitv.rs Add documentation for Bitv. 2014-05-06 23:34:19 -04:00
btree.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
deque.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
dlist.rs Fix insert_ordered in DList 2014-05-18 16:34:01 -07:00
enum_set.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hashmap.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
lru_cache.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
priority_queue.rs Fix dead code warnings 2014-05-18 16:33:30 -07:00
ringbuf.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
smallintmap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
treemap.rs adding move_iter() function to collections::treemap::TreeSet 2014-05-18 00:47:01 -04:00
trie.rs rustc: Stop leaking enum variants into children 2014-05-16 16:16:57 -07:00