aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-162-0/+181
| |/
* | Merge pull request #664 from dotty-staging/more-testsodersky2015-06-1878-0/+2515
|\ \ | |/ |/|
| * Update origins.check with origins that match dotty.Dmitry Petrashko2015-06-151-3/+3
| * Remove warnings that dotty doesn't emit from check files.Dmitry Petrashko2015-06-156-22/+0
| * Enable tests that succeed.Dmitry Petrashko2015-06-1578-0/+2537
* | Revert changes in testMartin Odersky2015-06-151-2/+1
* | Fix #651 Generalize criterion for isOpAssignMartin Odersky2015-06-152-0/+355
|/
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-061-2/+8
|\
| * Fixed test.Martin Odersky2015-06-021-2/+8
* | Revert "Update t6260-delambdafy.check to account for change in lambda generat...Dmitry Petrashko2015-06-021-0/+1
* | Revert "Avoid static initialization deadlock in run tests."Martin Odersky2015-06-015-34/+23
|/
* Update t6260-delambdafy.check to account for change in lambda generationGuillaume Martres2015-05-301-1/+0
* Avoid static initialization deadlock in run tests.Guillaume Martres2015-05-305-23/+34
* Bring back disabled test.Martin Odersky2015-05-292-0/+26
* Revert "Fix #580: use isContainedIn to support cases where the enclosing clas...Martin Odersky2015-05-292-26/+0
* Merge pull request #611 from dotty-staging/supercalls-traits-testDmitry Petrashko2015-05-282-0/+56
|\