aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-122-3/+7
* | Add constructors phaseMartin Odersky2014-10-111-7/+1
* | Merge pull request #174 from dotty-staging/rebDmitry Petrashko2014-10-116-53/+70
|\ \ | |/ |/|
| * Cleanup tests.Dmitry Petrashko2014-10-111-11/+6
| * Fix test suite to go deep in subdirectories.Dmitry Petrashko2014-10-111-1/+1
| * 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
| * New phase: CapturedVarsMartin Odersky2014-09-121-1/+1
| * Bring back blockescapes test...Martin Odersky2014-09-061-1/+1
| * Partially reverting of 08c6eacaMartin Odersky2014-09-051-1/+1
| * New phase: outerAccessorsMartin Odersky2014-08-311-1/+1
| * Disabling two tests which failed.Martin Odersky2014-08-292-2/+2
| * Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-3/+2
| * Fixes to erasureMartin Odersky2014-08-251-1/+1
| * Special context for self constructor argsMartin Odersky2014-08-241-1/+3
| * Rename in Phase: name -> phaseNameMartin Odersky2014-08-182-14/+14
| * Moved -Ycheck to last phase before erasureMartin Odersky2014-08-171-1/+1
| * Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-1/+1
| * Moved -Ycheck after SplitterMartin Odersky2014-08-161-1/+1
| * Changes to tree copyingMartin Odersky2014-08-132-20/+20
| * Fix and enable RefChecksMartin Odersky2014-08-131-1/+1
| * Add SyntheticMethods miniphaseMartin Odersky2014-08-111-1/+1
| * Disentangle phases from treetransformsMartin Odersky2014-08-091-8/+8
| * Re-enabled checkbounds testsMartin Odersky2014-08-081-0/+1