aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-094-6/+6
* 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
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-095-5/+5
* 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
* Avoid print-types being on by default in testingMartin Odersky2015-03-181-1/+1
* Make some tree fields lazyMartin Odersky2015-03-181-6/+6
* 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
* The fold reverses the order of the typed strings.Nada Amin2015-03-061-1/+1
* FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+1
* Type stealer that allows to steal types after typerDmitry Petrashko2015-02-171-0/+32
* Add dotty repl & type stealerDmitry Petrashko2015-02-171-0/+25
* 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
* Disable context escape detectionMartin Odersky2014-12-191-2/+3
* 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
* Update class-path dependant tests. Disable one.Dmitry Petrashko2014-12-161-3/+5
* 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