-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Vec::clone and slice::to_owned failure-safe
- Loading branch information
Showing
2 changed files
with
19 additions
and
17 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
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
be334d5
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 Aatch@be334d5
be334d5
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 Aatch/rust/vector-copy-faster = be334d5 into auto
be334d5
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.
Aatch/rust/vector-copy-faster = be334d5 merged ok, testing candidate = f39ba69
be334d5
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/5271
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5267
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4360
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4373
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5369
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4456
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4464
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5371
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4456
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4462
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4526
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2256
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5366
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4463
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4476
be334d5
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 = f39ba69