aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #820 from dotty-staging/add-collection-strawmanodersky2015-10-062-0/+238
|\
| * Rename collectAs -> toMartin Odersky2015-10-061-14/+14
| * Tweaks to conform with API set out in #818.Martin Odersky2015-10-061-14/+14
| * Bugfixes and move CollectionStrawMan1 into the correct directory.Martin Odersky2015-10-061-10/+10
| * Add ArrayBuffer as another Seq class. Make iterators inspectable.Martin Odersky2015-10-062-0/+19
| * Add collection strawman and its testsMartin Odersky2015-10-062-0/+219
* | Merge pull request #805 from dotty-staging/change-freeze-boundsodersky2015-10-062-0/+245
|\|
| * Move failing test to pendingMartin Odersky2015-10-011-0/+0
| * Add test caseMartin Odersky2015-10-011-0/+245
* | Merge pull request #804 from svalaskevicius/fix-compiling-ScalaRunTimeodersky2015-10-021-0/+9
|\ \ | |/ |/|
| * add a test for a pattern match with ignored type paramSarunas Valaskevicius2015-09-251-0/+9
* | Move test to posMartin Odersky2015-09-291-0/+0
* | Matching denotations should take infos into accountMartin Odersky2015-09-291-2/+2
|/
* Fixes to comments suggested by reviewerMartin Odersky2015-09-211-4/+4
* Eta expand $apply projected types if neededMartin Odersky2015-09-213-0/+625
* Move failing test to pending.Martin Odersky2015-09-181-3/+3
* Disallow wildcard arguments to higher-kinded types...Martin Odersky2015-09-182-1/+45
* Eta expand type arguments corresponding to lambdasMartin Odersky2015-09-181-2/+2
* Fix #791 erasedLub of two AnyVals is Object.Dmitry Petrashko2015-09-171-0/+11
* New phase: ExplicitSelfMartin Odersky2015-09-172-0/+21
* Enable more tests that passDmitry Petrashko2015-09-1475-0/+0
* final-fields.scala: tes objects with constant final vals.Dmitry Petrashko2015-09-141-1/+4
* Add another testMartin Odersky2015-09-142-1/+6
* Augment test fileMartin Odersky2015-09-141-0/+18
* Test behaviour of final vals.Dmitry Petrashko2015-09-142-0/+24
* Add testMartin Odersky2015-09-122-0/+74
* Fix desugaring problemMartin Odersky2015-09-121-0/+565
* Merge pull request #767 from dotty-staging/fix-#756-super-accessorsDmitry Petrashko2015-08-282-0/+16
|\
| * Add missing negative test.Martin Odersky2015-08-211-0/+8
| * Add test caseMartin Odersky2015-08-211-0/+8
* | Merge pull request #770 from odersky/fix-repeatedDmitry Petrashko2015-08-241-0/+10
|\ \
| * | Refine refOfDef top handle repeated parametersMartin Odersky2015-08-221-0/+10
* | | Make it a syntactic criterion whether a literal is a legal typeMartin Odersky2015-08-241-0/+2
* | | Test other forms of singleton types.Martin Odersky2015-08-231-2/+18
* | | Better error message for Null and 'sym singleton types.Martin Odersky2015-08-231-0/+4
* | | Update neg testMartin Odersky2015-08-231-1/+0
* | | Tests of functionality.Martin Odersky2015-08-232-0/+46
|/ /
* | Merge pull request #764 from dotty-staging/mixin/forwardersodersky2015-08-221-0/+14
|\ \
| * | Test that forwarders are correctly created.Dmitry Petrashko2015-08-211-0/+14
| |/
* / Test that fields are correctly set before super constructor is called.Dmitry Petrashko2015-08-211-0/+12
|/
* Merge pull request #758 from dotty-staging/fix-liftedTry-capturedVars-interac...Dmitry Petrashko2015-08-201-1/+11
|\
| * 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
* | Merge pull request #760 from dotty-staging/mixin-fixesodersky2015-08-201-0/+23
|\ \
| * | test #760Dmitry Petrashko2015-08-171-0/+23
| |/
* / Test that partial functions are handled correctly.Dmitry Petrashko2015-08-171-0/+10
|/
* GetClass: get classSymbol reliablyDmitry Petrashko2015-08-131-1/+2
* Revert "Workaround #742 and add a test for it."Martin Odersky2015-08-051-7/+0
* Add LiftTry phaseMartin Odersky2015-08-052-0/+28
* Implement non-local returnsMartin Odersky2015-08-041-0/+32