summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Range.scala
Commit message (Expand)AuthorAgeFilesLines
* If Range is sealed, it makes sense to have Range.Inclusive final.Raul Bache2016-06-121-1/+1
* Relax the semantics of `Range.lastElement` for internal use.Sébastien Doeraene2016-05-311-11/+10
* Privatize the deprecated members of `immutable.Range`.Sébastien Doeraene2016-05-311-7/+2
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-3/+5
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-8/+8
* Merge pull request #5175 from som-snytt/issue/9656-range-toStringStefan Zeiger2016-05-241-9/+8
|\
| * SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-191-9/+8
* | Make Range.Partial a value classxuwei-k2016-05-171-1/+1
|/
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-16/+13
|\
| * SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-191-16/+13
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\|
| * SI-9406 fix doc for Range.takeRightSeth Tisue2015-07-181-1/+1
* | Merge commit 'eb15950' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+7
|\|
| * SI-6192 Range: to, until and end are confusingRex Kerr2014-09-301-1/+7
* | SI-8819 Range slice does not return a RangeRex Kerr2014-11-251-1/+18
|/
* SI-8738 Regression in range equalityRex Kerr2014-07-201-9/+10
* Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-24/+105
* SI-6736 Range.contains is wrongRex Kerr2014-02-091-7/+11
* SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-291-3/+18
* Removing deprecated code.Paul Phillips2013-11-181-16/+0
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* SI-6747 Deprecate Range#{numRange,last,terminal}Element{s,}Simon Ochsenreither2013-06-091-0/+3
* Merge pull request #2470 from ihji/masterPaul Phillips2013-05-111-2/+2
|\
| * SI-7432 Range.min should throw NoSuchElementException on empty rangeHeejong Lee2013-04-301-2/+2
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
|/
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* fusion of loops in Range.foreach() and Range.validateRangeBoundaries()Miguel Garcia2012-12-281-8/+14
* Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+0
|\
| * SI-5678 Bad return type for [Use Case] docs in RangeJean-Remi Desjardins2012-11-271-1/+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
* | Fixes SI-6521, overrides Range#head to be fasterDavid Hall2012-10-121-0/+1
|/
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-3/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-6/+6
* Fixes SI-5857.Aleksandar Prokopec2012-06-061-1/+13
* Fixes SI-5344.Hubert Plociniczak2012-05-081-3/+3
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removed a few more @deprecated members.Paul Phillips2012-04-281-3/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-4/+1
* Whitespace commit.Paul Phillips2012-02-291-7/+6
* Cleaner range counting.Paul Phillips2012-01-241-9/+27
* Intermediate range commit.Paul Phillips2011-12-161-106/+79
* Range.foreach optimization.Paul Phillips2011-12-121-12/+77
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* Makes Range#sum an O(1) operation instead of an O(n) one.Simon Ochsenreither2011-12-021-0/+7
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Fix for unfortunate bug in Range.init.Paul Phillips2011-06-301-1/+1