-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement Vec::push_all* with .extend
It is shorter and also fixes missed reserve call.
- Loading branch information
1 parent
08e95a8
commit 026d206
Showing
1 changed file
with
2 additions
and
6 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
026d206
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 alexcrichton
at stepancheg@026d206
026d206
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 stepancheg/rust/push-all = 026d206 into auto
026d206
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.
stepancheg/rust/push-all = 026d206 merged ok, testing candidate = af0783a
026d206
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/4995
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4996
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4087
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4101
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5095
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4182
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4190
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5097
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4182
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4187
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4253
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1983
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5094
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4191
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4202
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4858
026d206
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 = af0783a