summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/StandardLiftables.scala
Commit message (Expand)AuthorAgeFilesLines
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-1/+1
* SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-241-0/+1
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-6/+0
|\
| * Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-161-6/+0
| |\
| | * Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-101-6/+0
* | | establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+2
* | | does away with implicits in StandardLiftablesEugene Burmako2014-02-141-18/+20
|/ /
* / Tweak parser entry point for pqDenys Shabalin2014-02-111-1/+1
|/
* Test edge cases of literal liftingDen Shabalin2014-01-161-10/+10
* Lift Some, None, Nil, Left, Right not just supertypesDenys Shabalin2014-01-161-4/+11
* cosmetic changes to liftablesEugene Burmako2013-12-191-18/+22
* Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-101-0/+102
* Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-101-22/+110
* implements quasiquotesDen Shabalin2013-07-081-0/+36