summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Name boolean arguments in src/library.Jason Zaugg2013-03-0524-71/+71
* Merge pull request #2183 from mt2309/tailrec-intmapPaul Phillips2013-03-051-0/+3
|\
| * Require firstKey and lastKey on IntMap to be tail recursive.Michael Thorpe2013-03-021-0/+3
* | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-057-12/+1
|\ \
| * | Remove unused symbols and imports from the library.Eugene Vigdorchik2013-03-057-12/+1
* | | Renamed type param to be consistent with convention.Paul Phillips2013-03-031-5/+5
* | | Merge branch 2.10.1 into masterAdriaan Moors2013-02-273-17/+17
|\ \ \
| * \ \ Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-279-145/+136
| |\ \ \
| | * | | SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-191-4/+4
| | * | | SI-7128 Fix regression in copyToArray for empty arraysJason Zaugg2013-02-141-1/+1
| | * | | [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-091-18/+15
| | * | | [nomaster] can't add new class BatchingExecutorAdriaan Moors2013-02-092-120/+103
| | * | | [nomaster] bring back SerializeStart from fa3b8040ebAdriaan Moors2013-02-091-0/+4
| | * | | [nomaster] duplicate tailImpl as a private methodAdriaan Moors2013-02-092-1/+9
| | * | | [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-091-1/+1
| | * | | [nomaster] Revert "Fixes SI-6521, overrides Range#head to be faster"Adriaan Moors2013-02-091-1/+0
| * | | | SI-7074 Fix xml attribute sortingSzabolcs Berecz2013-02-241-1/+1
* | | | | Address some ScaladocrotJason Zaugg2013-02-251-1/+1
* | | | | Modernize legacy backquotes in comments.Jason Zaugg2013-02-252-4/+4
* | | | | Remove redundant explicit returns.Jason Zaugg2013-02-254-6/+6
* | | | | Don't wrap an array just to get its length.Jason Zaugg2013-02-253-3/+3
* | | | | Remove redundant 'val' from case class params.Jason Zaugg2013-02-255-7/+7
* | | | | More explicit empty paren lists in method calls.Jason Zaugg2013-02-24121-519/+519
* | | | | Banish needless semicolons.Jason Zaugg2013-02-2443-167/+177
* | | | | Merge pull request #2147 from JamesIry/master_SI-7015Grzegorz Kossakowski2013-02-221-2/+3
|\ \ \ \ \
| * | | | | SI-7015 Removes redundant aconst_null; pop; aconst_null creationJames Iry2013-02-211-2/+3
* | | | | | Merge pull request #2154 from viktorklang/wip-SI7164-nonfatal-notimplementede...James Iry2013-02-221-2/+2
|\ \ \ \ \ \
| * | | | | | SI-7164 - Removing NotImplementedError as Fatal from s.u.c.NonFatalViktor Klang2013-02-211-2/+2
| |/ / / / /
* | | | | | Merge 2.10.x into master.Adriaan Moors2013-02-203-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-153-8/+8
* | | | | SI-6642 Code cleanup from review of iteratorFromJames Iry2013-02-132-14/+14
* | | | | SI-6642 Refactor mutable.TreeSet to use RedBlackTree instead of AVLJames Iry2013-02-133-79/+78
* | | | | SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-1310-10/+108
* | | | | SI-6642 Code cleanup on RedBlackTree#TreeIteratorJames Iry2013-02-131-21/+24
* | | | | Merge pull request #2124 from adriaanm/76f167388a42e9bb8b72645d87bcb408b6981576Grzegorz Kossakowski2013-02-122-2/+8
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-122-2/+8
| |\| | | |
| | * | | | Merge pull request #2097 from ViniciusMiana/SI-6935James Iry2013-02-111-0/+2
| | |\ \ \ \
| | | * | | | SI-6935 Added readResolve in BoxedUnitVinicius Miana2013-02-081-0/+2
| | | |/ / /
| | * | | | Merge pull request #2096 from ViniciusMiana/SI-6370James Iry2013-02-111-2/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-6370 changed ListMap apply0 method to produce correct error message when a...Vinicius Miana2013-02-081-2/+6
* | | | | | Merge pull request #2077 from vy/patch-3James Iry2013-02-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update src/library/scala/sys/process/package.scalaVolkan Yazıcı2013-02-061-1/+1
* | | | | | Maintenance of Predef.Paul Phillips2013-02-129-359/+424
* | | | | | Merge pull request #2076 from vy/patch-2James Iry2013-02-111-20/+20
|\ \ \ \ \ \
| * | | | | | Update src/library/scala/sys/process/ProcessBuilder.scalaVolkan Yazıcı2013-02-061-20/+20
| |/ / / / /
* | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-24/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2091 from JamesIry/2.10.x_SI-6478James Iry2013-02-081-3/+4
| |\ \ \ \ \
| | * | | | | [backport] SI-6478 Fixing JavaTokenParser identJames Roper2013-02-071-3/+4
| * | | | | | SI-6961 no structural sharing in list serializationAleksandar Prokopec2013-02-071-24/+9
| |/ / / / /
| * | | | | [nomaster] Revert "SI-5017 Poor performance of :+ operator on Arrays"James Iry2013-02-061-14/+0