aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1155 from dotty-staging/staticodersky2016-03-091-0/+40
|\
| * Add test that was used to see if @static works.Dmitry Petrashko2016-03-071-0/+40
* | Merge pull request #1147 from sjrd/fix-non-jvm-sam-non-applyodersky2016-03-072-0/+12
|\ \
| * | Fix #1146: Fix bug of ExpandSAMs with non-apply SAM methods.Sébastien Doeraene2016-03-072-0/+12
| |/
* | Merge pull request #1150 from dotty-staging/change-lambdalift-fasttrackodersky2016-03-071-0/+156
|\ \ | |/ |/|
| * Fix call propagation from constructor to classMartin Odersky2016-03-021-0/+16
| * LambdaLift redesignMartin Odersky2016-03-021-3/+43
| * Handle local traits in lambda liftMartin Odersky2016-03-011-0/+100
* | Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-021-0/+25
|\ \ | |/ |/|
| * Special case for pattern matching tagged abstract types.Martin Odersky2016-02-201-0/+25
* | Test that #1114 is fixed.Dmitry Petrashko2016-02-201-0/+21
|/
* Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-181-0/+8
|\
| * Untuple using `def` not `val`.Martin Odersky2016-02-161-0/+8
* | Reinstantiate t920Martin Odersky2016-02-171-0/+24
|/
* Move test to pendingMartin Odersky2016-02-111-20/+0
* Enable tests for old fixed issuesGuillaume Martres2016-02-096-0/+584
* New test files from SI 7278.Martin Odersky2016-02-091-0/+32
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-1/+1
* Disable benchmark testMartin Odersky2016-02-041-88/+0
* Extend testMartin Odersky2016-01-192-0/+7
* Stop crashes because we're out of memory by disabling t7880Guillaume Martres2016-01-171-7/+0
* Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-182-0/+15
* Test that private member selection on AndTypes works.Dmitry Petrashko2015-11-101-0/+17
* Update check fileMartin Odersky2015-11-012-5/+5
* Disable failing testMartin Odersky2015-11-011-2/+6
* Merge pull request #835 from dotty-staging/add-more-testsodersky2015-10-223-0/+23
|\
| * More testsMartin Odersky2015-10-213-0/+23
* | Fix tests to survive wellformedness checksMartin Odersky2015-10-221-3/+2
* | Test that more than 16 lazy vals can be safely used in one object.Dmitry Petrashko2015-10-221-0/+65
|/
* Merge pull request #799 from dotty-staging/change-inferenceodersky2015-10-071-2/+1
|\
| * Add test caseMartin Odersky2015-09-181-2/+1
* | 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
|/
* 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/+1581
* 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
* Merge pull request #767 from dotty-staging/fix-#756-super-accessorsDmitry Petrashko2015-08-281-0/+8
|\
| * Add test caseMartin Odersky2015-08-211-0/+8
* | Refine refOfDef top handle repeated parametersMartin Odersky2015-08-221-0/+10
* | 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
|/