-
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.
std::vec: Remove functions concat, connect
std::vec::{concat, connect, concat_slices, connect_slices} are replaced by the already existing trait methods .concat_vec() and .connect_vec().
- Loading branch information
blake2-ppc
committed
Sep 28, 2013
1 parent
24a4d0d
commit 3709aa7
Showing
3 changed files
with
12 additions
and
28 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
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
3709aa7
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 huonw
at https://github.com/blake2-ppc/rust/commit/3709aa78d8fc75ed739e837d7c96205b8494188d
3709aa7
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 blake2-ppc/rust/connect-vec = 3709aa7 into auto
3709aa7
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.
blake2-ppc/rust/connect-vec = 3709aa7 merged ok, testing candidate = 6a66414e
3709aa7
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.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1743
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1746
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1761
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1761
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/853
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1745
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/852
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/853
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1530
3709aa7
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 huonw
at https://github.com/blake2-ppc/rust/commit/3709aa78d8fc75ed739e837d7c96205b8494188d
3709aa7
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 blake2-ppc/rust/connect-vec = 3709aa7 into auto
3709aa7
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.
blake2-ppc/rust/connect-vec = 3709aa7 merged ok, testing candidate = c635fba
3709aa7
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/1746
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1749
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/855
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/855
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1764
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/855
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/855
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1764
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/855
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/856
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/936
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1748
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/855
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/856
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1533
3709aa7
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 = c635fba