summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Remove EqualsPatternClass.Jason Zaugg2013-01-142-4/+1
* Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-116-17/+41
|\
| * generalizes macroExpandEugene Burmako2013-01-091-13/+0
| * parentTypes => typedParentTypesEugene Burmako2013-01-091-1/+1
| * changes isTermMacro checks to something more universalEugene Burmako2013-01-093-3/+14
| * adds Trees.replace(Tree, Tree)Eugene Burmako2013-01-091-0/+13
| * adds c.macroRoleEugene Burmako2013-01-091-0/+13
* | Merge pull request #1874 from paulp/pr/mode-value-classPaul Phillips2013-01-112-5/+154
|\ \
| * | Made "mode" into a value class.Paul Phillips2013-01-092-5/+154
| |/
* | Renamed isTrackingVariance to trackVariance.Paul Phillips2013-01-092-11/+11
* | SI-6566, unsoundness with alias variance.Paul Phillips2013-01-092-6/+8
* | Handle variance exclusions in a less ad hoc manner.Paul Phillips2013-01-092-16/+29
* | Eliminated redundant validateVariance.Paul Phillips2013-01-092-81/+61
* | Sweeping up in Variances.Paul Phillips2013-01-091-19/+15
* | Move isFinalType logic to Symbol.Paul Phillips2013-01-092-3/+12
* | Move escaping local logic into VarianceValidator.Paul Phillips2013-01-091-3/+15
* | Eliminated VariantTypeMap.Paul Phillips2013-01-093-117/+96
* | Functionalization of Variance code.Paul Phillips2013-01-091-29/+32
* | Moved VariantTypeMap into Variances.Paul Phillips2013-01-092-71/+74
* | Moved Variances into SymbolTable.Paul Phillips2013-01-092-0/+193
* | Incorporated Variance value class in Variances.Paul Phillips2013-01-095-55/+58
* | Created value class Variance.Paul Phillips2013-01-091-0/+85
|/
* Merge branch '2.10.x'Adriaan Moors2013-01-081-1/+4
|\
| * SI-6897, lubs and varargs star.Paul Phillips2012-12-311-1/+4
* | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-051-18/+19
* | adds c.introduceTopLevelEugene Burmako2013-01-0510-13/+150
* | Merge pull request #1821 from scalamacros/ticket/6638Adriaan Moors2013-01-042-2/+58
|\ \
| * | bind + argc specialization = 20x perf boostEugene Burmako2012-12-272-2/+58
* | | Merge pull request #1823 from paulp/pr/eliminate-allocationsPaul Phillips2012-12-315-45/+81
|\ \ \
| * | | Eliminate allocations in Types.Paul Phillips2012-12-271-35/+41
| * | | Eliminate allocations in Trees and Symbols.Paul Phillips2012-12-272-2/+13
| * | | Eliminate allocations in Trees.Paul Phillips2012-12-272-4/+9
| * | | Eliminate allocations in BaseTypeSeqs.Paul Phillips2012-12-271-2/+10
| * | | Eliminate allocations in TypeMap.Paul Phillips2012-12-272-3/+8
| * | | Eliminating allocations in typeDepth.Paul Phillips2012-12-271-8/+9
* | | | Merge pull request #1812 from scalamacros/topic/showrawposEugene Burmako2012-12-302-13/+18
|\ \ \ \
| * | | | showRaw can now print positionsEugene Burmako2012-12-252-13/+18
| | |/ / | |/| |
* | | | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-301-8/+36
|\ \ \ \
| * | | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-251-8/+36
| |/ / /
* | | | Merge pull request #1808 from scalamacros/topic/annotation-errorEugene Burmako2012-12-291-0/+2
|\ \ \ \
| * | | | Moves annotationError outside typedAnnotationEugene Burmako2012-12-251-0/+2
| |/ / /
* | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-291-2/+5
|\ \ \ \
| * | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-251-2/+5
| |/ / /
* | | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-296-7/+49
|\ \ \ \
| * | | | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-251-1/+1
| * | | | Changes reifier to use shorter name constructorsDen Shabalin2012-12-251-2/+2
| * | | | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-254-4/+46
| |/ / /
* | | | Merge pull request #1815 from scalamacros/topic/fresh-nameEugene Burmako2012-12-291-0/+14
|\ \ \ \
| * | | | renames c.fresh to c.freshNameEugene Burmako2012-12-251-0/+14
| |/ / /
* | | | Merge pull request #1811 from scalamacros/topic/tree-nonemptyEugene Burmako2012-12-292-0/+8
|\ \ \ \