aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tailrec: drop support for polymorphic recursion.Dmitry Petrashko2016-03-311-2/+2
* FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-311-0/+26
* Remove Variances.scala files accidentally leftover from #1193Guillaume Martres2016-03-312-30/+0
* merge variances and VariancesMartin Odersky2016-03-312-0/+30
* Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-314-0/+71
|\
| * Add test fileMartin Odersky2016-03-181-0/+24
| * Add REPL testsMartin Odersky2016-03-183-0/+47
* | Add tests related to variance checking.Sandro Stucki2016-03-302-0/+30
* | Merge pull request #1104 from dotty-staging/spec-bugsDmitry Petrashko2016-03-241-0/+17
|\ \
| * | Add a test that checks that no useless forwarders are being created.Dmitry Petrashko2016-03-151-0/+17
* | | Fix problem involving classtag based pattern matches.Martin Odersky2016-03-211-0/+19
* | | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-182-0/+20
| |/ |/|
* | Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-182-2/+2
|\ \
| * | Fix test casesMartin Odersky2016-03-112-2/+2
* | | Merge pull request #1160 from dotty-staging/add/collection-strawmanodersky2016-03-183-4/+47
|\ \ \
| * | | Refine pretypeArgsMartin Odersky2016-03-092-1/+40
| * | | Make use of better overload resolution in collections strawman testMartin Odersky2016-03-091-2/+2
| * | | Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-091-0/+4
| * | | New collection strawmanMartin Odersky2016-03-091-2/+2
* | | | Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-185-0/+87
|\ \ \ \
| * | | | Fix two rewrite patches.Martin Odersky2016-03-121-0/+1
| * | | | Add patch for variance errorsMartin Odersky2016-03-121-0/+6
| * | | | Rewrite testMartin Odersky2016-03-121-0/+29
| * | | | More neg testsMartin Odersky2016-03-123-0/+33
| * | | | Test case for #1149Martin Odersky2016-03-121-0/+18
| | |/ / | |/| |
* | | | Merge pull request #1165 from dotty-staging/fix-#1144Dmitry Petrashko2016-03-152-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-102-0/+9
* | | | Merge pull request #1168 from dotty-staging/fix-#1131Dmitry Petrashko2016-03-141-0/+14
|\ \ \ \
| * | | | Test caseMartin Odersky2016-03-121-0/+14
| | |/ / | |/| |
* | | | Merge pull request #1171 from dotty-staging/fix-#1130Guillaume Martres2016-03-131-0/+6
|\ \ \ \
| * | | | Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-121-0/+6
| |/ / /
* | | | Merge pull request #1164 from dotty-staging/fix-#1140Guillaume Martres2016-03-132-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure lazy accessors in traits are not private.Martin Odersky2016-03-102-0/+9
| |/ /
* / / Fix bug where ambiguous references were not reportedMartin Odersky2016-03-091-0/+11
|/ /
* | Merge pull request #1153 from dotty-staging/vc-companionsodersky2016-03-096-0/+16
|\ \ | |/ |/|
| * Fix for separate compilation with value class issue (missing companion object...VladimirNik2016-03-076-0/+16
* | Merge pull request #1155 from dotty-staging/staticodersky2016-03-091-0/+40
|\ \
| * | Add test that was used to see if @static works.Dmitry Petrashko2016-03-071-0/+40
* | | Allow successive opening comments.Martin Odersky2016-03-071-0/+10
| |/ |/|
* | Merge pull request #1147 from sjrd/fix-non-jvm-sam-non-applyodersky2016-03-072-0/+12
|\ \
| * | Fix #1146: Fix bug of ExpandSAMs with non-apply SAM methods.Sébastien Doeraene2016-03-072-0/+12
| |/
* | Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrackodersky2016-03-072-9/+156
|\ \ | |/ |/|
| * Fix call propagation from constructor to classMartin Odersky2016-03-022-16/+16
| * LambdaLift redesignMartin Odersky2016-03-022-3/+59
| * Handle local traits in lambda liftMartin Odersky2016-03-012-9/+100
* | Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-032-2/+11
* | Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-0311-12/+12
* | Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-022-38/+25
|\ \ | |/ |/|
| * Remove bogus test on rebasingMartin Odersky2016-02-201-38/+0
| * Special case for pattern matching tagged abstract types.Martin Odersky2016-02-201-0/+25