aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-223-1/+36
* Fix incremental compilation not working after restarting sbtGuillaume Martres2017-03-211-4/+64
* incremental compilation: Fix unstable name hashing for refined membersGuillaume Martres2017-03-211-6/+42
* Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-211-2/+2
* Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
* Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
* Handle shadowed for TermRefWithSigMartin Odersky2017-03-201-4/+8
* Fix #2084.Dmitry Petrashko2017-03-201-5/+12
* Merge pull request #2114 from dotty-staging/fix/inline-error-posGuillaume Martres2017-03-201-3/+4
|\
| * Fix position of errors in Inliner TreeTypeMapGuillaume Martres2017-03-161-3/+4
* | Merge pull request #2118 from abeln/super-bugDmitry Petrashko2017-03-201-19/+21
|\ \
| * | Fix bug in typechecking super prefix with invalid enclosing classAbel Nieto2017-03-171-19/+21
* | | Better type inference in harmonizeUnionGuillaume Martres2017-03-183-25/+26
* | | Merge pull request #2110 from dotty-staging/fix/reduce-more-lambdasGuillaume Martres2017-03-183-4/+6
|\ \ \
| * | | Reduce type lambdas even if variance changesGuillaume Martres2017-03-161-3/+4
| * | | New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-162-1/+2
| | |/ | |/|
* | | Update periods-related commentsAbel Nieto2017-03-181-3/+4
* | | Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-183-4/+10
|\ \ \ | |_|/ |/| |
| * | fix typo in commentliu fengyun2017-03-181-1/+1
| * | Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-132-4/+7
| * | Fix #2054: @Static methods may access synthetic private methods stuffDmitry Petrashko2017-03-072-2/+5
* | | Move 'invalid super qualifier' error to new error format.Abel Nieto2017-03-174-1/+43
| |/ |/|
* | Merge pull request #2106 from dotty-staging/fix/param-forwarder-access-take-2odersky2017-03-161-5/+5
|\ \
| * | Allow going from non-priv to priv denot when run changesGuillaume Martres2017-03-161-11/+6
| * | Don't force denotations in asMemberOfGuillaume Martres2017-03-161-5/+6
| * | Fix #2099: avoid loading a private member when recomputing a NamedType denotGuillaume Martres2017-03-161-2/+6
* | | Remove warning from non exhaustive match in mergeCompanionDefs.Nicolas Stucki2017-03-161-1/+1
|/ /
* | Merge pull request #2096 from dotty-staging/fix-i2051Dmitry Petrashko2017-03-151-3/+4
|\ \
| * | fix #2051: allow override T with => T or ()Tliu fengyun2017-03-141-3/+4
* | | Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-1512-50/+60
|\ \ \
| * | | Add @tailrec to avoid regressions.Nicolas Stucki2017-03-0112-44/+54
| * | | Make loop in derivesFrom a tailrec loop.Nicolas Stucki2017-03-011-6/+6
* | | | Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-1431-142/+214
|\ \ \ \
| * | | | Drop dead method and testMartin Odersky2017-03-141-19/+2
| * | | | Fix unrelated typos in commentsMartin Odersky2017-03-142-7/+7
| * | | | Check there are no forward dependencies to method parametersMartin Odersky2017-03-142-1/+20
| * | | | Fix unpickling of param-dependent methodsMartin Odersky2017-03-141-2/+2
| * | | | Drop mixed MethodType apply methodMartin Odersky2017-03-145-9/+9
| * | | | Take parameter dependencies into accountMartin Odersky2017-03-142-5/+27
| * | | | Add method to track parameter dependency statusMartin Odersky2017-03-141-4/+24
| * | | | Construct dependent method types from symbolsMartin Odersky2017-03-142-5/+21
| * | | | Construct MethodTypes from parameter closureMartin Odersky2017-03-1425-96/+108
* | | | | Merge pull request #2091 from dotty-staging/fix-#2077Guillaume Martres2017-03-142-11/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-132-11/+10
| | |/ / | |/| |
* | | | Merge pull request #2090 from dotty-staging/fix/ParSetLikeodersky2017-03-142-0/+11
|\ \ \ \
| * | | | Fix #2089: Error when compiling ParSetLike, ParSet, SetLike, in this orderGuillaume Martres2017-03-132-0/+11
| |/ / /
* | | | Merge pull request #2093 from dotty-staging/fix/sourceFileodersky2017-03-141-4/+7
|\ \ \ \
| * | | | Fix Symbol#sourceFile not working after FlattenGuillaume Martres2017-03-141-4/+7
* | | | | Merge pull request #2094 from dotty-staging/fix-i2071odersky2017-03-141-0/+2
|\ \ \ \ \
| * | | | | fix #2071: handle HKApply in SAMTypeliu fengyun2017-03-141-0/+2
| | |/ / / | |/| | |