-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented TreeMap::{lower_bound_iter,upper_bound_iter}
(issue #4604)
- Loading branch information
Showing
1 changed file
with
146 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73ec9f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from thestinger
at https://github.com/dim-an/rust/commit/73ec9f36e4a0995fc08abf75ac9aaa0298d816d9
73ec9f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging dim-an/rust/tree-iter = 73ec9f3 into auto
73ec9f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dim-an/rust/tree-iter = 73ec9f3 merged ok, testing candidate = 4db0611
73ec9f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/759
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/762
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/763
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt-vg/builds/756
success: http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/759
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/777
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/779
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/777
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/781
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/786
success: http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/779
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/762
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/776
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/550
73ec9f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 4db0611