aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Base deskolemize on ApproximatingTypeMapMartin Odersky2016-03-301-88/+9
* Add ApproximatingTypeMap classMartin Odersky2016-03-301-22/+94
* Fix documentation of liftIfHKMartin Odersky2016-03-301-1/+1
* Fix a case in deskolemize.Martin Odersky2016-03-301-1/+1
* Simplify widenToParentsMartin Odersky2016-03-301-4/+5
* Adapt type assignment for AppliedTypeTrees to new named paramsMartin Odersky2016-03-301-6/+4
* Don't lambda expand and/or types over named type parametersMartin Odersky2016-03-301-2/+16
* Take named type parameters into account when instantiating variables.Martin Odersky2016-03-301-1/+5
* Add methods for expressing named type paramsMartin Odersky2016-03-302-0/+75
* Fix bug in printing New nodesMartin Odersky2016-03-301-1/+1
* Fix error message output.Martin Odersky2016-03-301-1/+1
* Fix type-shifting problem in vcInlineMethodsMartin Odersky2016-03-301-1/+1
* Simplify and fix avoid logicMartin Odersky2016-03-302-27/+10
* Fixes to checkNonCyclicMartin Odersky2016-03-301-20/+18
* Merge pull request #1104 from dotty-staging/spec-bugsDmitry Petrashko2016-03-244-8/+23
|\
| * Mixin: create less forwarders.Dmitry Petrashko2016-03-151-4/+14
| * Change name of DropEmptyCompanions from dropEmpty to dropEmptyCompanionsDmitry Petrashko2016-03-151-1/+1
| * Memoize: perform required tree adaptation in setter.Dmitry Petrashko2016-03-151-2/+7
| * Erasure: no need to bridge paramaccessors.Dmitry Petrashko2016-03-151-1/+1
* | Merge pull request #1180 from niktrop/dotc-settings-formatDmitry Petrashko2016-03-221-4/+6
|\ \
| * | String options with choices should be followed by colon and argument without ...Nikolay.Tropin2016-03-181-4/+6
* | | Merge pull request #1184 from liufengyun/error-posodersky2016-03-222-2/+6
|\ \ \
| * | | better positioning of `_*` not last argument errorliu fengyun2016-03-182-2/+6
* | | | Fix problem involving classtag based pattern matches.Martin Odersky2016-03-211-5/+15
* | | | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-181-5/+34
|/ / /
* | | Upgrade to Scala.js 0.6.8.Sébastien Doeraene2016-03-181-17/+4
* | | Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-1817-57/+76
|\ \ \
| * | | Add second field to SeqLiteralMartin Odersky2016-03-1016-55/+74
| * | | Nothing is not nullableMartin Odersky2016-03-101-1/+1
| * | | More info when resolveOverloading failsMartin Odersky2016-03-101-1/+1
* | | | 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