aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* simple integration with jlineliu fengyun2016-04-052-8/+18
* Merge pull request #1172 from dotty-staging/compiler-docsodersky2016-04-0130-79/+74
|\
| * Better documentation of main classesMartin Odersky2016-04-015-3/+12
| * Document phasesMartin Odersky2016-04-013-50/+52
| * Move Mode to coreMartin Odersky2016-04-0124-26/+10
* | Temporarilly enable printing of original failure signature to debug failing b...Martin Odersky2016-03-311-1/+1
|/
* Fix #854: Optimize matches on primitive constants as switches.Sébastien Doeraene2016-03-311-2/+133
* FullParameterization: Fix indentation and a typo.Dmitry Petrashko2016-03-311-2/+2
* Fix #1089: Special-case local methodsDmitry Petrashko2016-03-311-16/+32
* Tailrec: drop support for polymorphic recursion.Dmitry Petrashko2016-03-311-1/+3
* FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-312-15/+35
* Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-317-62/+55
|\
| * Move all overridable bits into Config classMartin Odersky2016-03-182-40/+46
| * Get rid of prompt in DriverMartin Odersky2016-03-182-2/+1
| * Get rid of indentCodeMartin Odersky2016-03-181-16/+2
| * Fix handling of imports in REPL.Martin Odersky2016-03-181-2/+2
| * Initialize context in REPLMartin Odersky2016-03-183-2/+4
* | 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