summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/codegen
Commit message (Expand)AuthorAgeFilesLines
* SI-8040 Warn unused flagsSom Snytt2017-03-111-1/+0
* SI-8040 Heeding -Ywarn-unusedSom Snytt2017-03-111-1/+2
* SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-111-1/+1
* Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-7/+3
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-4/+4
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-262-3/+3
* SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-241-1/+0
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-3/+0
* Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-231-2/+2
|\
| * SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-191-2/+2
* | renames some methods in ReificationSupportEugene Burmako2014-02-151-9/+9
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-18/+19
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-1/+1
|\|
| * SI-8177 tidy up in type reificationEugene Burmako2014-02-141-3/+1
| * SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-132-2/+4
* | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-13/+4
* | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-141-0/+4
* | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-122-5/+5
|/
* further limits discoverability of resetAttrsEugene Burmako2014-02-071-1/+1
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-3/+3
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+2
* Aesthetics in GenTrees.Paul Phillips2013-10-131-24/+13
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* use NoMods and NoFlags for reification of empty valuesDen Shabalin2013-09-051-1/+5
* merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-052-5/+5
* Fixing exhaustiveness warnings.Paul Phillips2013-07-171-0/+2
* introduces extensibility hooks into the reifierEugene Burmako2013-07-082-11/+19
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* Modernize legacy backquotes in comments.Jason Zaugg2013-02-252-8/+8
* Remove redundant explicit returns.Jason Zaugg2013-02-251-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-103-16/+52
|\
| * accommodates pull request feedbackEugene Burmako2013-02-081-2/+29
| * term and type reftrees are now reified uniformlyEugene Burmako2013-02-081-5/+7
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-082-9/+17
| * Merge pull request #2085 from scalamacros/ticket/5824Eugene Burmako2013-02-081-1/+1
| |\
| | * SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-071-1/+1
| * | Merge pull request #2084 from scalamacros/ticket/6113Adriaan Moors2013-02-071-2/+1
| |\ \
| | * | SI-6113 typeOf now works for type lambdasEugene Burmako2013-02-071-2/+1
| | |/
| * / [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-052-3/+4
| |/
* | Revert "SI-5824 Fix crashes in reify with _*"Paul Phillips2013-01-251-1/+1
* | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-01-221-1/+1
* | Changes reifier to use shorter name constructorsDen Shabalin2012-12-251-1/+1
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-112-5/+5
|\|
| * Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-111-62/+69
| * SI-5841 reification of renamed importsAndriy Polishchuk2012-12-111-0/+7
| * evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+2
| * introduces global.pendingSuperCallEugene Burmako2012-12-062-4/+3
* | Merge pull request #1719 from andriyp/ticket/5841-cleanPaul Phillips2012-12-101-55/+69
|\ \
| * | Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-061-62/+69
| * | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-061-0/+7