summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4124 from retronym/ticket/7521Grzegorz Kossakowski2014-11-214-0/+33
|\
| * SI-7521 Fix erasure of parametric value classes.Jason Zaugg2014-11-104-0/+33
* | Merge pull request #4001 from retronym/ticket/8862Jason Zaugg2014-11-193-0/+96
|\ \ | |/ |/|
| * More uniform treatment of package objectsJason Zaugg2014-11-072-0/+49
| * SI-8862 Fix treatment of inherited implicits in package objectsJason Zaugg2014-11-071-0/+47
* | SI-8575 Fix subtyping transitivity with aliases, compound typesJason Zaugg2014-11-073-0/+73
|/
* SI-8955 Fix hanging fork-join pool via parallel collectionsJason Zaugg2014-11-051-0/+12
* SI-8849 Makes `ExecutionContext.Implicits.global` ambiguousViktor Klang2014-10-202-0/+17
* Add missing canonical combinators:Viktor Klang2014-10-206-2/+401
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-09-3015-8/+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
| |/
| * Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-09-241-1/+0
| * 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-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