summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/codegen/GenSymbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+1
|\
| * SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-131-1/+1
* | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-121-2/+2
|/
* merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-051-4/+4
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-0/+29
|\
| * accommodates pull request feedbackEugene Burmako2013-02-081-2/+29
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-081-0/+2
* | Remove TermName -> String implicit.Paul Phillips2012-12-021-3/+3
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
|/
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-1/+1
* SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-141-0/+1
* improvements for reification of free symbolsEugene Burmako2012-09-141-24/+36
* removes build.newFreeExistentialEugene Burmako2012-09-141-2/+1
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-0/+1
* SI-5756 correctly reifies local module classesEugene Burmako2012-08-091-1/+2
* 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-3/+33
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-4/+2
* brings reification up to speedEugene Burmako2012-06-081-0/+109