summaryrefslogtreecommitdiff
path: root/src/library/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2289 from paulp/pr/name-logicPaul Phillips2013-03-271-3/+6
|\
| * Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-3/+6
* | SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-2423-1/+23
|/
* Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-235-12/+12
|\
| * Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-215-12/+12
* | SI-7102 Specialize isEmpty for bitsetsEugene Vigdorchik2013-03-211-0/+2
|/
* Merge pull request #2251 from soc/SI-7236James Iry2013-03-202-14/+14
|\
| * SI-7236 Deprecate ThreadPoolTaskSupport and friendsSimon Ochsenreither2013-03-132-14/+14
* | Merge pull request #2235 from vigdorchik/si_5513James Iry2013-03-201-1/+50
|\ \
| * | SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-111-1/+50
| |/
* | Merge pull request #2219 from chuvoks/rbtRebalanceJames Iry2013-03-201-24/+45
|\ \
| * | Optimize rebalance method by using null optimized list implementation.Juha Heljoranta2013-03-131-24/+45
| |/
* / SI-7247, deprecated NotNull.Paul Phillips2013-03-132-1/+3
|/
* Merge 2.10.x into master.Adriaan Moors2013-03-051-10/+13
|\
| * Merge pull request #2198 from retronym/ticket/7215Paul Phillips2013-03-051-10/+13
| |\
| | * SI-7215 Fix transpose of an empty Array[Array[T]].Jason Zaugg2013-03-051-10/+13
* | | 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