summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Absolutized paths involving the scala package.Paul Phillips2013-05-03458-744/+982
* SI-7403 Stream extends SerializableSimon Ochsenreither2013-04-251-3/+5
* Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-241-1/+2
|\
| * SI-7402 List extends SerializableSimon Ochsenreither2013-04-241-1/+2
* | Eliminated the accumulated feature warnings.Paul Phillips2013-04-233-7/+9
* | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-1/+1
|/
* Merge pull request #2284 from demobox/add-box-unbox-doc-commentJason Zaugg2013-04-239-0/+39
|\
| * SI-6898 Document AnyVal box and unbox implemention by BoxesRunTimeAndrew Phillips2013-04-228-0/+32
| * Reverting changes to AnyVals generated classes in 9a82fc0Andrew Phillips2013-04-223-0/+7
* | Merge pull request #2360 from ihji/bugfix/SI-7080Jason Zaugg2013-04-212-6/+15
|\ \
| * | SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-072-6/+15
| |/
* | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-211-1/+1
|\ \
| * | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+1
| |/
* | Fixed BigDecimal documentation for primitive conversion methods.Alden Torres2013-04-211-4/+4
* | Merge pull request #2336 from retronym/topic/deprecated-inheritance-tweakAdriaan Moors2013-04-151-1/+2
|\ \
| * | SI-7312 @deprecatedInheritance now ignores same-file subclassesJason Zaugg2013-03-301-1/+2
* | | SI-7335 Sharpen up comment about implicit prioritization.Jason Zaugg2013-04-081-2/+1
* | | SI-7335 Mandate that parents of Predef must be defined in Predef.scalaJason Zaugg2013-04-082-95/+86
| |/ |/|
* | Added ensureAccessible to reflection library.Paul Phillips2013-04-032-7/+15
* | SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-021-3/+1
* | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-5/+2
|\ \ | |/ |/|
| * [backport] SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-03-151-5/+2
* | Merge pull request #2323 from paulp/pr/iterator_++Paul Phillips2013-03-281-18/+36
|\ \
| * | Iterator.++ no longer blows the stack.Paul Phillips2013-03-261-18/+36
* | | 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