aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Fixing NoPosition leaksMartin Odersky2013-11-071-1/+1
* Special-casing printing of `_` Idents.Martin Odersky2013-11-061-1/+1
* Added capability to print tree positionsMartin Odersky2013-11-041-0/+2
* Refinement to tree printing of refs.Martin Odersky2013-10-251-3/+8
* Change in how type variables are printed.Martin Odersky2013-10-241-2/+2
* Printing trees now honors -Xprint-types option.Martin Odersky2013-10-241-1/+4
* More informative printing of typed identifiers.Martin Odersky2013-10-241-1/+4
* Making printing refined types more robust.Martin Odersky2013-10-231-2/+5
* Avoiding duplication for printing modules.Martin Odersky2013-10-231-0/+2
* Refined disambiguating printingMartin Odersky2013-10-231-0/+82
* Implemented refined prinitng of function prototypesMartin Odersky2013-10-151-0/+2
* Tightening up typer state + printing refinementsMartin Odersky2013-10-121-1/+6
* Modified printing of variant aliasesMartin Odersky2013-10-101-4/+8
* Direct access to symbol in TermRefMartin Odersky2013-09-261-0/+1
* Fixed a bug related to classfile parsingMartin Odersky2013-09-231-2/+5
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-6/+9
* Improvements to termref printing.Martin Odersky2013-09-072-17/+36
* More tests and fixes related to inference.Martin Odersky2013-08-301-2/+3
* 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