summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | SI-7747 More tests and logic according to our conclusions on #4522.Prashant Sharma2015-06-104-2/+25
| | * | | | SI-7747 Limit previous change to imports of REPL valsJason Zaugg2015-05-261-9/+6
| | * | | | SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-264-9/+111
| * | | | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-074-3/+250
| |\ \ \ \ \
| | * | | | | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-041-0/+26
| | * | | | | Address review feedbackLukas Rytz2015-05-251-9/+9
| | * | | | | Enable nullness analysis in the inlinerLukas Rytz2015-05-253-3/+19
| | * | | | | Nullness AnalysisLukas Rytz2015-05-221-0/+205
| | | |_|_|/ | | |/| | |
| * | | | | SI-9343 Xlint less strict on pattern sequencesSom Snytt2015-06-032-19/+13
| | |_|/ / | |/| | |
| * | | | Merge pull request #4530 from som-snytt/issue/9332Lukas Rytz2015-05-281-0/+10
| |\ \ \ \
| | * | | | SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-0/+10
| | | |_|/ | | |/| |
| * / | | SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-272-0/+25
| |/ / /
| * | | Merge pull request #4524 from lrytz/BCodeDelambdafyFixesLukas Rytz2015-05-2716-75/+83
| |\ \ \
| | * | | Make two tests work under -Ydelambdafy:methodJason Zaugg2015-05-264-61/+66
| | * | | Fix several tests under GenBCodeLukas Rytz2015-05-2612-14/+17
| | |/ /
| * | | Merge pull request #4512 from retronym/ticket/9321Jason Zaugg2015-05-261-0/+10
| |\ \ \ | | |/ / | |/| |
| | * | SI-9321 Clarify spec for inheritance of qualified privateJason Zaugg2015-05-221-0/+10
| * | | Merge pull request #4477 from retronym/ticket/9286Adriaan Moors2015-05-216-0/+53
| |\ \ \
| | * | | SI-9286 Check subclass privates for "same type after erasure"Jason Zaugg2015-05-186-0/+53
| | |/ /
| * | | [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-181-0/+40
| * | | [indylambda] Support lambda {de}serializationJason Zaugg2015-05-171-0/+35
| |/ /
| * | [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-153-0/+39
| * | [backport] Update versions.properitesLukas Rytz2015-05-061-1/+1
| |/
* | Require and target Java 8Jason Zaugg2015-05-2617-173/+17
* | 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
| |\ \ \ \ \ \ \