aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Homogenize package ids and literalsMartin Odersky2015-03-181-3/+8
* Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-181-1/+1
* Add pickling testsMartin Odersky2015-03-181-1/+4
* Disallow refinements of types or methods that do not appear in parent.Martin Odersky2015-03-181-12/+5
* Disable dotc_ast. It fails randomlyDmitry Petrashko2015-03-181-1/+2
* Update tests to show current errors revealed by backend.Dmitry Petrashko2015-03-181-26/+37
* Enabled genBCode for `doc_parsing`. Proceeding with `dotc_tranform`.Dmitry Petrashko2015-03-181-8/+9
* Enable all pos tests for backend.Dmitry Petrashko2015-03-111-3/+5
* FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+1
* Merge pull request #359 from dotty-staging/fix/erasure-lub-alternativeDmitry Petrashko2015-02-131-1/+1
|\
| * Disable backend for dotc_printing need to find out why it fails.Dmitry Petrashko2015-02-131-1/+1
* | Added test to TreeChecker that guards against orphan parameters.Martin Odersky2015-02-111-1/+1
* | Prevent block types with references to local symbolsGuillaume Martres2015-02-111-0/+2
* | Java methods: JavaMethodType instead of MethodType, convert Object to AnyOndrej Lhotak2015-02-071-0/+1
|/
* More negative override testsMartin Odersky2015-02-071-1/+1
* New spec and implementation for matching.Martin Odersky2015-02-071-1/+1
* Fix of #329.Martin Odersky2015-02-071-2/+2
* Test reorgMartin Odersky2015-02-071-1/+1
* New test: moduleSubtypingMartin Odersky2015-01-141-0/+1
* Simplify and fix bounds propagation in constraints.Martin Odersky2015-01-081-1/+1
* Fixed bug that caused error message to be suppressed.Martin Odersky2015-01-081-3/+0
* 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
* 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