aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Treat i0239 specially. It shows some problems that could be of interest.Dmitry Petrashko2014-12-171-0/+1
* Enable backend specific tests. Flag those that failDmitry Petrashko2014-12-161-15/+25
* Label test with nested cycles and simple patterns.Dmitry Petrashko2014-12-161-0/+1
* Update class-path dependant tests. Disable one.Dmitry Petrashko2014-12-161-3/+5
* Add test for backend.Dmitry Petrashko2014-12-161-1/+3
* Disable backend by default in tests.Dmitry Petrashko2014-12-161-1/+5
* Erasure is on by default.Dmitry Petrashko2014-12-161-30/+30
* Merge pull request #279 from dotty-staging/test/#91odersky2014-12-131-0/+1
|\
| * Two new testsMartin Odersky2014-12-131-0/+1
* | Disable implicit conversions between from `Null` and `Nothing`.Martin Odersky2014-12-131-0/+1
|/
* One more test case, coming from #214.Martin Odersky2014-12-131-1/+1
* Fix #248: Class cannot inherit from refinement typesMartin Odersky2014-12-131-0/+1
* 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-222-3/+10
* 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
|/
* Added methods to prepare-for and transform a complete compilation unit tree.Martin Odersky2014-11-121-5/+5
* Merge pull request #220 from dotty-staging/refactor/DefTreesDmitry Petrashko2014-11-113-15/+15
|\
| * Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-103-15/+15
* | 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