summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Liftables.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| | | | | | | | | | | | | This commit corrects many typos found in scaladocs, comments and documentation. It should reduce a bit number of PRs which fix one typo. There are no changes in the 'real' code except one corrected name of a JUnit test method and some error messages in exceptions. In the case of typos in other method or field names etc., I just skipped them. Obviously this commit doesn't fix all existing typos. I just generated in IntelliJ the list of potential typos and looked through it quickly.
* Update references to quasiquotes guideDenys Shabalin2014-04-031-4/+4
|
* Address pull request feedbackDenys Shabalin2014-02-241-2/+2
|
* Add ScalaDoc to Quasiquotes and Liftables parts of apiDenys Shabalin2014-02-241-5/+50
|
* cosmetic changes to liftablesEugene Burmako2013-12-191-0/+30
Namely: 1) Moved definitions of Liftable and Unliftable into a separate file. 2) Inlined internal names that were only used in StandardLiftables.