aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better toString for TermRefWithSigMartin Odersky2016-10-021-0/+1
* Suppress inlining printingMartin Odersky2016-10-021-1/+1
* Handle Inlined blocks on ElimErasedValueTypeMartin Odersky2016-10-021-0/+3
* Fix problem affecting recursive inlinesMartin Odersky2016-10-022-5/+10
* Make inline annotation @scala.inline.Martin Odersky2016-10-028-39/+28
* Juggling with close in RefinedPrinterMartin Odersky2016-10-021-10/+7
* Harden ReTyper so that it's fit for inliningMartin Odersky2016-10-023-2/+13
* Inline key operations in dottyMartin Odersky2016-10-023-18/+29
* Better error message in TreePicklerMartin Odersky2016-10-021-2/+1
* Fix problems handling types in InlinerMartin Odersky2016-10-022-15/+8
* Better diagnostics for TreeCheckerMartin Odersky2016-10-022-3/+5
* Fix problem with homogenize treesMartin Odersky2016-10-021-1/+1
* Fix bugs related to type parameter remappingMartin Odersky2016-10-021-1/+2
* Avoid reference to local bindings in Inlined nodesMartin Odersky2016-10-023-4/+10
* Move InlineTyper to Inliner classMartin Odersky2016-10-021-31/+31
* Handle outer this in InlinerMartin Odersky2016-10-027-34/+40
* Drop Inlined when homogenizeMartin Odersky2016-10-021-2/+7
* Harden Inliner.sourceFileMartin Odersky2016-10-021-1/+1
* Don't inline after typer.Martin Odersky2016-10-021-1/+3
* Add comment missing from last PRMartin Odersky2016-10-021-0/+12
* Fix some problems in InlinerMartin Odersky2016-10-024-27/+33
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-0210-162/+107
* Support separate compilationMartin Odersky2016-10-022-3/+10
* 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
* 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-0210-5/+94
* Make Context#moreProperties strongly typedMartin Odersky2016-10-029-26/+39
* First version of inline schemeMartin Odersky2016-10-0213-12/+257
* Namer refactoingMartin Odersky2016-10-021-30/+31
* 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