summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/utils/Extractors.scala
Commit message (Expand)AuthorAgeFilesLines
* renames some methods in ReificationSupportEugene Burmako2014-02-151-2/+2
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-10/+10
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-051-4/+14
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+1
* Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-43/+22
|\
| * removes duplication in FreeDef extractorsEugene Burmako2013-03-161-43/+22
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-4/+4
|\|
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-081-4/+4
| * SI-5841 reification of renamed importsAndriy Polishchuk2012-12-111-0/+2
* | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-061-0/+2
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+2
|/
* Implementations of isValueType and isNonValueType.Paul Phillips2012-09-281-7/+6
* SI-6417 correctly reifies non-value typesEugene Burmako2012-09-281-3/+11
* MirrorOf => MirrorEugene Burmako2012-09-271-3/+3
* Avoid relying on auto-tupling.Paul Phillips2012-09-261-6/+6
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-6/+6
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* improvements for reification of free symbolsEugene Burmako2012-09-141-14/+2
* removes build.newFreeExistentialEugene Burmako2012-09-141-1/+1
* moves Expr from api to baseEugene Burmako2012-08-021-25/+3
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-021-1/+1
* SI-5999 a real fix to the packageless problemEugene Burmako2012-07-201-2/+2
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-7/+15
* brings reification up to speedEugene Burmako2012-06-081-0/+294