aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | New article: dotc's overall structureMartin Odersky2016-04-011-0/+165
| * | Document phasesMartin Odersky2016-04-013-50/+52
| * | Move Mode to coreMartin Odersky2016-04-0126-28/+12
| * | add syntax highlightingMartin Odersky2016-04-011-0/+4
| * | fix typoMartin Odersky2016-04-011-1/+1
| * | Fix typoMartin Odersky2016-04-011-1/+1
| * | Add more material to periods.mdMartin Odersky2016-04-011-1/+39
| * | First of a series of compiler design documentsMartin Odersky2016-04-011-0/+52
* | | Merge pull request #1197 from dotty-staging/debug-unpickleDmitry Petrashko2016-04-011-1/+1
|\ \ \ | |/ / |/| |
| * | Temporarilly enable printing of original failure signature to debug failing b...Martin Odersky2016-03-311-1/+1
|/ /
* | Merge pull request #1061 from sjrd/switchesDmitry Petrashko2016-03-311-2/+133
|\ \
| * | Fix #854: Optimize matches on primitive constants as switches.Sébastien Doeraene2016-03-311-2/+133
* | | Merge pull request #1091 from dotty-staging/fix1089Dmitry Petrashko2016-03-314-30/+94
|\| |
| * | 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-312-3/+5
| * | FullParametrization: allow to have $this of ThisType.Dmitry Petrashko2016-03-313-15/+61
|/ /
* | Remove Variances.scala files accidentally leftover from #1193Guillaume Martres2016-03-312-30/+0
* | Merge pull request #1193 from dotty-staging/fix-variancesDmitry Petrashko2016-03-313-2/+32
|\ \
| * | Fix build.Dmitry Petrashko2016-03-311-2/+2
| * | merge variances and VariancesMartin Odersky2016-03-312-0/+30
|/ /
* | Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-3114-63/+191
|\ \
| * | Add test fileMartin Odersky2016-03-181-0/+24
| * | Add docs to TestREPLMartin Odersky2016-03-181-0/+8
| * | Move all overridable bits into Config classMartin Odersky2016-03-183-55/+60
| * | Add REPL testsMartin Odersky2016-03-186-1/+105
| * | 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 #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
|/ / /