summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Printers.scala
Commit message (Expand)AuthorAgeFilesLines
* SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-191-1/+1
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* Update ScalaDoc code examples not to use deprecated constructsLukasz Piepiora2014-11-261-15/+15
* printOwners support added to Printers; whitespaces removedVladimirNik2014-02-201-3/+3
* Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-201-6/+8
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-5/+9
|\
| * introduces -Yshow-symownersEugene Burmako2014-02-101-6/+10
* | some renamingsEugene Burmako2014-02-151-1/+1
* | SI-6931 cleans up the position APIEugene Burmako2014-02-141-0/+10
* | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-141-1/+6
|/
* Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-151-0/+19
|\
| * toCode renamed to showCodeVladimirNik2014-01-131-2/+2
| * toCode is added to PrintersVladimirNik2014-01-051-0/+19
* | typeCheck => typecheckEugene Burmako2013-12-101-1/+1
|/
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-0/+2
* Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-1/+1
* showRaw can now print positionsEugene Burmako2012-12-251-10/+14
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-7/+13
|\
| * SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-021-5/+8
| * Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-6/+9
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-6/+6
|/
* Adds lots of new documentation for TypeTags, Mirrors, Universes and moreHeather Miller2012-10-111-38/+40
* Grouping for reflection and macrosVlad Ureche2012-10-111-1/+15
* docs for reflection and macrosEugene Burmako2012-10-111-0/+126
* hides internal methods of api.PrintersEugene Burmako2012-10-031-3/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* further improves reflection printersEugene Burmako2012-07-021-26/+13
* improves showRawEugene Burmako2012-06-191-0/+94