aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #993 from dotty-staging/tasty-typer-testDmitry Petrashko2016-01-031-0/+7
|\
| * Add tests for dotc.typer pickling/unpicklingVladimirNik2015-12-041-0/+7
* | Fix #1009: Do not forget to skolemize some typesGuillaume Martres2015-12-241-0/+1
* | Update test error countMartin Odersky2015-12-221-1/+1
* | Merge pull request #1001 from dotty-staging/change-distribute-orodersky2015-12-211-2/+1
|\ \
| * | Add test caseMartin Odersky2015-12-191-0/+1
| * | Revise alias rules in type comparisons.Martin Odersky2015-12-151-2/+0
* | | Merge pull request #1007 from dotty-staging/fix/tests-ycheckDmitry Petrashko2015-12-211-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in command run by JenkinsGuillaume Martres2015-12-211-1/+1
| |/
* | Check types for overriding conditions.Martin Odersky2015-12-141-1/+1
* | Better diagnosis for cyclic references caused by class clashes.Martin Odersky2015-12-141-1/+2
* | Make some types of definitions symbolicMartin Odersky2015-12-141-1/+1
* | Allow deep subtype for sets and related code in dotty/transform.Martin Odersky2015-12-131-2/+3
* | Disallow hk type parameters in lower bounds.Martin Odersky2015-12-111-0/+1
* | Disallow existentially bound parameters as type parametersMartin Odersky2015-12-061-0/+1
|/
* Indicate regex used for filtering out benchmarks.Dmitry Petrashko2015-12-021-1/+1
* Add tests for dotc.core pickling/unpicklingVladimirNik2015-12-021-0/+13
* Removed tasty_dotc_reporting test due to issue #986VladimirNik2015-12-011-1/+1
* Add pickling/unpickling of stable modifierVladimirNik2015-11-271-0/+1
* New tests for tastyVladimirNik2015-11-201-0/+7
* Fixed != comparisonSimon Hafner2015-11-201-1/+1
* Flag trailing `_' following non-function as an errorMartin Odersky2015-11-161-0/+1
* Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-091-0/+1
|\
| * Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-051-0/+1
| * Drop neg testMartin Odersky2015-11-051-1/+0
* | Drop neg testMartin Odersky2015-11-051-1/+0
* | Turn on -language:Scala2 -migration when compiling stdlibMartin Odersky2015-11-051-1/+1
* | Handle variance unsoundness in scalacMartin Odersky2015-11-051-0/+2
|/
* Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-051-1/+5
|\
| * Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-011-1/+5
* | Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-021-1/+0
* | Allow empty lines in whitelist file.Dmitry Petrashko2015-11-021-0/+1
* | Test compiling sodlibDmitry Petrashko2015-11-021-0/+10
* | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-021-2/+1
|\ \ | |/ |/|
| * Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-251-1/+1
| * Allow existential types in hk typesMartin Odersky2015-10-241-1/+0
* | Merge pull request #886 from dotty-staging/fix-#884Guillaume Martres2015-10-301-2/+2
|\ \
| * | Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-291-2/+2
| |/
* / Don't count suppressed errorsMartin Odersky2015-10-261-2/+3
|/
* Add well-formedness checking for created symbolsMartin Odersky2015-10-221-0/+3
* Fix tests to survive wellformedness checksMartin Odersky2015-10-221-3/+3
* Merge pull request #821 from dotty-staging/fix-check-simple-kindedDmitry Petrashko2015-10-201-1/+1
|\
| * Check that some types are not higher-kinded.Martin Odersky2015-10-071-1/+1
* | Always fully define the types of lifted expressionsGuillaume Martres2015-10-191-0/+1
|/
* Matching denotations should take infos into accountMartin Odersky2015-09-291-2/+1
* add pos_companions to the suiteSarunas Valaskevicius2015-09-251-0/+1
* Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-181-0/+1
* Add a test that logs the classpath to pinpoint setup failures.Martin Odersky2015-09-181-0/+2
* Merge pull request #767 from dotty-staging/fix-#756-super-accessorsDmitry Petrashko2015-08-281-0/+1
|\
| * Fix test when abstract override is needed.Martin Odersky2015-08-211-0/+1