aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-358/+0
* Move (most) unit tests to correct locationsFelix Mulder2016-11-221-1/+1
* dottyDependsOnBootedLib should not be a JUnit testGuillaume Martres2016-11-221-1/+1
* Fix partest compilation of java-interop tests by moving themGuillaume Martres2016-11-221-1/+1
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-31/+24
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-221-9/+14
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-16/+48
* Pickle Inlined treesMartin Odersky2016-10-171-2/+2
* Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-171-1/+1
* fix #1274: test for dotty bootstrap based on tastyliu fengyun2016-10-131-11/+35
* Add modifiers to highlightingFelix Mulder2016-10-101-1/+2
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-061-2/+2
|\
| * Make inline annotation @scala.inline.Martin Odersky2016-10-021-2/+2
* | honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-3/+7
|/
* Recategorize testsMartin Odersky2016-08-261-0/+1
* Add passing testMartin Odersky2016-08-181-0/+7
* Merge pull request #1334 from dotty-jvican/implement-no-predef-no-importDmitry Petrashko2016-07-151-0/+4
|\
| * Implement -Yno-predef and -Yno-importsjvican2016-06-291-0/+4
* | Disallow higher-kinded types that simulate general existential typesMartin Odersky2016-07-111-1/+0
* | Change testsMartin Odersky2016-07-111-0/+1
|/
* 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
|\