summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* establishes scala.reflect.api#internalEugene Burmako2014-02-1440-1197/+1328
* cleans up Trees a little bitEugene Burmako2014-02-142-7/+25
* deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-141-0/+2
* deprecates String => Name implicit conversionsEugene Burmako2014-02-141-0/+2
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-1417-25/+25
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1417-157/+349
|\
| * Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-141-2/+2
| |\
| | * SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-2/+2
| * | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-141-1/+4
| |\ \
| | * | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-131-1/+4
| | |/
| * | Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-142-19/+39
| |\ \
| | * | SI-8177 tidy up in type reificationEugene Burmako2014-02-142-4/+2
| | * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-133-19/+41
| | |/
| * | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-142-21/+36
| |\ \
| | * | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-122-21/+36
| * | | SI-8280 regression in implicit selection.Paul Phillips2014-02-131-1/+4
| | |/ | |/|
| * | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-135-29/+31
| |\ \
| | * | SI-8134 Address pull request feedbackJason Zaugg2014-02-021-6/+4
| | * | SI-5954 Add a TODO comment with an idea for future workJason Zaugg2014-01-211-0/+7
| | * | SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-203-1/+12
| | * | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-203-32/+18
| * | | SI-5900 Fix pattern inference regressionJason Zaugg2014-02-121-3/+5
| * | | Merge pull request #3519 from adriaanm/rebase-3483Adriaan Moors2014-02-122-5/+11
| |\ \ \
| | * | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-122-5/+11
| | | |/ | | |/|
| * / | SI-7753 InstantiateDependentMap narrows type of unstable argsAdriaan Moors2014-02-121-30/+51
| |/ /
| * | Merge pull request #3516 from adriaanm/t8177Adriaan Moors2014-02-122-13/+47
| |\ \
| | * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-122-4/+12
| | * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-122-13/+39
| * | | Merge pull request #3506 from retronym/topic/logically-no-symbolAdriaan Moors2014-02-121-2/+3
| |\ \ \ | | |/ / | |/| |
| | * | SI-8263 Avoid SOE in logicallyEnclosingMemberJason Zaugg2014-02-121-2/+3
| * | | Merge pull request #3437 from Ichoran/issue/6736Adriaan Moors2014-02-121-31/+116
| |\ \ \
| | * | | Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-24/+105
| | * | | SI-6736 Range.contains is wrongRex Kerr2014-02-091-7/+11
* | | | | SI-6441 removes Symbol.isOverrideEugene Burmako2014-02-141-6/+0
* | | | | SI-8086 addresses problem with calling Symbol.getterEugene Burmako2014-02-141-2/+8
* | | | | SI-6931 cleans up the position APIEugene Burmako2014-02-144-96/+115
* | | | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-144-17/+69
* | | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-144-26/+112
* | | | | ValOrDefDef.name is now TermNameEugene Burmako2014-02-142-2/+2
* | | | | sane semantics for Symbols.companionSymbolEugene Burmako2014-02-142-0/+18
* | | | | adds Type.companionTypeEugene Burmako2014-02-142-0/+13
* | | | | SI-8063 exposes much needed conveniences for TypeEugene Burmako2014-02-141-0/+67
* | | | | adds Type.typeArgsEugene Burmako2014-02-141-0/+15
* | | | | splits Type.normalize into dealias and etaExpandEugene Burmako2014-02-142-15/+52
* | | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-143-53/+38
* | | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-143-0/+13
* | | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-145-5/+55
* | | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-143-6/+19
* | | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-142-0/+10
* | | | | additional class tags for reflection APIEugene Burmako2014-02-147-3/+24