aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Identation in tpd.Dmitry Petrashko2016-03-081-1/+1
* Fix add beanSetter annotation to @staticDmitry Petrashko2016-03-071-1/+1
* Add test that was used to see if @static works.Dmitry Petrashko2016-03-071-0/+40
* LazyVals: make all fields added to companions static.Dmitry Petrashko2016-03-071-1/+5
* Implement @static sip.Dmitry Petrashko2016-03-077-2/+108
* Merge pull request #1126 from sjrd/scalajsDmitry Petrashko2016-03-0418-11/+2221
|\
| * Add the sources of scalajs-ir to dotty instead of its binaries.Sébastien Doeraene2016-03-041-2/+32
| * Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-016-21/+45
| * Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-0112-1/+2152
| * Mark concrete vals mixed in from Scala2 traits as mutable.Sébastien Doeraene2016-03-011-0/+1
| * In LinkScala2ImplClass, disregard signatures when looking for constructor.Martin Odersky2016-03-011-4/+8
* | Merge pull request #1122 from dotty-staging/neg-lines-2odersky2016-03-0315-139/+101
|\ \
| * | Neg tests: change val computeFilePathsAndExpErrors to defVladimirNik2016-03-031-3/+3
| * | Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-034-55/+57
| * | Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-0313-133/+93
|/ /
* | Merge pull request #1129 from dotty-staging/rename/AllFlagsodersky2016-03-032-2/+2
|\ \
| * | Rename AllFlags to AnyFlagsGuillaume Martres2016-03-012-2/+2
| |/
* | Merge pull request #1139 from dotty-staging/change-needs-companionDmitry Petrashko2016-03-033-3/+4
|\ \
| * | Speed up LazyVals isCompanion neededMartin Odersky2016-03-032-2/+2
| * | Print phases with time they needMartin Odersky2016-03-031-1/+2
* | | Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-0216-211/+171
|\ \ \ | |_|/ |/| |
| * | Remove bogus test on rebasingMartin Odersky2016-02-201-38/+0
| * | Search for classtag only during typer.Martin Odersky2016-02-201-1/+1
| * | Special case for pattern matching tagged abstract types.Martin Odersky2016-02-202-3/+43
| * | Refactoring of typedTypedMartin Odersky2016-02-201-20/+28
| * | Check that classOf gets applied to class typesMartin Odersky2016-02-204-8/+14
| * | Remove ClassTags phase.Martin Odersky2016-02-201-68/+0
| * | Simplify ClassOf phaseMartin Odersky2016-02-202-8/+3
| * | Fix desugaring of classes with context boundsMartin Odersky2016-02-201-14/+30
| * | Fix search of Array classTags.Martin Odersky2016-02-201-3/+3
| * | Make type fully defined before searching for a ClassTag for itMartin Odersky2016-02-201-2/+3
| * | Synthesize classTags in Typer.Martin Odersky2016-02-208-54/+55
| * | Remove bogus testMartin Odersky2016-02-201-1/+0
* | | Merge pull request #1135 from dotty-staging/add/more-memory-2Dmitry Petrashko2016-03-011-4/+2
|\ \ \
| * | | Build.scala: increase Jenkins max heap from 1.1G to 1.3GGuillaume Martres2016-03-011-3/+1
| * | | Rename travisMemLimit to jenkinsMemLimit, we don't use travis anymoreGuillaume Martres2016-03-011-2/+2
| | |/ | |/|
* | | Merge pull request #1134 from felixmulder/topic/fix-dotcGuillaume Martres2016-03-011-1/+1
|\ \ \
| * | | Fix `bin/dotc` checkjar of wrong packageFelix Mulder2016-03-011-1/+1
| |/ /
* | | Merge pull request #1128 from dotty-staging/fix/membersBasedOnFlagsDmitry Petrashko2016-03-011-1/+1
|\ \ \ | |/ / |/| |
| * | Make Types#membersBasedOnFlags safer and fasterGuillaume Martres2016-02-291-1/+1
|/ /
* | Merge pull request #1125 from dotty-staging/add/interfaceGuillaume Martres2016-02-2821-88/+419
|\ \
| * | Add a `dotty-interfaces` packageGuillaume Martres2016-02-2819-71/+397
| * | Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-255-17/+22
* | | Merge pull request #1127 from dotty-staging/upgrade/sbt-0.13.11Dmitry Petrashko2016-02-282-6/+2
|\ \ \ | |/ / |/| |
| * | Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0Guillaume Martres2016-02-282-6/+2
|/ /
* | Merge pull request #1124 from sjrd/fix-fatalerror-ctorGuillaume Martres2016-02-241-3/+1
|\ \
| * | Remove dotty.tools.dotc.FatalError; use dotty.tools.FatalError instead.Sébastien Doeraene2016-02-241-3/+1
| * | Fix FatalError's constructor to forward `msg` to super.Sébastien Doeraene2016-02-241-1/+1
|/ /
* | Merge pull request #1095 from sjrd/modernize-buildGuillaume Martres2016-02-231-160/+151
|\ \
| * | Modernize and clean up the build.Sébastien Doeraene2016-02-171-160/+151