aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-015-30/+46
| |/
* | Merge pull request #103 from DarkDimius/transform/erasure-transformsDmitry Petrashko2014-04-026-20/+178
|\ \ | |/ |/|
| * Intercepted methods transformerDmitry Petrashko2014-04-026-7/+165
| * Fix TypeTestCastsDmitry Petrashko2014-04-011-13/+13
|/
* Merge pull request #106 from DarkDimius/fixes-lazy-vals-typoDmitry Petrashko2014-04-012-2/+2
|\
| * Fix error in lazy-vals.Dmitry Petrashko2014-03-312-2/+2
|/
* Merge pull request #102 from dotty-staging/transform/erasureDmitry Petrashko2014-03-3128-244/+433
|\
| * Factored re-typing logic into seperate ReTyper classMartin Odersky2014-03-313-69/+101
| * Memoizing Context#withPhaseDmitry Petrashko2014-03-311-18/+33
| * Renaming clear->setNewMartin Odersky2014-03-315-13/+13
| * Added implementation of TypeTestsCasts#boxMartin Odersky2014-03-311-2/+1
| * Maintaining owners during transformationsMartin Odersky2014-03-315-80/+115
| * More fixes and tests for easure.Martin Odersky2014-03-316-47/+69
| * Add -Ycheck capabilityMartin Odersky2014-03-313-6/+45
| * Adapting containsPhase to phase groupsMartin Odersky2014-03-313-6/+9
| * Avoiding type applications after erasure.Martin Odersky2014-03-312-5/+14
| * Added dummy pattern matcherMartin Odersky2014-03-312-1/+28
| * Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-313-4/+12
| * Fix in NamedType#denotMartin Odersky2014-03-311-0/+1
| * Fixing completion phaseMartin Odersky2014-03-312-2/+1
* | Merge pull request #104 from DarkDimius/lazy-vals-objDmitry Petrashko2014-03-312-1/+10
|\ \ | |/ |/|
| * Test that lazy val doesn't rewrite module definitions.Dmitry Petrashko2014-03-312-1/+10
|/
* Merge pull request #101 from dotty-staging/transform/erasureDmitry Petrashko2014-03-2928-181/+834
|\
| * Fixes to erasureMartin Odersky2014-03-295-21/+41
| * 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