summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-9326 Fix regression with existentials in parent typesJason Zaugg2015-05-251-0/+6
* Optimize `implicit def Predef.<???>ArrayOps`xuwei-k2015-05-201-1/+1
* Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-1217-4/+7127
|\
| * SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-052-0/+15
| * SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-054-0/+27
| * Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-042-4/+4
| |\
| | * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-302-4/+4
| * | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-042-0/+7005
| |\ \
| | * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-032-0/+7005
| * | | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-041-0/+1
| |\ \ \
| | * | | SI-8359 Update a test to work with indylambdaJason Zaugg2015-04-211-0/+1
| * | | | Merge pull request #4473 from retronym/ticket/9285Lukas Rytz2015-05-042-0/+2
| |\ \ \ \
| | * | | | SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-292-0/+2
| | | |/ / | | |/| |
| * / | | Move test files to the right place.Gerard Basler2015-05-034-0/+73
| |/ / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-0120-12/+254
|\| | |
| * | | Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-0/+25
| |\ \ \
| | * | | SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-0/+25
| * | | | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-0/+24
| |\ \ \ \
| | * | | | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-0/+24
| * | | | | Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-0/+20
| |\ \ \ \ \
| | * | | | | SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-0/+20
| * | | | | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-229-10/+10
| |\ \ \ \ \ \
| | * | | | | | Fix many typosMichał Pociecha2015-04-219-10/+10
| | |/ / / / /
| * | | | | | Merge pull request #4452 from lrytz/valueClassSelfTypeBCodeAdriaan Moors2015-04-221-0/+52
| |\ \ \ \ \ \
| | * | | | | | Don't crash GenBCode for value classes with a self declarationLukas Rytz2015-04-161-0/+52
| * | | | | | | Merge pull request #4455 from adriaanm/sbt-buildAdriaan Moors2015-04-221-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Remove stdout/stderr output from Junit testsJason Zaugg2015-04-211-1/+0
| * | | | | | | | Merge pull request #4464 from gourlaysama/wip/scaladoc-deprecatedVlad Ureche2015-04-223-1/+66
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | SI-4476 add an index of deprecated members to scaladocAntoine Gourlay2015-04-223-1/+66
| | | |/ / / / / | | |/| | | | |
| * | | | | | | SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-213-0/+57
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Update versions.properitesLukas Rytz2015-04-301-1/+1
* | | | | | | Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-23103-2793/+4
* | | | | | | Merge pull request #4429 from ruippeixotog/issue/8552Adriaan Moors2015-04-221-0/+22
|\ \ \ \ \ \ \
| * | | | | | | SI-8627 Two-argument indexOf does not work for IteratorRui Gonçalves2015-04-041-0/+22
* | | | | | | | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-2139-51/+1856
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Make lambda body public rather than using static accessorJason Zaugg2015-04-171-1/+1
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #4451 from som-snytt/issue/3368-remediateAdriaan Moors2015-04-168-2/+390
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SI-3368 Default to coalescing for 2.11Som Snytt2015-04-168-2/+390
| * | | | | | SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-152-0/+19
| * | | | | | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-1311-36/+59
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-1011-36/+59
| * | | | | | Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-134-3/+869
| |\ \ \ \ \ \
| | * | | | | | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-064-3/+869
| * | | | | | | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-103-0/+74
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-243-0/+74
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-095-11/+73
| |\ \ \ \ \ \ \
| | * | | | | | | SI-3368 ReviewSom Snytt2015-04-081-1/+1
| | * | | | | | | SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-1/+1
| | * | | | | | | SI-5699 Use ParserTestSom Snytt2015-04-081-10/+2
| | * | | | | | | SI-3368 CDATA gets a NodeSom Snytt2015-04-084-0/+70