-
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.
syntax: Conditionally deriving(Hash) with Writers
If #[feature(default_type_parameters)] is enabled for a crate, then deriving(Hash) will expand with Hash<W: Writer> instead of Hash<SipState> so more hash algorithms can be used.
- Loading branch information
1 parent
bec7b76
commit 0a84132
Showing
9 changed files
with
128 additions
and
97 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
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
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
Oops, something went wrong.
0a84132
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 brson
at alexcrichton@0a84132
0a84132
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 alexcrichton/rust/speedy-hash = 0a84132 into auto
0a84132
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.
alexcrichton/rust/speedy-hash = 0a84132 merged ok, testing candidate = 5862c0c
0a84132
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/4617
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/2459
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2459
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4614
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3714
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3720
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4630
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3718
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3724
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4632
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3718
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3723
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3791
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1609
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4626
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3727
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3734
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4391
0a84132
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 = 5862c0c