summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/phases
Commit message (Expand)AuthorAgeFilesLines
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-32/+4
* Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-1/+5
* Streamline MethodSynthesis & NamersAdriaan Moors2015-09-021-2/+1
* reverses SI-6484Eugene Burmako2014-02-181-24/+2
* SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-141-2/+24
* proceeds with the quest of removing `local` from namesEugene Burmako2014-02-121-1/+1
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+2
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
* An Unapplied extractor.Paul Phillips2013-08-171-15/+3
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
* Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-291-8/+8
|\
| * SI-7649 Fix positions for reshaped tag materializersJason Zaugg2013-07-111-8/+8
* | Fixing exhaustiveness warnings.Paul Phillips2013-07-171-7/+4
* | Concision contribution.Paul Phillips2013-05-231-2/+2
* | Merge pull request #2396 from som-snytt/issue/unmoored-docAdriaan Moors2013-04-221-2/+2
|\ \
| * | SI-7376 Additional trivial Scaladoc format correctionsSom Snytt2013-04-171-2/+2
* | | Reifier -> AST Node test.Paul Phillips2013-04-091-1/+1
|/ /
* | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-3/+5
* | Merge 2.10.x into masterAdriaan Moors2013-03-121-0/+1
|\|
| * reifier is now aware of SI-7235Eugene Burmako2013-03-091-0/+1
* | Modernize legacy backquotes in comments.Jason Zaugg2013-02-254-11/+11
* | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-102-5/+12
|\|
| * Merge pull request #2085 from scalamacros/ticket/5824Eugene Burmako2013-02-081-4/+8
| |\
| | * SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-071-4/+8
| * | SI-6113 typeOf now works for type lambdasEugene Burmako2013-02-071-1/+4
| |/
| * Crash on missing accessor (internal bug in the lazy vals implementation) inst...Hubert Plociniczak2012-10-181-2/+1
| * Incorporated changes suggested in code reviewHubert Plociniczak2012-10-181-3/+3
| * Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-10/+51
* | Revert "SI-5824 Fix crashes in reify with _*"Paul Phillips2013-01-251-8/+4
* | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-01-221-4/+8
* | generalizes macroExpandEugene Burmako2013-01-091-2/+2
* | Remove Name -> TermName implicit.Paul Phillips2012-12-011-2/+2
* | Members removed in scala.reflect.Paul Phillips2012-11-201-1/+3
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-3/+1
* | Commenting out unused members.Paul Phillips2012-11-191-1/+3
* | Removed unused imports.Paul Phillips2012-11-063-5/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-7/+6
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-191-1/+2
|\|
* | Crash on missing accessor (internal bug in the lazy vals implementation) inst...Hubert Plociniczak2012-10-091-2/+1
* | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-091-3/+3
* | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-091-10/+51
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-1/+1
|/
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-3/+3
* More relative path elimination.Paul Phillips2012-09-152-4/+4
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-152-3/+2
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
* removes array tagsEugene Burmako2012-06-081-2/+0
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-3/+3