aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with IndexedView.iterator.lengthMartin Odersky2016-07-312-7/+6
* More systematic treatement of IndexedViewMartin Odersky2016-07-302-52/+122
* Print kind of missing memberMartin Odersky2016-07-291-4/+4
* Index members of a class before evaluating its parentsMartin Odersky2016-07-292-1/+28
* Drop on LinearSeq needs to return collection of same type as it was called on.Martin Odersky2016-07-292-16/+76
* Tweaks to strawmanMartin Odersky2016-07-283-173/+213
* Make colltest6 self-containedMartin Odersky2016-07-272-1/+2
* Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
* Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-272-1/+16
* Move test from pos to runMartin Odersky2016-07-271-1/+10
* Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-274-18/+21
* Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-273-35/+35
* Fix substDealiasMartin Odersky2016-07-272-7/+17
* Improve dropMartin Odersky2016-07-272-21/+7
* Further extension with LazyListMartin Odersky2016-07-264-209/+1081
* Add arrays to collection strawmanMartin Odersky2016-07-254-0/+1496
* Merge pull request #1413 from dotty-staging/fix-#1385odersky2016-07-254-2/+57
|\
| * Adress reviewers commentsMartin Odersky2016-07-252-2/+2
| * Fix #1385: Temporarily lift 22 limit for functionsMartin Odersky2016-07-254-2/+57
|/
* Merge pull request #1407 from dotty-staging/fix-#1401liu fengyun2016-07-228-15/+71
|\
| * Resume suspensions also when reading from classfilesMartin Odersky2016-07-224-10/+17
| * Fix #1401: Make sure all refs are forwardedMartin Odersky2016-07-216-10/+59
| * Tweaks to printingMartin Odersky2016-07-212-2/+2
|/
* Merge pull request #1395 from dotty-staging/fix-#1378odersky2016-07-218-13/+45
|\
| * Disable stdlib testMartin Odersky2016-07-181-1/+1
| * Add test to whitelistMartin Odersky2016-07-171-0/+1
| * Adress reviewers commentsMartin Odersky2016-07-173-8/+10
| * Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-165-2/+33
| * Add recursive calls to classBoundMartin Odersky2016-07-161-2/+2
| * Fix error printing in compiler testMartin Odersky2016-07-161-9/+7
* | Merge pull request #1406 from dotty-staging/fix-output-diffodersky2016-07-212-3/+6
|\ \
| * | Make -Xprint-diff an opt-in option.Nicolas Stucki2016-07-202-3/+6
|/ /
* | Merge pull request #1402 from dotty-staging/fix-wildcard-protosGuillaume Martres2016-07-193-4/+18
|\ \
| * | Add test caseMartin Odersky2016-07-191-0/+11
| * | Refine printing of tuple an function types with wildcardsMartin Odersky2016-07-191-3/+3
| * | Allow function prototypes to have wildcards.Martin Odersky2016-07-191-1/+4
* | | Merge pull request #1400 from dotty-staging/fix/hk-reduce-typerefsodersky2016-07-194-15/+31
|\ \ \ | |/ / |/| |
| * | HK reduction: Remove special-case for typerefsGuillaume Martres2016-07-183-15/+20
| * | Better test for #1181Guillaume Martres2016-07-181-0/+11
* | | Merge pull request #1393 from dotty-staging/fix-#1386odersky2016-07-182-6/+40
|\ \ \
| * | | Refactor code into nested methodMartin Odersky2016-07-151-5/+6
| * | | Refine disambiguation logic and add test case.Martin Odersky2016-07-152-3/+18
| * | | Fix #1386: Reduce double def errorsMartin Odersky2016-07-151-6/+24
* | | | Merge pull request #1399 from dotty-staging/fix-patmat-typingodersky2016-07-183-8/+37
|\ \ \ \
| * | | | Fix test error annotationMartin Odersky2016-07-181-1/+1
| * | | | Add test caseMartin Odersky2016-07-182-1/+25
| * | | | Fix typing of match expressionsMartin Odersky2016-07-172-8/+13
| | |_|/ | |/| |
* | | | Merge pull request #1389 from dotty-staging/fix-#1381odersky2016-07-187-76/+151
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make run tests for #1381.Nicolas Stucki2016-07-183-36/+66
| * | | Add testsMartin Odersky2016-07-153-0/+39