summary refs log tree commit diff
path: root/src/libcore/iter.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-100/+100
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-7/+7
2014-06-06Rename Iterator::len to countAaron Turon-25/+23
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-9/+9
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-1/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-30/+30
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-2/+4
2014-05-22Spelling/doc formatting fixes.Huon Wilson-2/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20Remove useless ToPrimitive bound on range_inclusive()Kevin Ballard-1/+1
2014-05-19core::iter::order functions now take two types of iterators.TyOverby-8/+18
2014-05-15core: Update all tests for fmt movementAlex Crichton-34/+76
2014-05-15core: Derive Show impls wherever possibleAlex Crichton-1/+1
2014-05-13std: Move the owned module from core to stdAlex Crichton-1/+1
2014-05-08Handle fallout in documentationKevin Ballard-2/+2
2014-05-08Handle fallout in iter, option, result, and sync::arcKevin Ballard-34/+35
2014-05-07core: Get coretest workingAlex Crichton-4/+4
2014-05-07core: Inherit the iter moduleAlex Crichton-0/+3090
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-326/+0
2013-05-19Register snapshotsBrian Anderson-42/+5
2013-05-16iter: add fold, sum and productDaniel Micay-0/+106
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+1
2013-05-10test: Use the new `for` protocolAlex Crichton-3/+28
2013-05-10core: Use the new `for` protocolAlex Crichton-20/+28
2013-05-08rename iter::iter_to_vec to iter::to_vecDaniel Micay-6/+5
2013-04-30iter: add max and min functionsDaniel Micay-2/+66
2013-04-30iter: add a find functionDaniel Micay-0/+29
2013-04-28make way for a new iter moduleDaniel Micay-323/+78
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-0/+4
2013-04-13Avoid excessive allocations and copies in iter::to_vecBjörn Steinbrink-1/+1
2013-04-10Added iter_to_vec conversion fnMarvin Löbel-0/+26
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26Fixes mozilla/rust#3612.Felix S. Klock II-1/+2
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-63/+50
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-13add a trait for mutable iteratorsDaniel Micay-0/+4
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-26/+26
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-26Add current year in the copyright headerOlivier Saut-1/+1
2013-02-26Various typos correctedOlivier Saut-8/+8
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-7/+7
2013-02-15libcore: Get rid of `move`.Luqman Aden-6/+6
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-07add a ReverseIter traitDaniel Micay-0/+4
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-14spelling fixes for iter module docstringsDaniel Micay-3/+3