aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs related to typechecking closures.Martin Odersky2013-08-271-2/+2
* Review of all deompositions of NamedTypeMartin Odersky2013-08-241-3/+7
* Fix in printerMartin Odersky2013-08-231-2/+2
* Various bug fixes for typer.Martin Odersky2013-08-221-2/+2
* Fixed printing of self types tto prevent cyclic reference errors.Martin Odersky2013-08-191-4/+5
* Several fixes and refactorings for typecheckingMartin Odersky2013-08-191-3/+3
* Defined root context with importsMartin Odersky2013-08-174-6/+12
* Eliminating getter generation in namer/typer.Martin Odersky2013-08-161-3/+1
* Integrated parser/typer into compilerMartin Odersky2013-08-141-5/+8
* Type checking function trees and closures.Martin Odersky2013-08-051-1/+1
* Handling typevars in inference.Martin Odersky2013-08-011-0/+2
* Redesign of trees.Martin Odersky2013-07-271-1/+1
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-3/+3
* SeqLiteral refactoringMartin Odersky2013-07-221-1/+1
* Handling bounded wildcard types.Martin Odersky2013-07-191-2/+2
* Added functionality to deal with function applications.Martin Odersky2013-07-111-1/+1
* Taking accessibility into account for &, |Martin Odersky2013-06-191-1/+3
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-151-10/+14
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-131-4/+6
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-6/+6
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-251-2/+2
* Improvements to printing trees.Martin Odersky2013-05-242-40/+47
* Eliminating Trees.TypedTree and Trees.UntypedTreeMartin Odersky2013-05-221-25/+28
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-222-2/+2
* More tree refactorings.Martin Odersky2013-05-223-5/+6
* Added desugaring.Martin Odersky2013-05-221-1/+6
* Refactored Printing architecture.Martin Odersky2013-05-177-541/+870
* Made precedence common between parsers and printersMartin Odersky2013-05-141-7/+10
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-143-0/+709