aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix type errorMartin Odersky2017-04-111-1/+1
* Names are no longer SeqsMartin Odersky2017-04-111-2/+3
* Make module var names semanticMartin Odersky2017-04-111-2/+1
* Make freshName semanticMartin Odersky2017-04-111-1/+1
* Get rid of ExpandedName flagMartin Odersky2017-04-111-2/+3
* Add Variant NameInfoMartin Odersky2017-04-111-5/+1
* Bug fixesMartin Odersky2017-04-111-1/+2
* Explain skolem typesMartin Odersky2017-04-101-3/+11
* Handle printing of term paramrefsMartin Odersky2017-04-102-6/+8
* PolishingsMartin Odersky2017-04-061-1/+1
* Handle hk lambdas in tastyMartin Odersky2017-04-061-1/+1
* Further refactoringsMartin Odersky2017-04-061-2/+2
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-2/+2
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-063-11/+11
* Remove parameter from lambda typeMartin Odersky2017-04-061-1/+1
* Get rid of Name parameter for LambdaType and ParamRefMartin Odersky2017-04-061-1/+1
* ParamType refactoringsMartin Odersky2017-04-061-2/+2
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-2/+2
* Break out functionality from MethodTypeMartin Odersky2017-04-061-3/+3
* Encode variances in parameter namesMartin Odersky2017-04-061-4/+4
* Fix mal-formatting.Martin Odersky2017-04-041-2/+4
* New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-161-1/+1
* -Yplain-printer: do not print positions by defaultGuillaume Martres2017-03-121-1/+1
* Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-091-1/+3
|\
| * Fix printing of refined applied typesMartin Odersky2017-02-281-1/+3
* | Message rendering: colorize positional splice, then splitFelix Mulder2017-03-011-2/+17
|/
* Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-212-0/+16
|\
| * ImportInfo: removed ctx parameter from constructorGuillaume Martres2017-02-192-0/+16
* | Merge pull request #1984 from dotty-staging/fix-#1747-v2odersky2017-02-211-1/+2
|\ \ | |/ |/|
| * Tweak printing of polymrophic methodsMartin Odersky2017-02-141-1/+2
* | Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-131-2/+1
|/
* Merge pull request #1941 from dotty-staging/fix/infix-posodersky2017-02-081-1/+1
|\
| * Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-1/+1
* | Implement SearchResult.showMartin Odersky2017-02-082-1/+23
|/
* fix #1626: inconsistent names in -Xprintliu fengyun2017-02-022-1/+7
* Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-181-3/+4
|\
| * Refactor function operations in DefinitionsMartin Odersky2016-12-171-3/+4
* | Make errors are not swept under the carpetMartin Odersky2016-12-172-2/+5
|/
* Better printing of import symbolsMartin Odersky2016-12-011-5/+3
* -Ytest-pickler: homogenize template body output orderGuillaume Martres2016-11-221-1/+14
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2210-0/+2129