-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Rename Iterator adaptor types to drop the -Iterator suffix
Drop the "Iterator" suffix for the the structs in std::iterator. Filter, Zip, Chain etc. are shorter type names for when iterator pipelines need their types written out in full in return value types, so it's easier to read and write. the iterator module already forms enough namespace.
- Loading branch information
blake2-ppc
committed
Jul 29, 2013
1 parent
52dbe13
commit 4b45f47
Showing
8 changed files
with
111 additions
and
112 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
Oops, something went wrong.
4b45f47
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 pcwalton
at https://github.com/blake2-ppc/rust/commit/4b45f478818386cfe8554e3a5595c2cf38541b45
4b45f47
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/iterator-adaptor-names = 4b45f47 into auto
4b45f47
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/iterator-adaptor-names = 4b45f47 merged ok, testing candidate = bb996bf
4b45f47
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/621
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/624
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/626
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt-vg/builds/619
success: http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/622
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/640
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/643
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/640
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/644
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/649
success: http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/642
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/624
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/639
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/413
4b45f47
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 = bb996bf