aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Take phase control settings into accountMartin Odersky2014-03-293-8/+24
| * Enable squashed phases by default.Martin Odersky2014-03-291-1/+1
| * Erasure phase PoCMartin Odersky2014-03-299-60/+386
| * Summary printingMartin Odersky2014-03-295-6/+37
| * Fix error message for missing parametersMartin Odersky2014-03-291-2/+2
| * More flexible () applications.Martin Odersky2014-03-292-6/+44
| * Transform for normalizing type tests and type castsMartin Odersky2014-03-291-0/+101
| * Reworked erasure denotation transformerMartin Odersky2014-03-2910-101/+222
* | Merge pull request #93 from namin/update-scalaDmitry Petrashko2014-03-292-2/+2
|\ \ | |/ |/|
| * Update to Scala 2.11.0-RC3.Nada Amin2014-03-252-2/+2
* | Merge pull request #100 from DarkDimius/treetransform-nextDmitry Petrashko2014-03-2722-156/+217
|\ \ | |/ |/|
| * Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-273-15/+29
| * Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-2719-88/+88
| * Fix Denotations#currentMartin Odersky2014-03-272-20/+35
| * Fix context.withPhaseMartin Odersky2014-03-275-9/+9
| * Changes to how we compute type parametersMartin Odersky2014-03-271-2/+6
| * Reworked phases.Martin Odersky2014-03-271-40/+68
|/
* Merge pull request #89 from dotty-staging/fix/transform-contextsDmitry Petrashko2014-03-242-3/+8
|\
| * Fix phase of context for denotation transformerMartin Odersky2014-03-242-3/+7
* | Merge pull request #86 from dotty-staging/fixesSébastien Doeraene2014-03-24140-143/+316
|\ \
| * | Fix of Fix of t1236: higher-kindedMartin Odersky2014-03-213-12/+18
| * | Fix of t1272: overloading resolutionMartin Odersky2014-03-212-3/+9
| * | Reverting decision what constitutes a double def.Martin Odersky2014-03-214-12/+13
| * | Fix of t1279a: baseTypeWithArgsMartin Odersky2014-03-212-5/+25
| * | Refactored lookupRefinedMartin Odersky2014-03-212-10/+10
| * | More tests, currently disabledMartin Odersky2014-03-2132-0/+0
| * | Fix of t1236: higher-kindedMartin Odersky2014-03-2110-39/+72
| * | Fix of t1280 - type of selfMartin Odersky2014-03-212-1/+1
| * | Fix for t1292 - legal prefixesMartin Odersky2014-03-214-5/+60
| * | More testsMartin Odersky2014-03-2147-20/+25
| * | Fix of t1123 - Unit discardingMartin Odersky2014-03-212-2/+4
| * | Fix of t112606A - path dependent typesMartin Odersky2014-03-212-1/+14
| * | Fix of t1056 - PartialFunctionMartin Odersky2014-03-212-2/+4
| * | Fix of t0625 - compare method typesMartin Odersky2014-03-212-2/+6
| * | More testsMartin Odersky2014-03-2112-26/+8
| * | Fix of t0774: empty fileMartin Odersky2014-03-215-0/+12
| * | Fix of t0786: view boundsMartin Odersky2014-03-212-4/+4
| * | More testsMartin Odersky2014-03-2115-5/+47
| * | Fix of t0591: implicitlyMartin Odersky2014-03-212-6/+1
| * | Fix of t0504: _root_ not foundMartin Odersky2014-03-212-2/+15
| * | Fix of t0438 - lambdas and eta expansionMartin Odersky2014-03-217-45/+26
| * | Tests t01xx and t02xxMartin Odersky2014-03-2111-3/+4
* | | Merge pull request #90 from samuelgruetter/java8-classfilesodersky2014-03-223-5/+29
|\ \ \ | |/ / |/| |
| * | ClassfileParser: apply scala commit e78896f (invokedynamic)Samuel Gruetter2014-03-212-2/+9
| * | ClassfileParser: apply scala commit b2c67b3 (java8 default methods)Samuel Gruetter2014-03-212-0/+10
| * | ClassfileParser: apply scala commit f91242c6959471b6c463538beSamuel Gruetter2014-03-211-3/+10
* | | Merge pull request #87 from gzm0/context-in-prep-transformDmitry Petrashko2014-03-211-65/+65
|\ \ \ | |/ / |/| |
| * | Make context available in TreeTransform.prepareForXX methodsTobias Schlatter2014-03-201-65/+65
| |/
* | Merge pull request #88 from dotty-staging/try/hygienic-desugaringodersky2014-03-2133-56/+458
|\ \ | |/ |/|
| * Minor improvements to tests (remove old comments)Tobias Schlatter2014-03-207-22/+7