aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* eliminate self symbol in Template and ClassInfoliu fengyun2016-05-021-2/+16
* Ensure more things are completedMartin Odersky2016-04-291-1/+5
* Refine todo commentMartin Odersky2016-04-292-2/+4
* Transform annotations only if defined in current runMartin Odersky2016-04-291-4/+11
* Allow dependent method type for unapply.Martin Odersky2016-04-271-3/+2
* Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-17/+2
* Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
* Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
* Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-2/+17
* Fix misprediction of dependent method type status.Martin Odersky2016-04-271-7/+10
* Avoid forming ???.T type.Martin Odersky2016-04-271-1/+2
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-278-27/+26
* Merge pull request #1237 from dotty-staging/vc-ofDimDmitry Petrashko2016-04-261-4/+6
|\
| * arrayConstructors: do not rewrite ofDim for arrays of value classesVladimirNik2016-04-261-4/+6
* | Merge branch 'master' into fix-equalityodersky2016-04-261-5/+20
|\ \
| * \ Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-261-5/+20
| |\ \ | | |/ | |/|
| | * Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
| | * Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
* | | Comment out debug printlnMartin Odersky2016-04-221-1/+1
* | | Support implicitNotFound annotationMartin Odersky2016-04-223-1/+24
* | | Avoid propagating unresolved implicitsMartin Odersky2016-04-211-1/+1
* | | 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-209-17/+59
|\ \
| * | 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
* | | 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