summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Range.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Making Range creation less slow, no review.Paul Phillips2011-05-211-2/+7
* Removed ill-fated bridge method.Martin Odersky2011-05-161-2/+2
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-4/+4
* Since I don't want to commit anything "interest...Paul Phillips2011-05-011-1/+1
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-0/+7
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* Some boundary conditions in range.Paul Phillips2011-03-191-4/+8
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-6/+4
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-11/+0
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-211-0/+2
* Minor changes.Aleksandar Pokopec2010-12-091-0/+4
* Fixed parallel ranges to use the same range log...Aleksandar Pokopec2010-12-091-2/+2
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-1/+9
* Achieved similar simplicity gains in NumericRan...Paul Phillips2010-11-011-24/+6
* Took a step back and massively simplified Range.Paul Phillips2010-11-011-94/+102
* inline more in RangeIulian Dragos2010-08-231-2/+2
* Made ranges a bit more friendly to the optimizer.Iulian Dragos2010-08-231-19/+5
* Burned by a last minute adjustment, I lost the ...Paul Phillips2010-06-041-1/+4
* Discovered and disproved this unlikely truth:Paul Phillips2010-06-041-6/+10
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Added size hints to Array.{ iterate, range, tab...Paul Phillips2010-04-231-0/+17
* Docs. no reviewAleksandar Pokopec2010-04-131-10/+70
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-091-2/+2
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-1/+1
* Fixes #2535. Review by community.Aleksandar Pokopec2010-04-061-32/+62
* Reverse didn't work for empty ranges.Aleksandar Pokopec2010-03-181-1/+1
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-5/+5
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* updated/extended serialization tests michelou2009-11-201-0/+1
* More world-shaking deprecation work.Paul Phillips2009-11-201-1/+1
* Fixed a bug in Range which was causing take and...Paul Phillips2009-11-181-2/+5
* - Renames filterMap to partialMapPaul Phillips2009-11-061-8/+8
* Fixed #1342.Martin Odersky2009-10-281-0/+18
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-191-3/+15
* Fixed a bunch of issues with GenericRange.Paul Phillips2009-10-161-1/+1
* Fixed typo from last commit.Paul Phillips2009-10-161-1/+1
* added isInclusive to Range.Martin Odersky2009-10-161-0/+3
* Fixed new implementation of Range.Martin Odersky2009-10-161-77/+45
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-0/+229