summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* SI-6584, Stream#distinct uses too much memory.Paul Phillips2013-01-301-3/+10
* 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
|\ \
| * | [backport] Fix unsafe array opt. / opt. primitive Array(...)Jason Zaugg2013-01-231-0/+10
| |/
* / Addressing warnings.Jason Zaugg2013-01-193-5/+2
|/
* Merge pull request #1860 from heathermiller/issue/6930Adriaan Moors2013-01-141-0/+14
|\
| * SI-6930 adds documentation to reduceLeft in TraversableOnceHeather Miller2013-01-081-0/+14
* | Merge pull request #1875 from heathermiller/issue/6946Adriaan Moors2013-01-141-15/+86
|\ \
| * | SI-6946, SI-6924 Greatly improves IsTraversableLike docsHeather Miller2013-01-091-15/+86
| |/
* / Fixes SI-6521, overrides Range#head to be fasterDavid Hall2013-01-081-0/+1
|/
* Merge pull request #1843 from JamesIry/SI-6915_2.10.xAdriaan Moors2013-01-071-1/+1
|\
| * SI-6915 Updates copyright properties to 2002-2013James Iry2013-01-041-1/+1
* | Merge pull request #1842 from adriaanm/backport-1821Paul Phillips2013-01-062-1/+6
|\ \
| * | avoid reflect overhead of certain array instantiationsAdriaan Moors2013-01-041-0/+5
| * | proper elementClass for WrappedArrayAdriaan Moors2013-01-041-1/+1
* | | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-041-2/+3
|\ \ \ | |_|/ |/| |
| * | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-041-2/+3
| |/
* | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-041-0/+14
|\ \ | |/ |/|
| * SI-5017 Poor performance of :+ operator on ArraysJean-Remi Desjardins2012-12-231-0/+14
* | Merge pull request #1792 from ybr/minordocimprovementPaul Phillips2012-12-281-1/+1
|\ \
| * | Stream.zip naturalsEx example does not compile => remove extra zip callybr2012-12-201-1/+1
| |/
* | LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-281-12/+10
* | SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-282-13/+23
|/
* Merge pull request #1732 from retronym/ticket/6690Adriaan Moors2012-12-102-16/+22
|\
| * Share the empty LinkedList between first0/last0.Jason Zaugg2012-12-102-2/+2
| * SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-082-16/+22
* | Merge pull request #1700 from retronym/ticket/6535Adriaan Moors2012-12-102-2/+6
|\ \
| * | SI-6535 Step back from the precipice of a cycleJason Zaugg2012-12-042-2/+6
| |/
* | Merge pull request #1677 from jedesah/RangeAdriaan Moors2012-12-101-1/+0
|\ \
| * | SI-5678 Bad return type for [Use Case] docs in RangeJean-Remi Desjardins2012-11-271-1/+0
| |/
* | Merge pull request #1672 from jedesah/RandomAdriaan Moors2012-12-101-1/+1
|\ \
| * | SI-4664 Make scala.util.Random SerializableJean-Remi Desjardins2012-12-011-1/+1
| |/
* | Merge pull request #1690 from retronym/ticket/6631Adriaan Moors2012-12-061-6/+7
|\ \
| * | Fix Scaladoc for the raw interpolator.Jason Zaugg2012-12-021-2/+2
| * | SI-6631 Handle invalid escapes in string interpolatorsJason Zaugg2012-12-021-4/+5
| |/
* / Fix typo in documentation for SeqJean-Remi Desjardins2012-11-271-1/+1
|/
* Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2510-62/+22
|\
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2310-62/+22
| |\
| | * Removing controversial `either` method from Futures API.Josh Suereth2012-11-211-23/+0
| | * Merge pull request #1636 from paulp/issue/6628Adriaan Moors2012-11-168-36/+20
| | |\
| | | * Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-158-36/+20
| | * | Merge pull request #1616 from retronym/backport/6559Adriaan Moors2012-11-161-1/+1
| | |\ \
| | | * | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-11-131-1/+1
| | | |/
| | * / SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
| | |/
* | | Merge pull request #1652 from jedesah/FlatHashTableAdriaan Moors2012-11-251-7/+6
|\ \ \
| * | | findEntry implementation code more concise and DRYer.Jean-Remi Desjardins2012-11-201-7/+6
| |/ /
* / / Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-231-0/+5
|/ /
* | Merge pull request #1596 from soc/SI-6632+SI-6633Josh Suereth2012-11-201-49/+44
|\ \