aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Quick&dirty bootstrapDmitry Petrashko2015-10-221-0/+28
* 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
|/
* Replace withMode by addModeMartin Odersky2015-10-011-1/+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
* | Make it a syntactic criterion whether a literal is a legal typeMartin Odersky2015-08-241-1/+1
* | Test other forms of singleton types.Martin Odersky2015-08-231-1/+1
* | Tests of functionality.Martin Odersky2015-08-231-0/+1
|/
* Fix miniphase assembly.Martin Odersky2015-08-151-5/+5
* Revert "Disable -Ycheck:labelDefs"Martin Odersky2015-08-051-1/+1
* Add LiftTry phaseMartin Odersky2015-08-051-1/+1
* Disable -Ycheck:labelDefsMartin Odersky2015-08-041-1/+1
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-041-1/+1
|\
| * Compile dotty.*, not only dotty.tools.Dmitry Petrashko2015-07-231-1/+1
* | Merge pull request #724 from dotty-staging/labels-YcheckDmitry Petrashko2015-07-221-3/+8
|\ \
| * | Disable Ycheck:all until #725 is fixed.Dmitry Petrashko2015-07-201-1/+1
| * | Enable -Ycheck:all in Jenkins.Dmitry Petrashko2015-07-201-3/+8
| * | Enable Ycheck after labelDef. Fixes #701Dmitry Petrashko2015-07-131-1/+1
| |/
* | Merge pull request #719 from dotty-staging/fix/doubledefsDmitry Petrashko2015-07-201-1/+1
|\ \
| * | Added testMartin Odersky2015-07-101-1/+1
* | | Don't add lower bounds of abstract types to the implicit scopeGuillaume Martres2015-07-111-0/+1
| |/ |/|
* | Merge pull request #708 from dotty-staging/add/check-reentrantodersky2015-07-063-3/+3
|\ \
| * | Make partest run in parallelMartin Odersky2015-07-061-1/+1
| * | Add -Ycheck-reentrant to dotty test.Martin Odersky2015-07-061-1/+1
| * | Turn global vars into valsMartin Odersky2015-07-061-1/+1
* | | Check that a self type T is closed.Martin Odersky2015-07-061-1/+1
* | | Error instead of crash when sigName comes up with a missing reference.Martin Odersky2015-07-061-0/+1
|/ /
* | Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-061-1/+1
|\ \ | |/ |/|
| * Avoid follow-on errors after implicit argument errors.Martin Odersky2015-06-231-1/+1
* | Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-021-0/+1
|\ \
| * | Avoid crasher when first token of a program is in errorMartin Odersky2015-06-251-0/+1
| |/
* | Check value class member restrictionsMartin Odersky2015-07-021-1/+1
* | Check that value classes are staticMartin Odersky2015-07-021-0/+2
* | Fix rebase breakage around reporters.Martin Odersky2015-06-291-2/+4
* | Merge pull request #691 from vsalvis/vsalvis-partest-outputDmitry Petrashko2015-06-264-27/+30
|\ \ | |/ |/|
| * Partest 3/3: Proper compiler output redirectionvsalvis2015-06-244-27/+30
* | Implement trait parametersMartin Odersky2015-06-191-0/+1
* | Implement checking for illegal parent trait constructor calls.Martin Odersky2015-06-191-0/+1
* | Fix stack overflow when testing for shadowingMartin Odersky2015-06-191-0/+1
* | Delete test which no longer appliesMartin Odersky2015-06-061-1/+0
* | Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-2/+1
|/
* Eliminate `_' from rhs of ValDefsMartin Odersky2015-05-291-1/+1
* Fix --show-diff for partestvsalvis2015-05-271-1/+20
* Merge pull request #587 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-224-77/+125
|\