aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* More refined printing optionsMartin Odersky2014-10-131-11/+15
* More robust printing or treesMartin Odersky2014-10-121-1/+1
* Add constructors phaseMartin Odersky2014-10-111-3/+4
* Add inSuperCall mode and flag.Martin Odersky2014-09-041-5/+8
* Types of This trees are promoted during retyping.Martin Odersky2014-08-311-1/+1
* Shorten "if denotation is current the symbol" to "currentSymbol".Martin Odersky2014-08-291-1/+1
* Avoid cyclic reference errors in ShowScalaMartin Odersky2014-08-291-2/+2
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-0/+2
* Make ThisTypes take TypeRefs instead of ClassSymbolsMartin Odersky2014-08-272-7/+7
* Fixing refined printing under -uniqidMartin Odersky2014-08-241-1/+1