summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/StdNames.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-0/+2
* | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-141-0/+2
|/
* Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-071-16/+19
* Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-071-0/+1
* SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-25/+26
* Merge pull request #3426 from retronym/ticket/8199Grzegorz Kossakowski2014-01-291-4/+7
|\
| * SI-8199 Account for module class suffix in -Xmax-classfile-nameJason Zaugg2014-01-291-4/+7
* | Merge pull request #3374 from densh/si/6844-8076Jason Zaugg2014-01-291-5/+7
|\ \
| * | SI-8076 improve support for implicit argument listDenys Shabalin2014-01-161-0/+1
| * | SI-6844 restrict splicing in parameter positionDenys Shabalin2014-01-161-5/+6
* | | Merge pull request #3402 from densh/si/7275Eugene Burmako2014-01-291-0/+1
|\ \ \ | |_|/ |/| |
| * | SI-7275 allow flattening of blocks with ..$Denys Shabalin2014-01-231-0/+1
* | | SI-6879 improves Context.freshNameEugene Burmako2014-01-221-0/+2
|/ /
* / Give better names to UnliftHelper1 and UnliftHelper2Denys Shabalin2014-01-161-2/+2
|/
* Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-131-0/+1
|\
| * SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-151-0/+1
* | Merge pull request #3245 from densh/si/8047Jason Zaugg2014-01-031-0/+2
|\ \
| * | SI-8047 change fresh name encoding to avoid owner corruptionDen Shabalin2013-12-161-0/+2
* | | cosmetic changes to liftablesEugene Burmako2013-12-191-11/+3
| |/ |/|
* | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-101-0/+4
* | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-101-3/+12
* | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-101-0/+2
* | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-101-2/+3
* | SI-8008 Make q”f(..$xs)” only match trees with Apply nodeDen Shabalin2013-12-101-1/+0
|/
* add support for for loops and for enumerators to quasiquotesDen Shabalin2013-11-121-1/+7
* change intermidiate representation of for loop enumeratorsDen Shabalin2013-11-121-0/+1
* Flesh out the Delambdafy phase.James Iry2013-11-061-0/+1
* Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-191-7/+12
|\
| * make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-181-0/+1
| * advanced fresh name reificationDen Shabalin2013-10-181-0/+1
| * SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-141-7/+10
* | cleans up initialization of runtime reflectionEugene Burmako2013-10-181-0/+2
|/
* Merge pull request #3013 from retronym/topic/unspec-fix-windowsAdriaan Moors2013-10-031-17/+13
|\
| * Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-031-17/+13
* | clearly establishes what macro bundles areEugene Burmako2013-10-021-3/+1
|/
* Removing unused code.Paul Phillips2013-10-021-32/+0
* Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-271-10/+11
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
* add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-0/+1
* SI-7841 More robust unspecialization of namesJason Zaugg2013-09-161-14/+25
* Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-111-9/+24
|\
| * better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-051-0/+3
| * rename TupleN and TupleTypeN into SyntacticTuple and SyntacticTupleTypeDen Shabalin2013-09-051-2/+2
| * SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-051-0/+1
| * SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-051-0/+1
| * first-class early def splicing and extraction supportDen Shabalin2013-09-051-0/+4
| * add support for function type splicing and extractionDen Shabalin2013-09-051-0/+2
| * reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-051-0/+1
| * refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-051-2/+3
| * SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-051-2/+4