aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extension mechanism which allows to add more properties to contexts.Martin Odersky2013-04-091-0/+9
* Improvements in tracing and some Type fixes.Martin Odersky2013-04-031-9/+1
* More fixes for classfile reading.Martin Odersky2013-03-251-1/+9
* More fixes to classfile loading.Martin Odersky2013-03-241-0/+1
* More fixes to classfile reading.Martin Odersky2013-03-231-0/+1
* More fixes to classfile reading.Martin Odersky2013-03-211-1/+1
* Pretty-printing improvements.Martin Odersky2013-03-201-1/+2
* Various fixes to make classfile loading work.Martin Odersky2013-03-151-2/+5
* Various fixes that make loadDef largely work.Martin Odersky2013-03-141-0/+5
* Various fixes to get past Definitions#init.Martin Odersky2013-03-131-1/+2
* 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