summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/NumericRange.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-2/+7
|\
| * SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7
* | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-2/+2
* | SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-191-3/+11
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+1
|/
* SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-26/+60
* SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
* SI-4370 Range bug: Wrong result for Long.MinValue to Long.MaxValue by Int.Max...Rex Kerr2014-01-151-20/+71
* SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-291-3/+30
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-4/+4
* Remove unused imports in library.Paul Phillips2012-11-191-3/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-19/+8
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-091-1/+1
|/
* Fixes SI-5857.Aleksandar Prokopec2012-06-061-1/+29
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Make NumericRange# O(1) instead of O(n).Simon Ochsenreither2012-04-061-0/+7
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* Fix for NumericRange boundary condition.Paul Phillips2011-10-311-1/+1
* Making Range creation less slow, no review.Paul Phillips2011-05-211-10/+8
* Some boundary conditions in range.Paul Phillips2011-03-191-18/+31
* Removed the `par` method from numeric ranges.Aleksandar Pokopec2011-03-101-3/+1
* Adding special take and drop for numeric ranges...Aleksandar Pokopec2011-03-101-1/+15
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+1
* Achieved similar simplicity gains in NumericRan...Paul Phillips2010-11-011-69/+82
* Fix for init-order caused NPE in NumericRange.Paul Phillips2010-06-041-28/+17
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-14/+20
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-4/+4
* Made NumericRange invariant again, plus test case.Paul Phillips2010-02-181-14/+17
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* updated/extended serialization tests michelou2009-11-201-3/+4
* More world-shaking deprecation work.Paul Phillips2009-11-201-4/+4
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-081-1/+0
* - Renames filterMap to partialMapPaul Phillips2009-11-061-0/+222