aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed CheckTreesMartin Odersky2014-08-034-11/+28
* Initial versions of Variances and CheckVariancesMartin Odersky2014-08-035-2/+229
* Added utility method: underlyingSymbolMartin Odersky2014-08-033-2/+16
* Add showDcl method for SingleDenotationsMartin Odersky2014-08-033-6/+17
* Preparation for intgeration of RefChecksMartin Odersky2014-08-035-23/+179
* Merge pull request #157 from gkossakowski/name-hashingDmitry Petrashko2014-08-031-0/+3
|\
| * Enable improved incremental compilation (name hashing)Grzegorz Kossakowski2014-07-251-0/+3
* | Merge pull request #141 from dotty-staging/transform/repeatedodersky2014-08-0315-42/+142
|\ \ | |/ |/|
| * Added test case for varargs bridgesMartin Odersky2014-08-032-0/+15
| * Cleanup for varargs bridge.Martin Odersky2014-08-031-5/+10
| * Fixed underlyingIfRepeated.Martin Odersky2014-08-032-12/+7
| * Fixed tpd.refMartin Odersky2014-08-031-1/+1
| * Add varargs bridge methodsMartin Odersky2014-08-036-18/+104
| * Adapt signature of <repeated>Martin Odersky2014-08-031-2/+6
| * Eliminate JavaRepeatedParamClassMartin Odersky2014-08-035-15/+10
|/
* Merge pull request #155 from dotty-staging/tailrecTCDmitry Petrashko2014-07-2310-134/+287
|\
| * Fixed typoMartin Odersky2014-07-221-1/+1
| * Defined substitution which follows aliasesMartin Odersky2014-07-223-8/+49
| * Move Ycheck after tailrecDmitry Petrashko2014-07-221-1/+2
| * Make trees after TailRec type correctDmitry Petrashko2014-07-221-90/+73
| * Add test for tailcallDmitry Petrashko2014-07-221-0/+4
| * Fix typo in lazyValsDmitry Petrashko2014-07-221-1/+1
| * Create RetypingTreeMap that propagates typesDmitry Petrashko2014-07-223-30/+154
| * Allow FullParametrization to work on localy defined methodsDmitry Petrashko2014-07-221-3/+3
|/
* Merge pull request #152 from dotty-staging/fux/substThisDmitry Petrashko2014-07-212-2/+6
|\
| * Fix of FullParameterizationMartin Odersky2014-07-212-2/+6
* | Merge pull request #149 from dotty-staging/fix/#148Nada Amin2014-07-204-1/+90
|\ \
| * | fix/148Martin Odersky2014-07-204-1/+90
| |/
* | Merge pull request #146 from dotty-staging/docs/hk-typo-fixDmitry Petrashko2014-07-191-1/+1
|\ \
| * | Fixed typoMartin Odersky2014-07-191-1/+1
| |/
* | Merge pull request #145 from dotty-staging/fix/#143odersky2014-07-192-4/+20
|\ \
| * | Added test for #143 to regression testsMartin Odersky2014-07-191-0/+0
| * | Fixed #143Martin Odersky2014-07-192-4/+20
| |/
* | delete unmatched )Nada Amin2014-07-191-1/+1
* | minor typoNada Amin2014-07-191-1/+1
|/
* Merge pull request #140 from dotty-staging/transform/extensionMethodsDmitry Petrashko2014-07-1765-422/+2095
|\
| * Made FullParameterization more customizableMartin Odersky2014-07-171-5/+15
| * Handle selftypes in FullParameterizationMartin Odersky2014-07-172-9/+15
| * Make self types always include a reference to the classMartin Odersky2014-07-171-8/+20
| * Fixed problem with missing denotations in polyDefDefMartin Odersky2014-07-172-2/+5
| * Fix to rewire typesMartin Odersky2014-07-174-18/+75
| * Refactored reusable full parameterization code into base trait.Martin Odersky2014-07-174-144/+197
| * Make ExtensionMethods not rely on TailRecMartin Odersky2014-07-173-14/+56
| * Fixes to ReTyperMartin Odersky2014-07-172-9/+21
| * Fixes to TreeTypeMapMartin Odersky2014-07-171-3/+13
| * Avoid forming SeqLiterals with singleton type element.Martin Odersky2014-07-171-1/+1
| * Semantic printingMartin Odersky2014-07-172-9/+19
| * Made ExtensionMethods work as an InfoTransformerMartin Odersky2014-07-171-16/+37
| * Fix problem with dynamicSignature.Martin Odersky2014-07-172-4/+6
| * Simplification: dynamicSignature instead of toDynamicMartin Odersky2014-07-172-42/+12