summaryrefslogtreecommitdiff
path: root/test/files
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-3014-7/+102
|\
| * Merge pull request #4009 from gourlaysama/wip/test-flagsJason Zaugg2014-09-294-4/+0
| |\
| | * Cleanup a few flags in test/files/Antoine Gourlay2014-09-294-4/+0
| * | Avoid test fragility to changes in PredefJason Zaugg2014-09-282-3/+2
| |/
| * Merge pull request #3988 from ghik/issue/8459Jason Zaugg2014-09-183-0/+31
| |\
| | * SI-8459 fix incorrect positions for incomplete selection treesghik2014-09-173-0/+31
| * | Merge pull request #3989 from retronym/ticket/8852Grzegorz Kossakowski2014-09-181-0/+34
| |\ \
| | * | SI-8852 Support joint compilation of Java interfaces w. staticsJason Zaugg2014-09-181-0/+34
| * | | Merge pull request #3974 from xeno-by/topic/buffer-pattern-expander-errorsGrzegorz Kossakowski2014-09-183-0/+31
| |\ \ \ | | |_|/ | |/| |
| | * | This ensures that typechecking custom unapplications in silent modeEugene Burmako2014-09-113-0/+31
| * | | Merge pull request #3980 from retronym/ticket/8844Lukas Rytz2014-09-171-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-0/+4
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-09-1717-7/+270
|\| | |
| * | | 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 #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-1610-6/+194
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Address review feedback.Lukas Rytz2014-09-111-1/+3
| | * | | | 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-107-0/+187
| | * | | | JUnit tests for dead code elimination.Lukas Rytz2014-09-102-5/+5
| | |/ / /
* | | | | 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-167-5/+99
|\| | |
| * | | 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 #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-0219-48/+907
|\| | | |
| * | | | 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-018-40/+816
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-018-40/+816
| | | |/ / | | |/| |
| * | | | Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-271-1/+1
| |\ \ \ \
| | * | | | SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-1/+1
| | |/ / /
| * | | | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-267-7/+59
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-127-7/+59
* | | | | Merge commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-0297-120/+457
|\| | | |