summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* SI-8434 Make generic Set operations build the same kind of SetStefan Zeiger2016-08-121-1/+5
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-283-3/+3
* Use Java's highestOneBit, rather than our own versions.Jason Zaugg2016-03-291-21/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-186-7/+0
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-222-0/+0
|\|
| * unset inappropriate execute bitsSeth Tisue2015-09-022-0/+0
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\|
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-251-0/+24
|\ \ | |/ |/|
| * SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-301-0/+24
* | Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
|/
* SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-201-1/+1
* Merge pull request #4084 from vigdorchik/usecase_sigsGrzegorz Kossakowski2014-11-211-1/+1
|\
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-1/+1
* | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
|/
* Correction in the documentation.kurnevsky2014-04-081-1/+2
* SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-141-1/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-073-0/+3
* Collections: remove redundant calls to .seqJason Zaugg2013-10-312-2/+2
* Cull extraneous whitespace.Paul Phillips2013-09-186-39/+5
* SI-7476 Add documentation to GenericTraversableTemplateSimon Ochsenreither2013-05-131-4/+50
* Absolutized paths involving the scala package.Paul Phillips2013-05-0355-60/+126
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-2410-25/+25
* Banish needless semicolons.Jason Zaugg2013-02-243-11/+11
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+12
* SI-6773 Changes IndexSeqFactory to be "since 2.11"James Iry2013-02-051-1/+1
* Merge branch '2.10.x'Adriaan Moors2013-01-161-15/+86
|\
| * SI-6946, SI-6924 Greatly improves IsTraversableLike docsHeather Miller2013-01-091-15/+86
* | SI-6566, unsoundness with alias variance.Paul Phillips2013-01-093-3/+3
* | Updated copyright to 2013Carlo Dapor2013-01-022-2/+2
* | Eliminate allocations in Growable.Paul Phillips2012-12-271-2/+15
* | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-232-2/+2
|\|
| * Fixes SI-6150 - backport to 2.10.x branch.Aleksandar Prokopec2012-11-142-6/+24
* | Remove unused imports in library.Paul Phillips2012-11-191-4/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0552-52/+52
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0252-52/+52
* | Fix scaladoc links in a couple of places.Eugene Vigdorchik2012-10-031-1/+1
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-193-3/+3
|\|
| * More relative path elimination.Paul Phillips2012-09-153-3/+3
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-1537-56/+56
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-1437-56/+56
* | Modified SI-6150 fix again.Paul Phillips2012-08-172-4/+23
* | Modified SI-6150 fix to use intended ReusableCBF.Paul Phillips2012-08-161-3/+1
* | Fixes SI-6150.Aleksandar Prokopec2012-08-151-1/+1
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-091-1/+1
* | Changes suggested by @retronym and @jsuerethAlexander Clare2012-07-161-1/+20