aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Initialize context in REPLMartin Odersky2016-03-183-2/+4
* | Merge pull request #1189 from dotty-staging/tasty-dotty-testsDmitry Petrashko2016-03-301-10/+78
|\ \
| * | TASTY tests for src/dottyVladimirNik2016-03-241-10/+78
* | | Merge pull request #1190 from sstucki/test/varianceDmitry Petrashko2016-03-302-0/+30
|\ \ \
| * | | Add tests related to variance checking.Sandro Stucki2016-03-302-0/+30
|/ / /
* | | Merge pull request #1104 from dotty-staging/spec-bugsDmitry Petrashko2016-03-245-8/+40
|\ \ \ | |/ / |/| |
| * | Add a test that checks that no useless forwarders are being created.Dmitry Petrashko2016-03-151-0/+17
| * | 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
* | | | | Merge pull request #1187 from dotty-staging/fix-#1174Guillaume Martres2016-03-222-5/+34
|\ \ \ \ \
| * | | | | Fix problem involving classtag based pattern matches.Martin Odersky2016-03-212-5/+34
|/ / / / /
* | | | | Merge pull request #1179 from liufengyun/fix-issue-1059odersky2016-03-183-5/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | support `xs @ _*` and `_*` in Scala2 modeliu fengyun2016-03-183-5/+54
|/ / / /
* | | | Merge pull request #1183 from sjrd/scalajs-0.6.8Dmitry Petrashko2016-03-182-18/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Upgrade to Scala.js 0.6.8.Sébastien Doeraene2016-03-182-18/+5
|/ / /
* | | Merge pull request #1176 from liufengyun/masterDmitry Petrashko2016-03-181-2/+2
|\ \ \
| * | | fix command line processing errorliu fengyun2016-03-151-2/+2
| | |/ | |/|
* | | Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-1820-61/+80
|\ \ \
| * | | Fix test casesMartin Odersky2016-03-112-2/+2
| * | | Add second field to SeqLiteralMartin Odersky2016-03-1017-57/+76
| * | | 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-186-6/+601
|\ \ \ \
| * | | | Refine pretypeArgsMartin Odersky2016-03-093-5/+65
| * | | | Make use of better overload resolution in collections strawman testMartin Odersky2016-03-091-2/+2
| * | | | Pretype functional arguments when doing overload resolutionMartin Odersky2016-03-093-2/+51
| * | | | New collection strawmanMartin Odersky2016-03-092-2/+488
* | | | | 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-1824-84/+433
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Address reviewer comments.Martin Odersky2016-03-148-40/+46
| * | | | | Fix two rewrite patches.Martin Odersky2016-03-123-14/+24
| * | | | | Fix patch for constructors with procedure syntaxMartin Odersky2016-03-121-6/+7
| * | | | | Add patch for variance errorsMartin Odersky2016-03-122-7/+16
| * | | | | Fix assert in RewritesMartin Odersky2016-03-121-2/+5
| * | | | | Fix setChildPositionsMartin Odersky2016-03-121-1/+2
| * | | | | Polish rewrite testMartin Odersky2016-03-121-3/+3
| * | | | | Rewrite testMartin Odersky2016-03-123-1/+48
| * | | | | Patch redundant `_' suffixes.Martin Odersky2016-03-121-3/+6
| * | | | | More detailed diagnostic in NavigateASTMartin Odersky2016-03-121-1/+6