aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-062-1/+20
|\
| * Add test from pending.Martin Odersky2015-06-251-0/+0
| * Sharpen prototypes of implicit methods.Martin Odersky2015-06-251-0/+15
| * Handle normalization of implicit dependent methods.Martin Odersky2015-06-231-1/+5
* | 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-022-3/+7
|\ \
| * | Updated check file.Martin Odersky2015-06-251-3/+3
| * | Update check file.Martin Odersky2015-06-251-3/+3
| * | Avoid crasher when first token of a program is in errorMartin Odersky2015-06-251-0/+4
| |/
* | Check value class member restrictionsMartin Odersky2015-07-022-1/+7
* | Check that value classes are staticMartin Odersky2015-07-021-0/+15
* | Check final and sealed conditionsMartin Odersky2015-07-021-0/+4
* | Drop Module flag from lifted symbols.Martin Odersky2015-06-262-0/+10
* | 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-5/+5
* | Merge pull request #678 from dotty-staging/fix/#670-orphan-polyparamodersky2015-06-251-3/+3
|\ \ | |/ |/|
| * Revert test to originalMartin Odersky2015-06-231-2/+2
| * Avoid junk produced by Constraint#replace.Martin Odersky2015-06-221-5/+5
* | Merge pull request #677 from alexander-myltsev/am-579-implement_class_ofDmitry Petrashko2015-06-232-0/+6
|\ \
| * | Closes #579 Implement mini-phase for classOf[T]Alexander Myltsev2015-06-222-0/+6
* | | Merge pull request #667 from dotty-staging/fix/#646-array-additionodersky2015-06-222-0/+0
|\ \ \
| * | | Do not check for ambiguous implicits in viewExistsMartin Odersky2015-06-222-0/+0
* | | | Merge pull request #675 from dotty-staging/fix/#652-erase-constructorsodersky2015-06-228-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | 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/+0
| * | | Map proxy references in constructors to parametersMartin Odersky2015-06-202-0/+0
| * | | Map outer accessors to outer paramatersMartin Odersky2015-06-192-1/+2
| |/ /
* | | Merge pull request #668 from lampepfl/fix/#650-self-typesodersky2015-06-223-0/+5
|\ \ \ | |_|/ |/| |
| * | Fix checking whether types are instantiable.Martin Odersky2015-06-193-0/+5
* | | Merge pull request #674 from dotty-staging/fix/#655-eta-expansionodersky2015-06-212-0/+0
|\ \ \ | |_|/ |/| |
| * | Fix problem in eta expansion.Martin Odersky2015-06-192-0/+0
* | | Merge pull request #669 from dotty-staging/fix-patmat-seqodersky2015-06-194-0/+0
|\ \ \
| * | | Enable t5629b.Dmitry Petrashko2015-06-192-0/+0
| * | | Fix wrong test in PatMat.Dmitry Petrashko2015-06-192-0/+0
* | | | 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
* | | Add test that succeedsMartin Odersky2015-06-191-0/+8
* | | Add failing test for #670.Martin Odersky2015-06-191-0/+26
* | | Take expected result type into account more often for overloading resolutionMartin Odersky2015-06-191-1/+2
|/ /
* | 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-192-12/+19
* | Implement trait parametersMartin Odersky2015-06-192-0/+24
* | Implement checking for illegal parent trait constructor calls.Martin Odersky2015-06-191-0/+16
* | Add missing testMartin Odersky2015-06-191-0/+38