Clar Charr · GitHub

added 2 commits

June 7, 2017 21:40

Clar Charr

Clar Charr

@clarfonthey

kennytm

Clar Charr added 9 commits

June 9, 2017 19:07

Clar Charr

Clar Charr

Clar Charr

Clar Charr

Clar Charr

Clar Charr

Clar Charr

Clar Charr

Clar Charr

@clarfonthey

bors added a commit that referenced this pull request

Jun 14, 2017
Refactor ops.rs
This refactors ops.rs into several different modules internally, as the file has gotten quite big. None of these modules are actually exported, but this should make maintaining it much easier. I've avoided the ambition of exporting the modules because they can more easily be rearranged after this commit goes through, even though it'd be cool to potentially export the modules in the future.
I've separated the creation of each file into a separate commit so that this is easier to read.
Redone version of #42269 with the movement of `RangeArgument` moved.

@bors

@bors bors mentioned this pull request

Jun 14, 2017

Merged

@clarfonthey

Merged

bors added a commit that referenced this pull request

Jan 27, 2019
Refactor core::iter module
A while back, I refactored `core::ops` in #42523 because the module had become a giant mess and was difficult to modify. Now, I'm doing the same with the `core::iter` module.
Like the `core::ops` refactor, things have been split up into multiple commits to make rebasing easier, and so that you can follow changes. Although the diffs are hard to decipher, the only actual code changes I've made in the first few commits are to modify exports and imports. I save all of the actual code refactoring, e.g. modifying what methods are called, for the end.

Merged

Closed

Read the original on github.com ↗