aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add check filesMartin Odersky2016-10-022-0/+6
* Support separate compilationMartin Odersky2016-10-026-18/+52
* Simplify enclosingInlinedsMartin Odersky2016-10-023-24/+10
* Fix stack overflow on recurs in namerFelix Mulder2016-10-021-4/+4
* Don't expand stat before recursion in namerFelix Mulder2016-10-021-2/+2
* Recursive inlining testsMartin Odersky2016-10-022-0/+32
* Avoid simple aliases in bindingsMartin Odersky2016-10-021-53/+66
* Implement inline ifMartin Odersky2016-10-022-1/+14
* Print inlining positions in error messagesMartin Odersky2016-10-025-23/+42
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-023-4/+30
* Add Inlined tree nodeMartin Odersky2016-10-0211-7/+98
* Make Context#moreProperties strongly typedMartin Odersky2016-10-029-26/+39
* First version of inline schemeMartin Odersky2016-10-0215-12/+325
* Namer refactoingMartin Odersky2016-10-021-30/+31
* Merge pull request #1539 from dotty-staging/drop-modifiersDmitry Petrashko2016-09-3011-128/+111
|\
| * 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
* | Merge pull request #1538 from dotty-staging/simplify-treesodersky2016-09-2623-254/+86
|\|
| * Simplify typedSelect logicMartin Odersky2016-09-251-25/+22
| * Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-253-7/+3
| * 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
|/
* Merge pull request #1536 from dotty-staging/fixes-for-treesodersky2016-09-2522-240/+367
|\
| * 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-246-42/+53
| * 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
* | Merge pull request #1530 from MasseGuillaume/feature/sbt-bridge-reporterGuillaume Martres2016-09-228-2/+155
|\ \
| * | delegate compilation info to sbt reporterGuillaume Massé2016-09-224-10/+72
| * | cleanBridge command to clean sbt cacheGuillaume Massé2016-09-211-0/+17
| * | scripted test to check for delegation to the sbt compiler reporterGuillaume Massé2016-09-215-0/+74
* | | Merge pull request #1477 from dotty-staging/fix-bootstrap-3odersky2016-09-214-31/+41
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #1529 from dotty-staging/remove/scoverage-sbt-pluginGuillaume Martres2016-09-211-2/+0
|\ \ \ | |/ / |/| |
| * | Remove scoverage sbt pluginGuillaume Martres2016-09-211-2/+0
* | | Merge pull request #1522 from dotty-staging/fix-#1503odersky2016-09-189-11/+90
|\ \ \
| * | | Address reviewer commentsMartin Odersky2016-09-182-3/+8
| * | | Fix #1503 - be careful where to insert an apply.Martin Odersky2016-09-179-12/+86
|/ / /
* | | Merge pull request #1465 from dotty-staging/fix-#1457odersky2016-09-169-51/+110
|\ \ \