summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/codegen/GenTrees.scala
Commit message (Expand)AuthorAgeFilesLines
* Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-2/+2
* renames some methods in ReificationSupportEugene Burmako2014-02-151-9/+9
* proceeds with the quest of removing `local` from namesEugene Burmako2014-02-121-3/+3
* further limits discoverability of resetAttrsEugene Burmako2014-02-071-1/+1
* 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-051-1/+1
* introduces extensibility hooks into the reifierEugene Burmako2013-07-081-11/+16
* Modernize legacy backquotes in comments.Jason Zaugg2013-02-251-7/+7
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-14/+22
|\
| * term and type reftrees are now reified uniformlyEugene Burmako2013-02-081-5/+7
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-081-9/+15
| * 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
| * | [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-051-3/+1
| |/
* | 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
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-2/+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-061-1/+3
* | Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-061-62/+69
* | SI-5841 reification of renamed importsAndriy Polishchuk2012-12-061-0/+7
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-3/+3
|/
* improvements for reification of free symbolsEugene Burmako2012-09-141-1/+1
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-6/+4
* brings reification up to speedEugene Burmako2012-06-081-0/+218