summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/utils
Commit message (Expand)AuthorAgeFilesLines
* SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-111-1/+1
* renames some methods in ReificationSupportEugene Burmako2014-02-151-2/+2
* some renamingsEugene Burmako2014-02-151-1/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-142-12/+11
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-052-5/+15
* 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
* | Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* | 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
* | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-251-3/+3
* | Merge pull request #1719 from andriyp/ticket/5841-cleanPaul Phillips2012-12-101-0/+2
|\ \
| * | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-061-0/+2
* | | Remove TermName -> String implicit.Paul Phillips2012-12-021-3/+3
|/ /
* | Members removed in scala.reflect.Paul Phillips2012-11-201-3/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-1/+1
* | Commenting out unused members.Paul Phillips2012-11-191-1/+1
* | Removed unused imports.Paul Phillips2012-11-062-4/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-033-6/+6
* | Remove unused private members.Paul Phillips2012-11-011-6/+1
|/
* removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
* 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-272-4/+4
* Avoid relying on auto-tupling.Paul Phillips2012-09-261-6/+6
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-192-7/+7
* More relative path elimination.Paul Phillips2012-09-151-3/+3
* SI-6342 cleans up toolbox APIEugene Burmako2012-09-151-1/+1
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-4/+4
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-141-0/+1
* improvements for reification of free symbolsEugene Burmako2012-09-143-50/+34
* removes build.newFreeExistentialEugene Burmako2012-09-141-1/+1
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-0/+1
* accommodates reflection meeting feedbackEugene Burmako2012-08-091-1/+1
* SI-6204 reifier no longer causes cyclic errorsEugene Burmako2012-08-091-9/+12
* update and normalize copyright noticeAdriaan Moors2012-08-071-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
* Implicits to encourage more Name-dropping.Paul Phillips2012-07-061-1/+1
* improves showRawEugene Burmako2012-06-191-37/+2
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-7/+15
* brings reification up to speedEugene Burmako2012-06-085-0/+694