diff options
| author | bors <bors@rust-lang.org> | 2014-05-19 07:51:31 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-19 07:51:31 -0700 |
| commit | 42be687fa1a1070195c25a8e607d1209a9f8c88b (patch) | |
| tree | 914dd0b0c4b0cb14397968f4bf95ae69a9759782 /src/rustllvm/RustWrapper.cpp | |
| parent | ed156772bd95b8d621d50102922e5f5ac886d4a1 (diff) | |
| parent | 3a1b7d47f33ca8004820548a99e562d3f7d60921 (diff) | |
| download | rust-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
