summaryrefslogtreecommitdiff
path: root/test/files/run/range.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-12/+12
|
* Some boundary conditions in range.Paul Phillips2011-03-191-0/+14
| | | | | | | infix implicits to Integral and Fractional. As a bonus this patch knocked 10,000 long boxings off a specialized test. Who knew. Closes #4308, #4321, review by community.
* Achieved similar simplicity gains in NumericRan...Paul Phillips2010-11-011-8/+9
| | | | | | | | | | Achieved similar simplicity gains in NumericRange to those now in Range. Obvious remaining task is to specialize NumericRange and after verifying the performance, eliminate one or the other. For now, both soldier onward despite near-convergence of implementation. Closes #3232, no review.
* Made NumericRange invariant again, plus test case.Paul Phillips2010-02-181-0/+3
|
* - Renames filterMap to partialMapPaul Phillips2009-11-061-8/+8
| | | | | | - Renames GenericRange to NumericRange - Removes most @experimental annotations
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-191-7/+47
| | | | | | Another bunch of work on Numeric, Range, GenericRange, BigDecimal, and a pile of test cases for various aspects of GenericRange.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* Added test files for #1297Philipp Haller2008-08-281-0/+14