aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix constraint handling in eitherIsSubtypeMartin Odersky2016-04-211-1/+1
* Always minimize type variables when interpolating an expected type of an impl...Martin Odersky2016-04-212-7/+8
* Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-2011-46/+654
|\
| * Updates of strawmanMartin Odersky2016-04-172-67/+130
| * Strawman polishingMartin Odersky2016-04-161-9/+3
| * Add companions to value classes during desugaringsMartin Odersky2016-04-153-8/+20
| * Make Names immutable SeqsMartin Odersky2016-04-151-1/+1
| * Tweak in NameOpsMartin Odersky2016-04-151-1/+1
| * Dealias applied type constructorsMartin Odersky2016-04-151-2/+10
| * Fix toString and productPrefix of case objectsMartin Odersky2016-04-151-2/+6
| * Fix #765 for super accessorsMartin Odersky2016-04-151-1/+10
| * Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-152-1/+8
| * Small improvements in TypesMartin Odersky2016-04-151-2/+4
| * New testsMartin Odersky2016-04-152-1/+510
* | Address review comments of #1188Dmitry Petrashko2016-04-183-9/+10
* | Address review comments.Dmitry Petrashko2016-04-181-5/+5
* | ArrayConstructors: don't optimise creating of multi-dim generic arrays.Dmitry Petrashko2016-04-181-8/+7
* | Separate handling of genericArray creation from normal ones.Dmitry Petrashko2016-04-183-18/+18
* | Bring back convertNewArray into typer.Dmitry Petrashko2016-04-182-2/+15
* | make tpd.JavaSeqLiteral return JavaSeqLiteralDmitry Petrashko2016-04-182-3/+4
* | Erasure: Erase constant literals.Dmitry Petrashko2016-04-181-2/+3
* | Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-181-8/+1
* | Decouple handling array constructors from typer.Dmitry Petrashko2016-04-185-14/+67
* | Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-183-53/+22
* | Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-188-67/+36
* | Implement loading static fields in the Scala.js back-end.Sébastien Doeraene2016-04-181-3/+21
* | Merge pull request #1205 from dotty-staging/method-checkDmitry Petrashko2016-04-181-1/+10
|\ \
| * | Ycheck that all methods have method typeliu fengyun2016-04-151-1/+10
| |/
* | Merge pull request #1200 from dotty-staging/docs-denotationsodersky2016-04-161-12/+29
|\ \
| * | Fix commentMartin Odersky2016-04-031-4/+5
| * | Fix copy-paste errorMartin Odersky2016-04-031-2/+2
| * | Docs and polishing for denotation insertionsMartin Odersky2016-04-031-10/+26
* | | Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-1615-65/+122
|\ \ \ | |_|/ |/| |
| * | Avoid creating a SourceFile annotation for SourceFile itselfMartin Odersky2016-04-091-1/+3
| * | Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-095-33/+17
| * | Store source files as normal paths, not canonical ones.Martin Odersky2016-04-082-2/+16
| * | Explain isTyper field in Phase.Martin Odersky2016-04-081-1/+5
| * | Add source file for SourceFile annotationMartin Odersky2016-04-081-0/+10
| * | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-3/+11
| * | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
| * | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
| * | Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-072-13/+17
| * | Add unpickled source file path as annotation to root symbolsMartin Odersky2016-04-071-4/+8
| * | Pickle sourcefile attribute with canonical pathMartin Odersky2016-04-071-1/+1
| * | Fix reading of SourceFile attribute from TastyMartin Odersky2016-04-071-2/+4
| * | Add dotty.annotation.internal.SourceFile annotationMartin Odersky2016-04-072-0/+5
| * | Make first phase of FromTasty not be a TyperMartin Odersky2016-04-071-0/+3
| * | Treat type parameters of secondary constructors as aliasesMartin Odersky2016-04-072-11/+19
| * | Take type parameters for this(...) constructor calls from prefixMartin Odersky2016-04-071-1/+1
| * | Search implicit arguments in the same context as typing explicit onesMartin Odersky2016-04-072-7/+11