aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* First steps to make compiler start work.Martin Odersky2013-03-111-3/+10
* Some refinements for priningMartin Odersky2013-03-071-1/+8
* Finished polishing of Types and TypeOps.Martin Odersky2013-03-061-2/+5
* More polishing of types.Martin Odersky2013-03-051-1/+0
* Review of TypeComparersMartin Odersky2013-03-051-3/+8
* Rewrite of isVolatileMartin Odersky2013-03-041-6/+6
* Cleaup of ContextsMartin Odersky2013-02-271-16/+101
* Filling in all ???sMartin Odersky2013-02-271-23/+51
* Refactoring and cleanup of several symbol creation related aspects.Martin Odersky2013-02-241-2/+3
* Fleshed out tree handlingMartin Odersky2013-02-161-1/+5
* New definitions and flagsMartin Odersky2013-02-151-7/+11
* Make NoContext#base a def.Jason Zaugg2013-02-101-1/+1
* Fleshed out printers.Martin Odersky2013-02-081-0/+23
* Make superId management depend on TypeRefs instead of ClassSymbols.Martin Odersky2013-02-071-5/+5
* Some progress in printing things.Martin Odersky2013-02-061-6/+21
* Various additions and improvements, in preparation for addition of unpicklers.Martin Odersky2013-02-061-0/+1
* Introduces caching for condensed contextsMartin Odersky2013-02-031-6/+12
* Refined completion protocol to account for missing toplevel symbols.Martin Odersky2013-02-031-0/+2
* Making contexts retained in completers condensed to avoid space leaksMartin Odersky2013-02-031-1/+7
* Integration of settings, platform, pathresolver, etc.Martin Odersky2013-02-031-10/+21
* Added config package with settings, platform.Martin Odersky2013-02-011-3/+11
* Fleshed out definitions and class loading architecture.Martin Odersky2013-01-311-1/+4
* Swiztched to name table, added StdNames and related definitions. Introduced L...Martin Odersky2013-01-301-21/+14
* New Context architecture based on cloningMartin Odersky2013-01-291-33/+78
* Various additions to symbols, denotations, and elsewhereMartin Odersky2013-01-241-6/+13
* Made classOfId grow to match superId range.Martin Odersky2013-01-221-2/+10
* Big renaming to drop Reference(d) as a terminology and use Denotation instead...Martin Odersky2013-01-211-2/+2
* Fleshed out transformer architecture.Martin Odersky2013-01-171-1/+1
* Made Period a value class.Martin Odersky2013-01-131-2/+1
* Refactored Types to move auxiliary operations into Context. Moved per-run sta...Martin Odersky2013-01-101-6/+41
* Renamed class for SubTypers and added to ContextMartin Odersky2013-01-061-2/+7
* First implementation of SubTyper.Martin Odersky2012-12-221-0/+4
* Some more definitions in Definitions.Martin Odersky2012-12-221-1/+1
* Added rudimentary Definitions objectMartin Odersky2012-12-181-1/+2
* Implemented baseClasses and baseTypes (2). Refactored RefinedType and ClassIn...Martin Odersky2012-12-161-0/+1
* Initial commitMartin Odersky2012-12-061-0/+47