summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | [nomaster] SI-6773 Makes the SI-6150 changes binary compatible with 2.10James Iry2013-02-055-27/+19
* | | | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-092-9/+27
|\| | |
| * | | Revert "SI-6422: add missing Fractional and Integral alias in scala package"Paolo G. Giarrusso2013-02-041-3/+0
| * | | Merge pull request #2044 from phaller/issue/7029Adriaan Moors2013-02-022-9/+27
| |\ \ \
| | * | | SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-312-9/+27
* | | | | Merge pull request #2042 from mt2309/SI-5151Paul Phillips2013-02-081-0/+16
|\ \ \ \ \
| * | | | | SI-5151 - Add firstKey and lastKey to LongMap.Michael Thorpe2013-01-311-0/+16
* | | | | | SI-6773 Changes IndexSeqFactory to be "since 2.11"James Iry2013-02-051-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge commit 'cabf626bbc' into wip/fresh-merge2Paul Phillips2013-02-011-0/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2026 from JamesIry/2.10.x_SI-2818Grzegorz Kossakowski2013-02-011-0/+3
| |\ \ \ \
| | * | | | SI-2818 Make List.foldRight always do a reverse/foldLeft flipJames Iry2013-01-311-0/+3
| | | |/ / | | |/| |
* | | | | Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-012-7/+13
|\| | | |
| * | | | Merge pull request #1998 from JamesIry/2.10.x_6963_2Adriaan Moors2013-02-011-1/+2
| |\ \ \ \
| | * | | | SI-6963 Add version to -XmigrationJames Iry2013-01-291-1/+2
| | |/ / /
| * | | | Merge pull request #1960 from ViniciusMiana/2.10.xJames Iry2013-02-011-6/+11
| |\ \ \ \
| | * | | | SI-6853 changed private method remove to be tail recursive.Vinicius Miana2013-01-251-6/+11
| | | |_|/ | | |/| |
| * | | | SI-6584, Stream#distinct uses too much memory.Paul Phillips2013-01-301-3/+10
| | |/ / | |/| |
* | | | Merge pull request #1858 from eed3si9n/topic/xmlscopePaul Phillips2013-01-291-2/+22
|\ \ \ \
| * | | | SI-6939 Fix namespace binding (xmlns) not overriding outer bindingEugene Yokota2013-01-271-2/+22
* | | | | Merge pull request #2002 from gkossakowski/bring-back-MurmurHashAdriaan Moors2013-01-292-0/+205
|\ \ \ \ \
| * | | | | Revert "SI-6811 Misc. removals in util, testing, io, ..."Grzegorz Kossakowski2013-01-282-0/+205
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-292-3/+120
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #1941 from phaller/issue/6932-futures-internal-callbacksAdriaan Moors2013-01-272-3/+120
| |\ \ \
| | * | | SI-6932 Remove Batchable trait plus minor clean-upsPhilipp Haller2013-01-211-18/+9
| | * | | Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-212-3/+129
| | |/ /
| * | | Merge pull request #1953 from retronym/backport/1586Paul Phillips2013-01-241-0/+10
| |\ \ \