summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2013-01-162-15/+100
|\
| * 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
| |/
* | SI-6566, unsoundness with alias variance.Paul Phillips2013-01-096-7/+7
* | Merge branch '2.10.x'Adriaan Moors2013-01-085-17/+40
|\|
| * 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
| |/
* | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-042-5/+8
* | Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-043-79/+106
|\ \
| * | SI-6908 Cleanup of FlatHashTable nulls based on reviewJames Iry2013-01-041-7/+10
| * | SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docsJames Iry2013-01-042-3/+0
| * | SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-033-74/+101
* | | Merge pull request #1825 from magarciaEPFL/fusion-Range-foreachAdriaan Moors2013-01-041-8/+14
|\ \ \
| * | | fusion of loops in Range.foreach() and Range.validateRangeBoundaries()Miguel Garcia2012-12-281-8/+14
* | | | Merge pull request #1821 from scalamacros/ticket/6638Adriaan Moors2013-01-042-1/+6
|\ \ \ \
| * | | | a few performance improvements for toArrayEugene Burmako2012-12-282-1/+6
| |/ / /
* | | | Merge pull request #1785 from non/bug/fix-copyToArrayAdriaan Moors2013-01-041-2/+4
|\ \ \ \
| * | | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-201-2/+4
| |/ / /
* | / / Updated copyright to 2013Carlo Dapor2013-01-02106-106/+106
| |/ / |/| |
* | | Merge pull request #1823 from paulp/pr/eliminate-allocationsPaul Phillips2012-12-315-45/+63
|\ \ \
| * | | Eliminate allocations in Growable.Paul Phillips2012-12-272-17/+15
| * | | Eliminating allocations in Codec.Paul Phillips2012-12-271-30/+25
| * | | Eliminating more allocations in the collections.Paul Phillips2012-12-272-9/+18
| * | | Eliminate allocations in ListBuffer.Paul Phillips2012-12-271-2/+18
| |/ /
* / / cleans up usages of <init>Eugene Burmako2012-12-291-1/+1
|/ /
* | Merge pull request #1679 from rtyley/nodeseq-attribute-operatorAdriaan Moors2012-12-141-0/+5
|\ \
| * | Add convenience attribute operator to NodeSeqRoberto Tyley2012-11-271-0/+5
* | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-118-27/+37
|\ \ \ | | |/ | |/|
| * | 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
| |\ \ \