aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-0212-34/+187
| * Fix ExplicitSelf phaseMartin Odersky2016-10-021-2/+3
| * Better toString for TermRefWithSigMartin Odersky2016-10-021-0/+1
| * Suppress inline in dottydoc test of standard libraryMartin 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-0215-67/+41
| * Juggling with close in RefinedPrinterMartin Odersky2016-10-021-10/+7
| * Test case for closure inliningMartin Odersky2016-10-021-0/+18
| * 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
| * Update check fileMartin Odersky2016-10-021-0/+5
| * Add test for pattern matching against outerMartin Odersky2016-10-022-0/+20
| * Handle outer this in InlinerMartin Odersky2016-10-029-36/+46
| * 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
| * Remove redundanr testMartin Odersky2016-10-021-17/+0
| * Fix some problems in InlinerMartin Odersky2016-10-024-27/+33
| * Neg test demonstrating inline positions under cross-compilationMartin Odersky2016-10-022-0/+15
| * Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-0210-162/+107
| * 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 #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-0644-36/+84
|\ \ | |/ |/|
| * test negtest path with / rather than path separatorMartijn Hoekstra2016-09-081-1/+1
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-0741-27/+50
| * force UTF-8 for slurp and writeMartijn Hoekstra2016-09-071-2/+28
| * ignore REPL transscript line ending differencesMartijn Hoekstra2016-09-071-2/+2
| * normalize paths for testsMartijn Hoekstra2016-09-073-5/+4