aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement @static sip.Dmitry Petrashko2016-03-077-2/+108
* Merge pull request #1126 from sjrd/scalajsDmitry Petrashko2016-03-0414-10/+2022
|\
| * Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-015-20/+44
| * Initial infrastructure and hello world for the Scala.js back-end.Sébastien Doeraene2016-03-019-1/+1984
| * 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 #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-0213-172/+146
|\ \ \ | |_|/ |/| |
| * | Search for classtag only during typer.Martin Odersky2016-02-201-1/+1
| * | Special case for pattern matching tagged abstract types.Martin Odersky2016-02-201-3/+18
| * | 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
* | | Make Types#membersBasedOnFlags safer and fasterGuillaume Martres2016-02-291-1/+1
| |/ |/|
* | Add a `dotty-interfaces` packageGuillaume Martres2016-02-288-63/+83
* | Small API changes in preparation for dotty-interfacesGuillaume Martres2016-02-255-17/+22
* | 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
* | ConsoleReporter: handling of non-sensical messages is now reusableGuillaume Martres2016-02-235-27/+39
* | Refactor DiagnosticMartin Odersky2016-02-237-49/+56
* | Rename unused phases.Dmitry Petrashko2016-02-203-0/+0
* | FirstTransform: simplify needsCompanion codeDmitry Petrashko2016-02-201-4/+6
* | Do not create companions that will be dropped later.Dmitry Petrashko2016-02-205-6/+31
* | Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-202-4/+3
|\ \
| * | Add support for private[this] parameter in value classesVladimirNik2016-02-192-4/+3
* | | Merge pull request #1120 from dotty-staging/fix-1114-patmatodersky2016-02-201-1/+1
|\ \ \
| * | | PatMat: remove one more trace of doing several steps at a timeDmitry Petrashko2016-02-201-1/+1
| | |/ | |/|
* | | Don't copy annotations from method to default getter.Martin Odersky2016-02-201-1/+1
* | | Default getters accessibility fixMartin Odersky2016-02-201-1/+1
|/ /
* | Merge pull request #1102 from dotty-staging/fix-#1096odersky2016-02-191-6/+4
|\ \
| * | Keep named arguments during eta expansionMartin Odersky2016-02-181-6/+4
* | | Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-1910-16/+72
|\ \ \
| * | | Merge parentsWithArgs and instantiatedParentsMartin Odersky2016-02-194-9/+6
| * | | Move leak detection to CheckingMartin Odersky2016-02-192-34/+42
| * | | Fix two private leaks in dotty compiler itself.Martin Odersky2016-02-192-3/+3
| * | | Add checking for leaking private definitionsMartin Odersky2016-02-193-5/+51
| * | | New utility method: Reporter#errorOrMigrationWarningMartin Odersky2016-02-191-0/+3
| * | | Copy access flags to derived definitions during desugaringMartin Odersky2016-02-191-5/+7
| | |/ | |/|
* | | Merge pull request #1072 from dotty-staging/change-isVolatile-2odersky2016-02-1919-100/+347
|\ \ \ | |/ / |/| |
| * | Fix merge breakage.Martin Odersky2016-02-191-0/+1
| * | Remove unused method, fix comments.Martin Odersky2016-02-192-19/+9