aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* Add a local val to lifted try to make sure owners are still legal.Martin Odersky2015-08-151-1/+1
* Fix CaputuredVars/LiftTry interaction.Martin Odersky2015-08-151-1/+11
* GetClass: get classSymbol reliablyDmitry Petrashko2015-08-131-1/+2
* Add LiftTry phaseMartin Odersky2015-08-052-0/+28
* Implement non-local returnsMartin Odersky2015-08-041-0/+32
* Merge pull request #735 from dotty-staging/ycheck-methodsodersky2015-08-0498-1/+4447
|\
| * Fix #744Dmitry Petrashko2015-07-282-0/+9
| * Remove warning from .check file that is not emitted by DottyDmitry Petrashko2015-07-141-3/+0
| * Enable 61 tests that succeed.Dmitry Petrashko2015-07-1395-0/+4440
| * Fix ClassCastException in patmat when using Product1.Dmitry Petrashko2015-07-131-1/+1
* | Implement getClass methodAlexander Myltsev2015-07-252-0/+67
* | Prettify console output of classof check testAlexander Myltsev2015-07-232-4/+7
* | Merge pull request #727 from dotty-staging/genbcode-annotationsDmitry Petrashko2015-07-151-0/+12
|\ \
| * | Implement emotion of annotations in GenBCode.Dmitry Petrashko2015-07-141-0/+12
| |/
* / SyntheticMethods: override productPrefix for case classesGuillaume Martres2015-07-132-0/+21
|/
* Tests that objects nested in value class methods workGuillaume Martres2015-07-042-0/+17
* Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-021-3/+3
|\
| * Updated check file.Martin Odersky2015-06-251-3/+3
| * Update check file.Martin Odersky2015-06-251-3/+3
* | Drop Module flag from lifted symbols.Martin Odersky2015-06-262-0/+29
* | Restored full testMartin Odersky2015-06-261-5/+5
* | Remove check file.Martin Odersky2015-06-261-1/+0
* | Fix erasure of Thistypes.Martin Odersky2015-06-262-0/+59
|/
* Merge pull request #677 from alexander-myltsev/am-579-implement_class_ofDmitry Petrashko2015-06-232-0/+60
|\
| * Closes #579 Implement mini-phase for classOf[T]Alexander Myltsev2015-06-222-0/+60
* | Merge pull request #667 from dotty-staging/fix/#646-array-additionodersky2015-06-222-0/+15
|\ \
| * | Do not check for ambiguous implicits in viewExistsMartin Odersky2015-06-222-0/+15
* | | Merge pull request #675 from dotty-staging/fix/#652-erase-constructorsodersky2015-06-228-0/+230
|\ \ \ | |/ / |/| |
| * | Re-enable sanitized printingMartin Odersky2015-06-201-1/+1
| * | Avoid noise introduced by printing anonymous class numbersMartin Odersky2015-06-202-4/+6
| * | Updated check fileMartin Odersky2015-06-201-1/+1
| * | Map outer fields to parameters in primary constructorMartin Odersky2015-06-204-0/+161
| * | Map proxy references in constructors to parametersMartin Odersky2015-06-202-0/+34
| * | Map outer accessors to outer paramatersMartin Odersky2015-06-192-0/+33
| |/
* | Merge pull request #668 from lampepfl/fix/#650-self-typesodersky2015-06-222-0/+161
|\ \
| * | Fix checking whether types are instantiable.Martin Odersky2015-06-192-0/+161
* | | Merge pull request #674 from dotty-staging/fix/#655-eta-expansionodersky2015-06-212-0/+20
|\ \ \ | |_|/ |/| |
| * | Fix problem in eta expansion.Martin Odersky2015-06-192-0/+20
* | | Merge pull request #669 from dotty-staging/fix-patmat-seqodersky2015-06-194-0/+56
|\ \ \
| * | | Enable t5629b.Dmitry Petrashko2015-06-192-0/+46
| * | | Fix wrong test in PatMat.Dmitry Petrashko2015-06-192-0/+10
* | | | Merge pull request #671 from dotty-staging/fix/#659-lambdalift-proxiesodersky2015-06-191-0/+26
|\| | | | |/ / |/| |
| * | Add initializers for lambdalift proxy fieldsMartin Odersky2015-06-191-5/+19
| * | Fix problem with explicit outer accessorsMartin Odersky2015-06-191-0/+12
* | | Take expected result type into account more often for overloading resolutionMartin Odersky2015-06-191-0/+109
|/ /
* | More explicit test of trait parameter initialization orderMartin Odersky2015-06-191-0/+30
* | Drop parameter accessor flag in traitsMartin Odersky2015-06-191-0/+6
* | Extend test to verify initialization orderMartin Odersky2015-06-191-6/+13
* | Convert pos test to be a run test.Martin Odersky2015-06-191-0/+19
* | Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-192-0/+181
|\ \