aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1160 from dotty-staging/add/collection-strawmanodersky2016-03-183-2/+554
|\
| * Refine pretypeArgsMartin Odersky2016-03-091-4/+25
| * Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-092-2/+47
| * New collection strawmanMartin Odersky2016-03-091-0/+486
* | Merge pull request #1148 from sjrd/scalajs-gen-exprsodersky2016-03-1811-90/+1502
|\ \
| * | More documentation for some Scala.js-specific methods.Sébastien Doeraene2016-03-163-4/+33
| * | Cache the Phases we need in JSCodeGen like all other phases.Sébastien Doeraene2016-03-162-8/+7
| * | Implement most of use-site JavaScript interop.Sébastien Doeraene2016-03-102-16/+437
| * | Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-107-75/+1030
| * | Move the logic of ExpandSAMs.isJvmSam to Platform.isSam.Sébastien Doeraene2016-03-073-8/+16
* | | Merge pull request #1154 from dotty-staging/add-rewriteodersky2016-03-1817-83/+327
|\ \ \
| * | | Address reviewer comments.Martin Odersky2016-03-148-40/+46
| * | | Fix two rewrite patches.Martin Odersky2016-03-122-14/+23
| * | | Fix patch for constructors with procedure syntaxMartin Odersky2016-03-121-6/+7
| * | | Add patch for variance errorsMartin Odersky2016-03-121-7/+10
| * | | Fix assert in RewritesMartin Odersky2016-03-121-2/+5
| * | | Fix setChildPositionsMartin Odersky2016-03-121-1/+2
| * | | Patch redundant `_' suffixes.Martin Odersky2016-03-121-3/+6
| * | | More detailed diagnostic in NavigateASTMartin Odersky2016-03-121-1/+6
| * | | Maintain source position in GettersMartin Odersky2016-03-121-2/+2
| * | | Disable volatile interpretation of lazy vals under -language:Scala2Martin Odersky2016-03-121-1/+1
| * | | Remove printlnMartin Odersky2016-03-121-3/+1
| * | | Add @volatile when rewriting lazy vals from Scala2.Martin Odersky2016-03-121-2/+8
| * | | Better error message when an outer path is not found.Martin Odersky2016-03-121-1/+6
| * | | Copy full modifiers to companionsMartin Odersky2016-03-121-7/+6
| * | | Fix desugaring of lazy patterns.Martin Odersky2016-03-121-8/+15
| * | | Untangle withAnnotation naming.Martin Odersky2016-03-122-4/+8
| * | | Test language features always in phase typer.Martin Odersky2016-03-121-1/+1
| * | | Add functionality to navigate ASTsMartin Odersky2016-03-122-32/+115
| * | | Better encapsulationMartin Odersky2016-03-126-93/+101
| * | | Avoid setupMethod in DriverMartin Odersky2016-03-124-20/+18
| * | | Add patching functionality for migrationMartin Odersky2016-03-126-3/+108
* | | | Merge pull request #1178 from liufengyun/tokens-fixDmitry Petrashko2016-03-151-2/+2
|\ \ \ \
| * | | | make token declarations consistentliu fengyun2016-03-141-2/+2
* | | | | Merge pull request #1165 from dotty-staging/fix-#1144Dmitry Petrashko2016-03-152-8/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Delete unused lineMartin Odersky2016-03-121-1/+0
| * | | | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-102-8/+24
* | | | | Merge pull request #1168 from dotty-staging/fix-#1131Dmitry Petrashko2016-03-144-33/+29
|\ \ \ \ \
| * | | | | Drop debug printlnMartin Odersky2016-03-121-1/+0
| * | | | | Changes to owners in Mixin and ConstructorsMartin Odersky2016-03-122-15/+3
| * | | | | Refinement to TreeTypeMapMartin Odersky2016-03-121-1/+3
| * | | | | Refinements to referencesOuterMartin Odersky2016-03-121-17/+24
| | |/ / / | |/| | |
* | | | | make variable name consistent in ScalaSettingsliu fengyun2016-03-141-6/+6
* | | | | Merge pull request #1171 from dotty-staging/fix-#1130Guillaume Martres2016-03-132-23/+41
|\ \ \ \ \
| * | | | | Have checkNotPrivate skip over private aliases.Martin Odersky2016-03-122-23/+41
| |/ / / /
* | | | | Merge pull request #1164 from dotty-staging/fix-#1140Guillaume Martres2016-03-135-17/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make Synthetic a FormStart flag.Martin Odersky2016-03-131-1/+1
| * | | | Assert that ensureNotPrivate does not break on separate compilationMartin Odersky2016-03-131-1/+4
| * | | | Propagate source file to synthetic companionsMartin Odersky2016-03-131-1/+1
| * | | | Fix and simplify initializerMartin Odersky2016-03-101-11/+13