aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Specialize printing of Lambda abstractions.Martin Odersky2015-05-211-1/+76
* Add "Printing" modeMartin Odersky2015-05-211-1/+2
* Fix printing of Constant(Claz), ie getClass[Claz]Dmitry Petrashko2015-05-081-5/+5
* RefinedPrinter: Pretty-print ErasedValueTypeGuillaume Martres2015-05-011-0/+3
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-301-1/+3
|\
| * Print ByNameTypeTrees in RefinedPrinterMartin Odersky2015-04-241-1/+3
* | Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-1/+1
|\ \ | |/ |/|
| * Unpickle ImportsMartin Odersky2015-04-221-1/+1
* | Merge pull request #475 from dotty-staging/fix/pickle-homogenizationodersky2015-04-232-8/+16
|\ \ | |/ |/|
| * Better homogenization.Martin Odersky2015-04-142-8/+16
* | Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-092-19/+19
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-092-2/+2
* Homogenize #Apply projections.Martin Odersky2015-04-071-1/+3
* Better homogenized types for testing the picklerMartin Odersky2015-04-071-4/+9
* Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
* Homogenize package ids and literalsMartin Odersky2015-03-181-3/+10
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-2/+2
* Don't print implicit for classes in homogenized viewMartin Odersky2015-03-181-1/+2
* Systematic treatement of homogenized views in printingMartin Odersky2015-03-182-6/+13
* Tweak to printing TypevarsMartin Odersky2015-03-181-1/+2
* More fixes to picklingMartin Odersky2015-03-181-1/+1
* Tweaks to printingMartin Odersky2015-03-182-5/+12
* Print templates again in sugared form.Martin Odersky2015-03-181-3/+5
* Tweaks to printingMartin Odersky2015-03-182-67/+87
* Fix implicit problem in RefinedPrinter.Martin Odersky2015-03-181-5/+5
* Tweaks to printingMartin Odersky2015-03-182-12/+11
* Handle ParsedTry nodes in RefinedPrinterMartin Odersky2015-03-181-0/+4
* Make some tree fields lazyMartin Odersky2015-03-181-7/+7
* Eliminate Throw as a typed TreeMartin Odersky2015-03-041-1/+6
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-312-7/+10
|\
| * New constraint handlingMartin Odersky2015-01-181-4/+4
| * Rename RefinedThis -> SkolemTypeMartin Odersky2015-01-101-1/+1
| * Reverting the idea that RefinedThis types take levels.Martin Odersky2015-01-101-2/+5
| * Show level for RefinedThisMartin Odersky2015-01-031-2/+2
| * Reorg of subtyping.Martin Odersky2015-01-011-1/+1
| * Better name for patternMartin Odersky2014-12-311-1/+1
* | Fix printing of Class constantsMartin Odersky2014-12-211-1/+1
|/
* Fix printing of Try nodes with non-empty cases.Dmitry Petrashko2014-12-161-1/+1
* Better printing of variant types with wildcard arguments.Martin Odersky2014-11-241-1/+1
* More robust TypeVar printing.Martin Odersky2014-11-241-3/+7
* When printing uninstantiated type variables, include their bounds.Martin Odersky2014-11-161-2/+5
* Factored out Positioned into separate file.Martin Odersky2014-11-111-1/+1
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-15/+15
* Clean up code relating to interfaces.Martin Odersky2014-11-101-1/+1
* Accessor methods print as "method", not "val/var".Martin Odersky2014-11-091-1/+1
* Methods always shwoDcl as `def`Martin Odersky2014-11-091-1/+1
* New option -Ydebug-ownersMartin Odersky2014-11-091-1/+3
* New phase: PrivateToStaticMartin Odersky2014-11-091-2/+4
* Restructure Try node.Dmitry Petrashko2014-10-301-4/+9