]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #33079 - bluss:split-iter, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 21 Apr 2016 23:17:55 +0000 (16:17 -0700)
committerbors <bors@rust-lang.org>
Thu, 21 Apr 2016 23:17:55 +0000 (16:17 -0700)
Split core::iter module implementation into parts

Split core::iter module implementation into parts

split iter.rs into a directory of (implementation private) modules.

+ mod (adaptor structs whose private fields need to be available both for them and Iterator
  + iterator (Iterator trait)
  + traits (FromIterator, etc; all traits but Iterator itself)
  + range (range related)
  + sources (Repeat, Once, Empty)


Trivial merge