-
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.
std: Implement Clone and DeepClone for extern "Rust" fn
Implement Clone and DeepClone for functions with 0 to 8 arguments.
- Loading branch information
blake2-ppc
committed
Jul 29, 2013
1 parent
27812ea
commit 11aad20
Showing
1 changed file
with
58 additions
and
0 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
11aad20
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/blake2-ppc/rust/commit/11aad20cf879f508a339c2af2bad901446f4fb3a
11aad20
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/extern-fn-clone = 11aad20 into auto
11aad20
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/extern-fn-clone = 11aad20 merged ok, testing candidate = d34016d
11aad20
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/620
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/623
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/625
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt-vg/builds/618
success: http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/621
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/639
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/642
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/639
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/643
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/648
success: http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/641
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/623
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/638
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/412
11aad20
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 = d34016d