aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Enable <:< implicits as conversions.Martin Odersky2015-11-031-1/+1
* | Enable compilation of Option.scalaMartin Odersky2015-11-021-1/+1
* | Ouch... remove comment that broke compilation.Dmitry Petrashko2015-11-021-1/+0
* | Allow empty lines in whitelist file.Dmitry Petrashko2015-11-021-0/+1
* | Showcase #916Dmitry Petrashko2015-11-021-3/+7
* | Showcase #915Dmitry Petrashko2015-11-021-1/+3
* | Showcase #914Dmitry Petrashko2015-11-021-1/+3
* | Showcase #913Dmitry Petrashko2015-11-021-1/+4
* | Showcase #912Dmitry Petrashko2015-11-021-3/+6
* | Showcase #911Dmitry Petrashko2015-11-021-1/+4
* | Showcase #907Dmitry Petrashko2015-11-021-0/+4
* | Showcase #910Dmitry Petrashko2015-11-021-4/+12
* | Showcase #909Dmitry Petrashko2015-11-021-15/+30
* | Compiling products forces Data races.Dmitry Petrashko2015-11-021-23/+23
* | Test compiling sodlibDmitry Petrashko2015-11-022-0/+127
* | 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 #896 from dotty-staging/gitignoreodersky2015-10-311-0/+2
|\ \
| * | Fix #895: Maintain keep file during bootstrapDmitry Petrashko2015-10-311-0/+2
| |/
* | 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
|/
* Indicate that dotty is being built.Dmitry Petrashko2015-10-231-0/+1
* Add well-formedness checking for created symbolsMartin Odersky2015-10-221-0/+3
* Fix tests to survive wellformedness checksMartin Odersky2015-10-221-3/+3
* 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
|/
* 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
|/
* 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
| |/