summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1889 from retronym/ticket/5340Adriaan Moors2013-01-142-0/+35
|\
| * SI-5340 Change println to logJason Zaugg2013-01-132-0/+35
* | Merge pull request #1878 from adriaanm/ticket-6925Adriaan Moors2013-01-142-0/+27
|\ \
| * | rework partial function synthesisAdriaan Moors2013-01-091-0/+18
| * | SI-6925 use concrete type in applyOrElse's match's selectorAdriaan Moors2013-01-091-0/+9
* | | Merge pull request #1876 from adriaanm/ticket-5189-infAdriaan Moors2013-01-142-0/+14
|\ \ \
| * | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-092-0/+14
* | | | Merge pull request #1891 from retronym/ticket/6126Adriaan Moors2013-01-141-0/+8
|\ \ \ \
| * | | | SI-6126 Test case for varargs of tagged primitives.Jason Zaugg2013-01-131-0/+8
* | | | | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-137-0/+67
|/ / / /
* | | | Merge pull request #1859 from retronym/ticket/6912Paul Phillips2013-01-122-0/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6912 Avoid a typer cycle in overload resolution.Jason Zaugg2013-01-082-0/+13
| |/ /
* | | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-1146-110/+156
|\ \ \
| * | | Backport of SI-6846.Jason Zaugg2013-01-0846-110/+156
| |/ /
* | | Merge pull request #1853 from paulp/issue/6928Paul Phillips2013-01-114-0/+28
|\ \ \ | |_|/ |/| |
| * | SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-074-0/+28
| |/
* | Merge pull request #1787 from vigdorchik/si_6803Adriaan Moors2013-01-081-4/+4
|\ \ | |/ |/|
| * SI-6803: do not use java.net.URI, even more so incorrectly.Eugene Vigdorchik2013-01-061-4/+4
* | Merge pull request #1834 from paulp/issue/6897Paul Phillips2013-01-061-0/+6
|\ \
| * | SI-6897, lubs and varargs star.Paul Phillips2012-12-311-0/+6
* | | Merge pull request #1835 from paulp/issue/6896Paul Phillips2013-01-062-0/+8
|\ \ \
| * | | SI-6896, spurious warning with overloaded main.Paul Phillips2012-12-312-0/+8
| |/ /
* | | Merge pull request #1840 from paulp/issue/6911Paul Phillips2013-01-063-69/+106
|\ \ \
| * | | SI-6911, regression in generated case class equality.Paul Phillips2013-01-033-69/+106
* | | | Merge pull request #1841 from adriaanm/rebase-6827-2.10.xAdriaan Moors2013-01-042-0/+46
|\ \ \ \
| * | | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2013-01-042-0/+46
| |/ / /
* | | | Merge pull request #1739 from jedesah/Array_optPaul Phillips2013-01-042-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | SI-5017 Poor performance of :+ operator on ArraysJean-Remi Desjardins2012-12-232-0/+15
* | | | Merge pull request #1822 from paulp/issue/6194Paul Phillips2013-01-032-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6194, repl crash.Paul Phillips2012-12-272-0/+9
* | | | Merge pull request #1824 from paulp/pr/partest-likes-deprecationPaul Phillips2012-12-317-3/+7
|\ \ \ \
| * | | | Remove -deprecation from partest default options.Paul Phillips2012-12-277-3/+7
| |/ / /
* | | | LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-282-10/+16
* | | | SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-282-0/+34
|/ / /
* | | SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-244-0/+112
* | | Merge pull request #1790 from paulp/2.10.0-wip-mergeAdriaan Moors2012-12-202-0/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.10.0-wip' into 2.10.0-wip-mergePaul Phillips2012-12-192-0/+6
| |\ \ \
| | * | | Fix for rangepos crasher.Paul Phillips2012-12-042-0/+6
* | | | | Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-202-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-192-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-192-0/+7
|\ \ \ \
| * | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-102-2/+2
| * | | | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-102-0/+7
* | | | | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-192-0/+38
|\ \ \ \ \
| * | | | | Expand test with a stably qualified example.Jason Zaugg2012-12-052-1/+8
| * | | | | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-052-0/+31
* | | | | | Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-193-1/+15
|\ \ \ \ \ \
| * | | | | | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-073-1/+15
* | | | | | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-194-0/+59
|\ \ \ \ \ \ \
| * | | | | | | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-134-0/+59