summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-09-1725-9/+851
|\
| * Merge pull request #3848 from Ichoran/issue/8680Lukas Rytz2014-09-161-0/+53
| |\
| | * SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-0/+53
| * | Merge pull request #3941 from Ichoran/issue/8815Lukas Rytz2014-09-161-0/+15
| |\ \
| | * | SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-0/+15
| | |/
| * | Merge pull request #3936 from som-snytt/issue/8806Jason Zaugg2014-09-162-1/+12
| |\ \
| | * | SI-8806 Add lower bound check to Any lintSom Snytt2014-09-052-1/+12
| * | | Merge pull request #3972 from lrytz/BCodeDelambdafyFixJason Zaugg2014-09-164-0/+11
| |\ \ \
| | * | | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-124-0/+11
| * | | | Merge pull request #3971 from lrytz/opt/dceJason Zaugg2014-09-1617-8/+760
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Address review feedback.Lukas Rytz2014-09-111-1/+3
| | * | | Remove stale local variables and exception handlers after DCELukas Rytz2014-09-105-7/+215
| | * | | SI-8568 unreachable test now passes in GenBCodeLukas Rytz2014-09-101-1/+0
| | * | | Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-109-6/+237
| | * | | Tools to run the compiler in JUnit testsLukas Rytz2014-09-102-0/+115
| | * | | JUnit tests for dead code elimination.Lukas Rytz2014-09-106-7/+204
| | |/ /
* | | | Merge commit '1b98061' into merge/2.11.x-to-2.12.x-20140915Jason Zaugg2014-09-162-18/+22
|\| | |
| * | | SI-8398 - unused warning reports lazy val as a methodKonstantin Fedorov2014-09-102-18/+22
| |/ /
| * | Merge pull request #3938 from gourlaysama/wip/t8764Grzegorz Kossakowski2014-09-096-0/+38
| |\ \
| | * | [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-096-0/+38
* | | | Merge commit 'abd595d' into merge/2.11.x-to-2.12.x-20140915Jason Zaugg2014-09-1617-15/+289
|\| | |
| * | | Merge pull request #3946 from gourlaysama/wip/t5254Grzegorz Kossakowski2014-09-091-0/+23
| |\ \ \
| | * | | SI-5254 running an empty scala script should succeedAntoine Gourlay2014-08-261-0/+23
| | | |/ | | |/|
| * | | Merge pull request #3939 from lrytz/ystatsLukas Rytz2014-09-085-7/+120
| |\ \ \
| | * | | Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-081-0/+2
| | * | | Use Enumeration for MultiChoiceSettingSom Snytt2014-09-051-1/+45
| | * | | -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-1/+62
| | * | | Fix assertThrows, and the behaviors that it shadowedLukas Rytz2014-09-024-6/+12
| * | | | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-052-0/+73
| |\ \ \ \
| | * | | | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-202-0/+73
| * | | | | Merge pull request #3961 from lrytz/t8786-disable-testJason Zaugg2014-09-041-1/+3
| |\ \ \ \ \
| | * | | | | SI-8786 disable part of test that's failing the jdk8 buildLukas Rytz2014-09-041-1/+3
| * | | | | | Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-042-4/+7
| |\ \ \ \ \ \
| | * | | | | | SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-212-4/+7
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #3951 from pawel-wiejacha/2.11.x_SI-8810_fixGrzegorz Kossakowski2014-09-032-3/+10
| |\ \ \ \ \ \
| | * | | | | | SI-8810 scaladoc: fixed code block indentation normalizationPaweł Wiejacha2014-09-032-3/+10
| * | | | | | | SI-8113 allow a newline between a link target and titleAntoine Gourlay2014-09-032-0/+37
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #3955 from som-snytt/issue/8410Grzegorz Kossakowski2014-09-032-0/+16
| |\ \ \ \ \ \
| | * | | | | | SI-8410 Don't warn fatally on disabled flagSom Snytt2014-09-012-0/+16
* | | | | | | | Prefer scala.Serializable to j.io.SerializableJason Zaugg2014-09-062-3/+3
* | | | | | | | Merge branch 'merge/2.10-to-2.11-sept-2' into merge/2.11-to-2.12-is-it-really...Lukas Rytz2014-09-0223-82/+965
|\| | | | | | |
| * | | | | | | Merge commit 'b5759ef' into merge/2.10-to-2.11-sept-2Lukas Rytz2014-09-022-0/+19
| |\ \ \ \ \ \ \
| | * | | | | | | Prevent SI-8314 by adding a testKato Kazuyoshi2014-07-312-0/+19
| * | | | | | | | Merge pull request #3952 from gourlaysama/wip/t8828-lint-innacessibleGrzegorz Kossakowski2014-09-022-0/+21
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-282-0/+21
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-021-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-0/+10
| * | | | | | | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-019-74/+837
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-018-40/+816
| | * | | | | | | Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-34/+21
| | | |_|_|/ / / | | |/| | | | |