aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-201-5/+11
* | Using FileLock to distinguish between test and partest modevsalvis2015-04-201-2/+10
* | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-176-78/+581
|/
* 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