aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make namePos a member of memberDefMartin Odersky2016-09-293-14/+20
* Make Modifiers untyped only.Martin Odersky2016-09-284-63/+58
* Eliminate tpd.Modifiers.Martin Odersky2016-09-263-10/+10
* Drop tpd.modsDecoMartin Odersky2016-09-268-46/+28
* Simplify typedSelect logicMartin Odersky2016-09-251-25/+22
* Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-252-6/+2
* Get rid of Thicket(List(...)) as an expressionMartin Odersky2016-09-252-6/+6
* Get rid of SelectFromType tree node.Martin Odersky2016-09-2514-115/+51
* Drop PairMartin Odersky2016-09-2516-131/+34
* Address reviewers commentsMartin Odersky2016-09-252-7/+14
* Specially mark functions coming from wildcard expressionsMartin Odersky2016-09-243-4/+13
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-245-40/+51
* Check that (most) positions are non-overlapping.Martin Odersky2016-09-242-10/+30
* Swap order of elements in AnnotatedMartin Odersky2016-09-2413-32/+32
* Make positions fit for metaMartin Odersky2016-09-2415-163/+243
* Fix isWildcardMartin Odersky2016-09-241-1/+1
* Merge pull request #1534 from OlivierBlanvillain/clean-up-printersFelix Mulder2016-09-2325-30/+26
|\
| * Clean up config.Printers importsOlivier Blanvillain2016-09-2325-30/+26
* | Fix CollectSuperMartin Odersky2016-09-211-7/+8
* | Avoid stale symbol errors for Scala-2 compiled symbolsMartin Odersky2016-09-191-0/+1
* | Fix select staticMartin Odersky2016-09-192-26/+27
* | Fix handling of superCalls.Dmitry Petrashko2016-09-192-3/+10
* | Address reviewer commentsMartin Odersky2016-09-182-3/+8
* | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-176-12/+29
* | Merge pull request #1465 from dotty-staging/fix-#1457odersky2016-09-162-45/+92
|\ \
| * | Refactoring of findRefMartin Odersky2016-09-161-58/+83
| * | Accommodate Scala2 name resolution schemeMartin Odersky2016-08-261-5/+26
| * | Fix #1457: Three incompatbilities with scalacMartin Odersky2016-08-231-0/+1
* | | Merge pull request #1514 from OlivierBlanvillain/fix-1513odersky2016-09-164-19/+26
|\ \ \
| * | | Fix corner case w types ALL passed by name & out of orderOlivier Blanvillain2016-09-162-6/+3
| * | | Fix #1513: misaligned by name type parameter type boundsOlivier Blanvillain2016-09-152-13/+23
* | | | Merge pull request #1511 from dotty-staging/fix-1510odersky2016-09-161-1/+1
|\ \ \ \
| * | | | Fix #1510: Fix error message when abstract member not implemented.Nicolas Stucki2016-09-141-1/+1
| |/ / /
* | | | Merge pull request #1469 from dotty-staging/fix-scala.Dynamicodersky2016-09-165-60/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reformat code after fixes on scala.Dynamic.Nicolas Stucki2016-09-053-60/+60
| * | | Fix #1474: Fix applies to applyDynamic.Nicolas Stucki2016-09-051-7/+9
| * | | fixup #1470Nicolas Stucki2016-09-051-4/+5
| * | | Fix #1470: Fix dynamic selection in presence of inaccessible members.Nicolas Stucki2016-09-051-2/+3
| * | | Fix #1468: Add type parameter support for scala.DynamicNicolas Stucki2016-09-054-34/+43
* | | | Improve error message on empty catch blockFelix Mulder2016-09-151-0/+9
* | | | Allow try expression without catch or finally, issue warningFelix Mulder2016-09-151-2/+7
| |/ / |/| |
* | | Merge pull request #1499 from OlivierBlanvillain/fix-1335Felix Mulder2016-09-144-88/+86
|\ \ \
| * | | Fix #1335: Generate null checks for extractorsOlivier Blanvillain2016-09-081-3/+7
| * | | Identation/spacing cleanupOlivier Blanvillain2016-09-084-85/+79
| |/ /
* / / Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-131-4/+5
|/ /
* | Merge pull request #1482 from dotty-staging/fix-asapplicable-safeodersky2016-09-045-25/+65
|\ \
| * | TyperState refactoring.Martin Odersky2016-08-261-17/+7
| * | Handle case where expected type of a SeqLiteral has an undetermined element t...Martin Odersky2016-08-261-1/+5
| * | Handle complex context merging casesMartin Odersky2016-08-262-4/+7
| * | Implement constraint mergingMartin Odersky2016-08-263-5/+48