summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-1541-204/+234
|\
| * Eliminate breaking relative names in source.Paul Phillips2012-09-1429-57/+59
| * Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-141-3/+29
| |\
| | * Improve Constant#hashCodeJason Zaugg2012-09-091-11/+29
| | * Refine equality of Constant types over floating point values.Jason Zaugg2012-09-081-2/+10
| * | accommodates pull request feedbackEugene Burmako2012-09-141-23/+23
| * | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-147-15/+15
| * | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-141-3/+20
| * | improvements for reification of free symbolsEugene Burmako2012-09-144-17/+15
| * | removes build.newFreeExistentialEugene Burmako2012-09-142-5/+1
| * | Merge pull request #1294 from paulp/issue/6367Josh Suereth2012-09-131-13/+17
| |\ \
| | * | Fix for SI-6367, exponential time in inference.Paul Phillips2012-09-121-13/+17
| * | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-121-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-121-1/+1
| | |/
| * | Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1112-110/+136
| |\ \
| | * \ Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-112-0/+14
| | |\ \
| | | * | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-102-0/+14
| | | |/
| | * | Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-101-3/+3
| | |\ \
| | | * | Minor cleanups of code/comments related to value classesJason Zaugg2012-09-101-3/+3
| | | |/
| | * | Makes getClass of a value class work.Martin Odersky2012-09-081-0/+1
| | * | removes isLocatable from the public APIEugene Burmako2012-09-062-13/+10
| | * | Merge pull request #1266 from scalamacros/topic/removes-isconcreteEugene Burmako2012-09-061-19/+0
| | |\ \
| | | * | removes Type.isConcreteEugene Burmako2012-09-061-19/+0
| | | |/
| | * / More fix for invalid companions.Paul Phillips2012-09-051-27/+10
| | |/
| * | Large logging cleanup effort.Paul Phillips2012-09-012-1/+3
| * | Took measures to quiet down specialization logging.Paul Phillips2012-09-011-10/+15
| * | Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-012-5/+9
* | | Merge pull request #1187 from retronym/ticket/3577Josh Suereth2012-09-061-0/+2
|\ \ \
| * | | Mention BoundedWildcardType in "a standard type pattern match".Jason Zaugg2012-08-241-0/+2
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-0412-50/+106
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-0210-40/+59
| |\ \ \
| | * | | definitive way to learn if a symbol is a val/varEugene Burmako2012-08-272-4/+6
| | * | | Exposes Symbol.sourceModuleEugene Burmako2012-08-272-0/+6
| | * | | rehash of source file information for SymbolEugene Burmako2012-08-272-2/+7
| | * | | removes AbstractFileApiEugene Burmako2012-08-278-34/+17
| | * | | exposes MethodSymbol.isPrimaryConstructorEugene Burmako2012-08-271-0/+3
| | * | | Exposes Symbol.deSkolemize to macrosEugene Burmako2012-08-271-0/+2
| | * | | adds Symbol.isJavaEugene Burmako2012-08-272-0/+5
| | * | | adds ClassSymbol.baseClassesEugene Burmako2012-08-272-0/+7
| | * | | exposes Symbol.childrenEugene Burmako2012-08-272-0/+6
| * | | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-012-8/+39
| | |_|/ | |/| |
| * | | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-312-2/+8
* | | | Merge pull request #1226 from paulp/topic/unresolved-overloadsJosh Suereth2012-09-043-1/+14
|\ \ \ \
| * | | | Hardening specialization and others.Paul Phillips2012-08-312-4/+7
| * | | | Minor library changes to help overloading issues.Paul Phillips2012-08-311-1/+1
| * | | | Eliminated more overloaded types after typer.Paul Phillips2012-08-311-0/+1
| * | | | Don't synthesize trees with overloaded calls.Paul Phillips2012-08-312-0/+9
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-018-11/+13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Reflection tuningDominik Gruntz2012-08-303-3/+3
| * | removes Symbol.kind and Type.kindEugene Burmako2012-08-264-8/+1
| |/