aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Improved printing of flagsMartin Odersky2014-07-171-1/+1
* Prevent a source of CyclicReference in refined printerMartin Odersky2014-06-191-1/+1
* Fix to printing type parameters.Martin Odersky2014-06-131-3/+3
* typedTyped needs to maintain Mode.Martin Odersky2014-05-301-1/+2
* Refinements in diagnosticsMartin Odersky2014-05-301-2/+6
* Better printing of anonymous classes.Martin Odersky2014-05-202-11/+7
* More systematic treatment of prototypes.Martin Odersky2014-05-201-5/+7
* Better printing of type variablesMartin Odersky2014-05-081-1/+1
* Fixing prefix of implicit membersMartin Odersky2014-04-141-2/+3
* Better printing of denotations.Martin Odersky2014-04-081-2/+7
* Fixes to erasureMartin Odersky2014-03-291-1/+1
* Summary printingMartin Odersky2014-03-294-6/+34
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-271-1/+1
* Hygienic desugaringMartin Odersky2014-03-201-0/+2
* Merge pull request #70 from odersky/fix/annotations-in-patternsodersky2014-03-141-2/+1
|\
| * Fixed two problems with annotated types in patternsMartin Odersky2014-03-141-2/+1
* | Fix for #55Martin Odersky2014-03-121-1/+1
|/
* First step towards Typer Reorganization.Martin Odersky2014-03-071-2/+2
* Got rid of SharedTreeDmitry Petrashko2014-03-061-2/+0
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-042-3/+3
|\
| * Typos corrected.Dmitry Petrashko2014-03-032-3/+3
* | Fix of #34Martin Odersky2014-03-031-1/+1
|/
* Disentangling SelectionProto and RefinedTypeMartin Odersky2014-02-211-1/+3
* Some changes in the interest of speedups.Martin Odersky2014-02-122-6/+6
* Making completer take an implicit contextMartin Odersky2014-02-091-2/+1
* Relaxing check that implicits must have explicit return typeMartin Odersky2014-02-021-1/+1
* Implements refined printing of ViewProtoMartin Odersky2014-01-291-0/+3
* Make RefinedPrinter Dotty compliant.Martin Odersky2014-01-151-7/+9
* Allow views when matching the result type of a selection prototype.Martin Odersky2014-01-151-1/+5
* Follow through multople layers of instantiation when printing a typevarMartin Odersky2014-01-131-1/+1
* Better reporting of cyclic references involving imports.Martin Odersky2014-01-111-0/+14
* Output cleanupsMartin Odersky2014-01-041-2/+2
* Fix prinitng of pattern guards in treesMartin Odersky2014-01-041-1/+1
* Fix printing of wildcard types.Martin Odersky2014-01-031-3/+17
* Don't print module class suffix in refined printer.Martin Odersky2014-01-031-6/+3
* Upgrades to handle subtyping between parameterized and higher-kinded types.Martin Odersky2013-12-311-4/+4
* Classdefs print their scopes under -verboseMartin Odersky2013-12-251-1/+2
* Typing by-name parameters with ExprTypes.Martin Odersky2013-12-221-2/+3
* Handling implicit unapply arguments.Martin Odersky2013-12-201-2/+8
* Fix in printing RefinedTypesMartin Odersky2013-12-161-1/+1
* Making Method a fromStartFlagMartin Odersky2013-12-162-3/+3
* Fixes to typed return, try, match.Martin Odersky2013-12-161-1/+1
* Fixes related to SAM types.Martin Odersky2013-12-151-2/+2
* Fixed several deep problems in handling of types and symbols.Martin Odersky2013-12-142-4/+12
* Added desugaring for & and | types.Martin Odersky2013-12-091-0/+2
* Fixing toText for for expressions.Martin Odersky2013-12-081-1/+6
* Refined printing of module names.Martin Odersky2013-12-062-3/+10
* Changes to Desugar and Namer.Martin Odersky2013-12-051-5/+1
* Tweaks to applications, operator assignments, and variable definitions.Martin Odersky2013-12-011-1/+5
* Fixing NoPosition leaksMartin Odersky2013-11-071-1/+1