aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add neg-test for method with @tailrec callsites that is not final.Dmitry Petrashko2016-04-181-0/+10
| * | Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
| * | Test #1221.Dmitry Petrashko2016-04-182-0/+20
| * | Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
| | * Add test that demonstrate that #878 is fixedGuillaume Martres2016-04-221-0/+17
| | * Comment out debug printlnMartin Odersky2016-04-221-1/+1
| | * Support implicitNotFound annotationMartin Odersky2016-04-224-4/+30
| | * Avoid propagating unresolved implicitsMartin Odersky2016-04-212-2/+2
| | * Straw man for multiversal equality.Martin Odersky2016-04-211-0/+76
| | * 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-2018-48/+2222
|\ \
| * | Fix check filesMartin Odersky2016-04-172-2/+0
| * | Updates of strawmanMartin Odersky2016-04-178-113/+997
| * | Drop type annotation in collection testMartin Odersky2016-04-161-1/+1
| * | Strawman polishingMartin Odersky2016-04-161-9/+3
| * | Add check fileMartin Odersky2016-04-151-0/+68
| * | 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-155-3/+1191
* | | Merge pull request #1188 from dotty-staging/remove-newarray-magicDmitry Petrashko2016-04-1814-117/+171
|\ \ \ | |_|/ |/| |
| * | 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
| * | Add a test to check multidimenstionall arrays.Dmitry Petrashko2016-04-181-0/+37
| * | Erasure: Erase constant literals.Dmitry Petrashko2016-04-181-2/+3
| * | Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-182-9/+2
| * | 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 #1218 from dotty-staging/benchmarksDmitry Petrashko2016-04-182-9/+57
|\ \
| * | store all benchmark results instead of doing expoential backoffliu fengyun2016-04-151-0/+3
| * | workaround for ScalaMeter incorrect report pathliu fengyun2016-04-142-9/+54
* | | 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-1623-80/+165
|\ \ \ \ | |_|_|/ |/| | |