summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Printers.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-141-1/+1
* Refactor triple quote quotingSom Snytt2016-06-161-15/+15
* Avoid triple-quoting triple quotesSom Snytt2016-06-161-1/+1
* SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-191-25/+23
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-13/+13
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-2/+2
* SI-9057 - fix `showCode` to put backticks around names including dotsJan Bessai2015-01-071-1/+2
* SI-8875 showCode should print all class constructor modifiers.Antoine Gourlay2014-10-241-1/+1
* TypeTree printing modified (SI-8447)VladimirNik2014-05-091-14/+27
* SI-8386 fixedVladimirNik2014-03-111-2/+3
* printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-23/+26
* move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-201-3/+3
* CodePrinter: TypedTreePrinter merged with ParsedTreePrinterVladimirNik2014-02-201-123/+89
* lazy vals printing fixed for typechecked treesVladimirNik2014-02-201-10/+12
* printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-12/+23
* Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-201-26/+136
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-4/+7
|\
| * Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-0/+3
| |\
| | * introduces -Yshow-symownersEugene Burmako2014-02-101-23/+26
| * | Move null check case higher to avoid NPEDenys Shabalin2014-02-091-27/+27
| |/
* | some renamingsEugene Burmako2014-02-151-12/+12
* | SI-6931 cleans up the position APIEugene Burmako2014-02-141-0/+4
* | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-141-23/+28
|/
* Problem with EOL in tests for Printers is fixedVladimirNik2014-01-171-5/+7
* toCode renamed to showCodeVladimirNik2014-01-131-1/+1
* Code cleanup based on pull request commentsVladimirNik2014-01-071-65/+56
* Annotated trees processing is modifiedVladimirNik2014-01-071-22/+17
* Printers code refactoring and cleanupVladimirNik2014-01-051-251/+188
* toCode is added to PrintersVladimirNik2014-01-051-0/+615
* val showOuterTests is removedVladimirNik2014-01-011-6/+0
* Variance annotations printingVladimirNik2014-01-011-0/+5
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-0/+2
|\
| * showRaw now prints symbols of def treesEugene Burmako2013-08-101-0/+2
| * [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-051-3/+1
| * [nomaster] Revert "DummyTree => CannotHaveAttrs"Eugene Burmako2013-02-051-1/+1
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+3
* | Simplify type bounds.Paul Phillips2013-04-201-1/+8
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-13/+14
* | Name boolean arguments in src/reflect.Jason Zaugg2013-03-051-4/+4
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-6/+6
* | Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* | Merge pull request #1812 from scalamacros/topic/showrawposEugene Burmako2012-12-301-3/+4
|\ \
| * | showRaw can now print positionsEugene Burmako2012-12-251-3/+4
* | | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-251-1/+1
|/ /
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-2/+4
|\|
| * DummyTree => CannotHaveAttrsEugene Burmako2012-12-061-1/+1
| * introduces global.pendingSuperCallEugene Burmako2012-12-061-1/+3
* | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-2/+5
|\|