aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Defined root context with importsMartin Odersky2013-08-171-22/+7
* Integrated parser/typer into compilerMartin Odersky2013-08-141-2/+12
* Refactored handling of phases to make them more robust and simpler to install.Martin Odersky2013-08-121-6/+3
* Added code for adapt and more.Martin Odersky2013-07-211-8/+13
* Integrated reporting into TyperState.Martin Odersky2013-07-191-9/+5
* Additions needed to support implicits.Martin Odersky2013-07-191-1/+45
* Freshing out some more aspects of applications.Martin Odersky2013-07-151-0/+3
* Added functionality to deal with function applications.Martin Odersky2013-07-111-8/+18
* Added logic for constraint solving.Martin Odersky2013-06-221-16/+4
* Flehsed out constraints, with more efficient maps.Martin Odersky2013-06-221-3/+3
* Added typedIdent method.Martin Odersky2013-06-181-5/+5
* Namer redesign.Martin Odersky2013-06-061-1/+1
* wip - partial redesign of namer/typerMartin Odersky2013-06-051-1/+7
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-0/+1
* wip, because I have to get off this machine.Martin Odersky2013-05-301-10/+34
* wip namer.Martin Odersky2013-05-281-2/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
* More tree refactorings.Martin Odersky2013-05-221-1/+1
* Refactored Printing architecture.Martin Odersky2013-05-171-3/+4
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-3/+3
* Added conditional warning facilityMartin Odersky2013-05-131-1/+1
* Modifications in prepation of parsing.Martin Odersky2013-04-231-0/+1
* Added some predefined methods in Definitions.Martin Odersky2013-04-191-1/+4
* Scanners added.Martin Odersky2013-04-171-3/+6
* Removing automatic legal prefix checking.Martin Odersky2013-04-101-11/+24