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