aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* 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 #708 from dotty-staging/add/check-reentrantodersky2015-07-061-1/+1
|\
| * Add -Ycheck-reentrant to dotty test.Martin 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
|/
* 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
* Run partest directory as whole by default.Dmitry Petrashko2015-05-131-2/+2
* Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-121-3/+4
* Run tests for partestvsalvis2015-05-121-1/+7
* Re-enable testsMartin Odersky2015-05-111-4/+4
* Do not try to compile dotty runtime yet. Problems with DottyPredef.Dmitry Petrashko2015-05-081-1/+1
* Data race in typer: seems due to presence of DottyPredef both on class path a...Dmitry Petrashko2015-05-081-3/+4
* Compile Dotty including runtime and utils.Dmitry Petrashko2015-05-081-6/+6
* New miniphase: ExpandSAMsMartin Odersky2015-05-021-3/+0
* Enable untried pos tests related to value classesGuillaume Martres2015-05-011-1/+1
* Erasure: properly handle null in value classesGuillaume Martres2015-05-011-0/+1
* Enable emmiting byte code for all tests. Compile Dotty.Dmitry Petrashko2015-04-301-28/+13
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-2/+0
|\
| * Super accessor refactoringMartin Odersky2015-04-221-2/+0
* | Add a neg test for SAMs.Dmitry Petrashko2015-04-231-0/+1
|/
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-201-0/+2
|\
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+1
| * Self type inheritance checkMartin Odersky2015-04-131-0/+1
* | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-172-53/+66
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Disabled -Yno-double-bindings for a neg test.Martin Odersky2015-04-091-1/+1
* Make -Yno-double-bindings the default for all tests.Martin Odersky2015-04-091-3/+3
* Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-091-3/+3
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-071-3/+2
* Some more pickling testsMartin Odersky2015-04-071-0/+2
* Reduced coverage of twice testsMartin Odersky2015-04-071-7/+7
* Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-071-49/+49
* Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+1
* #435 Fix conflict between package object and case class with same nameDmitry Petrashko2015-03-261-1/+1
* Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-181-1/+0
* Pickling test reorgMartin Odersky2015-03-181-2/+4
* Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-181-0/+1