about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-19 07:51:31 -0700
committerbors <bors@rust-lang.org>2014-05-19 07:51:31 -0700
commit42be687fa1a1070195c25a8e607d1209a9f8c88b (patch)
tree914dd0b0c4b0cb14397968f4bf95ae69a9759782 /src/rustllvm/RustWrapper.cpp
parented156772bd95b8d621d50102922e5f5ac886d4a1 (diff)
parent3a1b7d47f33ca8004820548a99e562d3f7d60921 (diff)
downloadrust-42be687fa1a1070195c25a8e607d1209a9f8c88b.tar.gz
rust-42be687fa1a1070195c25a8e607d1209a9f8c88b.zip
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]
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions