summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/phases/Reshape.scala
Commit message (Expand)AuthorAgeFilesLines
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-32/+4
* Streamline MethodSynthesis & NamersAdriaan Moors2015-09-021-2/+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
* | 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-251-5/+5
* | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-4/+8
|\|
| * SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-071-4/+8
| * 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
* | 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
|/
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-3/+3
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-2/+1
* 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
* brings reification up to speedEugene Burmako2012-06-081-4/+43
* adds erasures to concrete type tagsEugene Burmako2012-04-171-6/+0
* Next generation of macrosEugene Burmako2012-04-121-0/+296