aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* Implement -Yno-predef and -Yno-importsjvican2016-06-291-0/+4
* Properly report errors when cli flags are malformedGuillaume Martres2016-06-021-0/+3
* Add sbt incremental compilation supportGuillaume Martres2016-05-281-1/+1
* Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-2/+2
* Fix testMartin Odersky2016-05-191-2/+2
* Fix dotc bootstrap failureMartin Odersky2016-05-191-0/+1
* Test caseMartin Odersky2016-05-181-1/+2
* Update TASTY tests for dotty/srcVladimirNik2016-04-131-14/+3
* Rearrange pickle testsMartin Odersky2016-04-091-1/+4
* Drop Mode.scala from tasty_typer testMartin Odersky2016-04-011-1/+1
* Fix build.Dmitry Petrashko2016-03-311-2/+2
* Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-311-0/+2
|\
| * Add REPL testsMartin Odersky2016-03-181-0/+2
* | TASTY tests for src/dottyVladimirNik2016-03-241-10/+78
|/
* Rewrite testMartin Odersky2016-03-121-0/+2
* Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-031-12/+12
* Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-031-79/+14
* Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-021-1/+0
|\
| * Remove bogus testMartin Odersky2016-02-201-1/+0
* | Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-201-1/+1
|\ \ | |/ |/|
| * fix to neg_valueClasses testVladimirNik2016-02-191-1/+1
* | Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-191-0/+2
|\ \
| * | Fix expected error countMartin Odersky2016-02-191-1/+1
| * | Add checking for leaking private definitionsMartin Odersky2016-02-191-0/+2
| |/
* | Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-1/+1
* | Check named type params for welformedness rules.Martin Odersky2016-02-191-0/+1
|/
* Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-181-0/+1
|\
| * Strengthen requirement for auto-tuplingMartin Odersky2016-02-161-1/+1
| * Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+1
* | Add checks for value classes:VladimirNik2016-02-161-0/+1
|/
* Merge pull request #1081 from dotty-staging/fix-#645Dmitry Petrashko2016-02-121-0/+1
|\
| * Add test case for #645Martin Odersky2016-02-121-0/+1
* | Survive class of errors in implicit searchMartin Odersky2016-02-121-0/+1
|/
* By-name parameters are not stable values.Martin Odersky2016-02-091-2/+2
* Big realizability refactoringMartin Odersky2016-02-091-6/+7
* Handle paths of length > 1 for realizability checkingMartin Odersky2016-02-091-1/+1
* Drop lines from testMartin Odersky2016-02-091-2/+2
* Check that non-abstract classes have realizable bounds.Martin Odersky2016-02-091-1/+1
* Handle imports in path checks.Martin Odersky2016-02-091-1/+1
* Fix path error disgnasticsMartin Odersky2016-02-091-1/+1
* Only final lazy vals can be paths.Martin Odersky2016-02-091-1/+2
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-2/+2
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-091-5/+6
* Also consider type aliases when checking for realizabilityMartin Odersky2016-02-091-0/+1
* Use isRealizable to identify stable prefixesMartin Odersky2016-02-091-1/+1
* Merge pull request #1063 from dotty-staging/fix-#803Dmitry Petrashko2016-02-081-0/+1
|\
| * Handle "missing args" case when expected type is a singleton type.Martin Odersky2016-02-051-0/+1
* | Surive non-existing sourceModule in Scala2 pickled info.Martin Odersky2016-02-051-0/+1
|/
* Add IntMap and LongMap to collections whitelist.Dmitry Petrashko2016-01-241-5/+3
* Check AppliedTypeTrees bounds inside AppliedTypeTreeGuillaume Martres2016-01-181-0/+1