aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Members of stable methodsMartin Odersky2014-04-142-4/+10
* Fixing prefix of implicit membersMartin Odersky2014-04-141-2/+2
* Fix mkArityArray not producing last arityDmitry Petrashko2014-04-111-3/+3
* Make mkArityArray work for classes outside "scala" packageDmitry Petrashko2014-04-111-4/+5
* Merge pull request #111 from DarkDimius/phase-reqDmitry Petrashko2014-04-111-1/+22
|\
| * Allow phases to give restrictions on pipeline position.Dmitry Petrashko2014-04-091-1/+22
* | TailRec phase and tests for it.Dmitry Petrashko2014-04-111-1/+3
* | Allow closures to take type parameters.Dmitry Petrashko2014-04-111-2/+2
* | SymDenotation.isEffectivelyFinalDmitry Petrashko2014-04-112-0/+15
* | Merge pull request #118 from dotty-staging/fix/annotationsDmitry Petrashko2014-04-091-1/+3
|\ \
| * | Fixing annotationsMartin Odersky2014-04-091-1/+3
* | | Shadowed referencesMartin Odersky2014-04-084-13/+25
* | | Option for testing for double bindingsMartin Odersky2014-04-081-5/+13
* | | Reworked TermRef handlingMartin Odersky2014-04-085-25/+126
* | | Better printing of denotations.Martin Odersky2014-04-081-2/+1
* | | Corrected computations of union denotations.Martin Odersky2014-04-081-26/+25
* | | Install method for SymDenotationsMartin Odersky2014-04-042-1/+29
|/ /
* | Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-042-4/+32
|\ \ | |/ |/|
| * remove var ContextBase.suppressNonSensicalErrors, andSamuel Gruetter2014-04-021-3/+0
| * move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-1/+32
* | Merge pull request #105 from DarkDimius/docsDmitry Petrashko2014-04-023-26/+39
|\ \
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-013-26/+39
| |/
* / Intercepted methods transformerDmitry Petrashko2014-04-022-5/+15
|/
* Memoizing Context#withPhaseDmitry Petrashko2014-03-311-18/+33
* Renaming clear->setNewMartin Odersky2014-03-311-2/+2
* Maintaining owners during transformationsMartin Odersky2014-03-311-0/+3
* More fixes and tests for easure.Martin Odersky2014-03-312-13/+8
* Adapting containsPhase to phase groupsMartin Odersky2014-03-312-4/+7
* Avoiding type applications after erasure.Martin Odersky2014-03-311-3/+8
* Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-0/+1
* Fix in NamedType#denotMartin Odersky2014-03-311-0/+1
* Fixing completion phaseMartin Odersky2014-03-311-1/+1
* Fixes to erasureMartin Odersky2014-03-291-1/+1
* Enable squashed phases by default.Martin Odersky2014-03-291-1/+1
* Erasure phase PoCMartin Odersky2014-03-294-3/+28
* Reworked erasure denotation transformerMartin Odersky2014-03-297-96/+216
* Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-273-15/+29
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-275-36/+36
* Fix Denotations#currentMartin Odersky2014-03-272-20/+35
* Fix context.withPhaseMartin Odersky2014-03-274-8/+8
* 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-247-56/+148
|\ \
| * | Fix of Fix of t1236: higher-kindedMartin Odersky2014-03-212-4/+7
| * | Fix of t1279a: baseTypeWithArgsMartin Odersky2014-03-211-5/+25
| * | Refactored lookupRefinedMartin Odersky2014-03-212-10/+10
| * | Fix of t1236: higher-kindedMartin Odersky2014-03-217-38/+68
| * | Fix for t1292 - legal prefixesMartin Odersky2014-03-211-2/+22