aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* Special context for self constructor argsMartin Odersky2014-08-241-8/+5
* Fix context for super callsMartin Odersky2014-08-241-0/+50
* Better printing of denotations.Martin Odersky2014-04-081-2/+1
* Merge pull request #99 from samuelgruetter/infostring2odersky2014-04-041-3/+0
|\
| * remove var ContextBase.suppressNonSensicalErrors, andSamuel Gruetter2014-04-021-3/+0
* | Merge pull request #105 from DarkDimius/docsDmitry Petrashko2014-04-021-0/+5
|\ \
| * | Documentation and a bit of cleanup.Dmitry Petrashko2014-04-011-0/+5
| |/
* / Intercepted methods transformerDmitry Petrashko2014-04-021-1/+3
|/
* 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
* Fix #95: Phases now have their own periods.Dmitry Petrashko2014-03-271-4/+8
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-32/+32
* Fix context.withPhaseMartin Odersky2014-03-271-5/+5
* Merge pull request #89 from dotty-staging/fix/transform-contextsDmitry Petrashko2014-03-241-2/+7
|\
| * Fix phase of context for denotation transformerMartin Odersky2014-03-241-2/+6
|/
* Removed explicit tuplings from dotc codebase.Martin Odersky2014-03-201-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-191-3/+8
* Refactored denotation transformersMartin Odersky2014-03-181-1/+4
* Renaming core.Transformer(s) -> core.DenotTransformer(s)Martin Odersky2014-03-181-1/+1
* Scond step to typer reorg: Introduce TypeAssigners.Martin Odersky2014-03-071-5/+8
* Typos corrected.Dmitry Petrashko2014-03-031-1/+1
* Reord of superIdsMartin Odersky2014-02-251-3/+3
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-241-0/+3
* Resetting uniques and hashset reorg.Martin Odersky2014-02-241-4/+11
* Drop unique hashing for superId bitsetsMartin Odersky2014-02-211-7/+0
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
* Symbol loaders no longer complete with creation contextMartin Odersky2014-02-091-3/+3
* Move maxConstraint computation to RunInfo to avoid references to stale symbols.Martin Odersky2014-02-091-1/+1
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-2/+2
* Avoid accessing implicits that come from root imports that are hidden by some...Martin Odersky2014-02-021-4/+7
* wip for implicits handling root imports.Martin Odersky2014-02-021-3/+5
* Replacing most occurrences of HashMap with AnyRefMapMartin Odersky2014-01-301-1/+1
* Selective caching of SelectionProtos and ViewProtosMartin Odersky2014-01-271-1/+1
* New treatment of uniquesMartin Odersky2014-01-261-2/+16
* Some more statistic samplingMartin Odersky2014-01-261-0/+2
* Augment namedParts to follow through on some proxy types.Martin Odersky2014-01-091-5/+3
* Fixing illegal code that should have been flagged by scalac.Martin Odersky2014-01-071-3/+5
* Ensuring that contexts do not have NoSymbol as owner.Martin Odersky2014-01-021-1/+5
* Added divergence check for implicit searchesMartin Odersky2013-11-301-0/+7
* Changes to adaptation and local type inference.Martin Odersky2013-10-151-2/+2
* Tightening up typer state + printing refinementsMartin Odersky2013-10-121-1/+2
* Fixed problem with withMode leaking into enclosing context.Martin Odersky2013-10-041-7/+7
* Changed Throwing reporting scheme.Martin Odersky2013-09-231-1/+1
* Experimental branch that drops {Term/Type}RefWithSym typesMartin Odersky2013-09-181-1/+1
* Improvements in implicits error reportingMartin Odersky2013-09-061-5/+7
* Changes in typecomparersMartin Odersky2013-09-051-2/+5
* Fixes in implicit handlingMartin Odersky2013-08-231-2/+2
* Fixing a buf in implicit searchMartin Odersky2013-08-221-2/+1
* Fixes to import handling and adaptation and implicitsMartin Odersky2013-08-211-2/+0