aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #242 from dotty-staging/fix/mixinsDmitry Petrashko2014-11-261-2/+1
|\
| * Allow deep subtypes in dotc_transform.Martin Odersky2014-11-261-1/+1
| * Fixed data race in ResolveSuperMartin Odersky2014-11-261-2/+1
* | Allow refinements that refine already refined types.Martin Odersky2014-11-261-0/+1
|/
* Fixed cycle detection.Martin Odersky2014-11-241-1/+1
* Added and corrected testsMartin Odersky2014-11-241-2/+2
* Fixes in TypeComparer for RefinedTypes.Martin Odersky2014-11-241-2/+1
* Make reduceProjection use lookupRefinedMartin Odersky2014-11-241-1/+1
* Enabling java testsDmitry Petrashko2014-11-221-5/+5
* create dummy first constructor for Java classesOndrej Lhotak2014-11-221-1/+0
* support running java-interop testsOndrej Lhotak2014-11-221-0/+7
* Add tests for the overriding of typesGuillaume Martres2014-11-181-1/+1
* Enable pos/overrides.scala in testsGuillaume Martres2014-11-181-0/+1
* Merge pull request #228 from dotty-staging/fix/overridingodersky2014-11-181-0/+2
|\
| * Check that overriding members refine the types of overridden ones.Martin Odersky2014-11-181-1/+1
| * Fix OverridingPairsMartin Odersky2014-11-141-0/+2
* | Moved pending tests that work into pos and neg.Martin Odersky2014-11-171-0/+2
|/
* Fix subtyping checks involving ThisType and PolyParamGuillaume Martres2014-11-111-0/+1
* Merge pull request #217 from dotty-staging/transform/mixinDmitry Petrashko2014-11-101-1/+1
|\
| * Merge memoize with miniphases following it into one group.Martin Odersky2014-11-091-1/+1
| * Reinstantiated full tests.Martin Odersky2014-11-091-2/+2
| * New Mixin scheme.Martin Odersky2014-11-091-2/+2
| * Improved version of mixin.Martin Odersky2014-11-091-1/+1
* | Merge pull request #207 from dotty-staging/transform/privateToStaticodersky2014-11-091-1/+1
|\|
| * New phase: RestoreScopesMartin Odersky2014-11-091-1/+1
| * New miniphase: FlattenMartin Odersky2014-11-091-1/+1
* | Detect cycles involving types bounded by singleton typesGuillaume Martres2014-11-061-0/+2
|/
* Merge pull request #180 from smarter/fix/nosymbol-subtypingodersky2014-11-061-1/+1
|\
| * Fix subtyping of types without symbolsGuillaume Martres2014-10-091-1/+1
* | Fix treatment of by name functionsMartin Odersky2014-10-271-4/+1
* | Better tests and bugfix for named argsMartin Odersky2014-10-261-1/+1
* | Almost all tests pass -Ycheck:lambdLiftMartin Odersky2014-10-261-2/+5
* | Avoid hoisting local classesMartin Odersky2014-10-261-0/+1
* | More refined printing optionsMartin Odersky2014-10-131-2/+2
* | Adaptations to make pattern matcher in new worldMartin Odersky2014-10-121-8/+4
* | Fix typing of _* patterns.Martin Odersky2014-10-121-0/+1
* | Add possibility to compile all files in a directory and all subdirectories.Martin Odersky2014-10-121-1/+1
* | Add constructors phaseMartin Odersky2014-10-111-7/+1
* | Merge pull request #174 from dotty-staging/rebDmitry Petrashko2014-10-111-8/+25
|\ \ | |/ |/|
| * Cleanup tests.Dmitry Petrashko2014-10-111-11/+6
| * Remove outdated tests.Dmitry Petrashko2014-10-111-2/+0
| * Enable all testsDmitry Petrashko2014-10-111-0/+1
| * Make productArity a synthetic method which can be overriddenMartin Odersky2014-10-111-2/+4
| * Make rejection of deep subtype call stack optionalMartin Odersky2014-10-111-3/+7
| * Make changeOwner more robust regarding non-standard owner chainsMartin Odersky2014-10-111-4/+4
| * Patmat now succeeds tests.Dmitry Petrashko2014-09-231-17/+25
| * @odersky have a look.Dmitry Petrashko2014-09-231-7/+9
| * Fix problem in unapply typing.Martin Odersky2014-09-231-0/+1
| * All pat-mat specific tests succeed now.Dmitry Petrashko2014-09-171-8/+12
| * Several fixes to patmat.Dmitry Petrashko2014-09-171-5/+5