aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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