summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-1327-108/+118
| |\ \
| | * | 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-206-1/+26
| | * | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-2022-111/+91
| * | | Merge pull request #3523 from adriaanm/rebase-3514Jason Zaugg2014-02-1310-17/+46
| |\ \ \
| | * | | SI-5900 Fix pattern inference regressionJason Zaugg2014-02-129-17/+23
| | * | | SI-5900 Pending test to show that SI-7886 persistsJason Zaugg2014-02-121-0/+23
| |/ / /
| * | | Merge pull request #3519 from adriaanm/rebase-3483Adriaan Moors2014-02-1214-5/+104
| |\ \ \
| | * | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-1214-5/+104
| | | |/ | | |/|
| * | | Merge pull request #3518 from adriaanm/t7753Adriaan Moors2014-02-125-33/+119
| |\ \ \ | | |/ / | |/| |
| | * | SI-7753 InstantiateDependentMap narrows type of unstable argsAdriaan Moors2014-02-125-33/+119
| |/ /
| * | Merge pull request #3516 from adriaanm/t8177Adriaan Moors2014-02-1214-102/+156
| |\ \
| | * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-1214-93/+110
| | * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-123-13/+50
| * | | Merge pull request #3515 from retronym/topic/stable-ident-ambiguousGrzegorz Kossakowski2014-02-122-0/+31
| |\ \ \
| | * | | A test case for a name binding progressionJason Zaugg2014-02-122-0/+31
| * | | | 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-123-33/+136
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-093-28/+122
| | * | | SI-6736 Range.contains is wrongRex Kerr2014-02-092-8/+17
| * | | | Merge pull request #3512 from adriaanm/t261Jason Zaugg2014-02-124-18/+13
| |\ \ \ \
| | * | | | SI-261 private vals in traits depend on composition orderAdriaan Moors2014-02-114-18/+13
| |/ / / /
* | | | | 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-148-97/+145
* | | | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-147-17/+103
* | | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-1412-41/+147
* | | | | ValOrDefDef.name is now TermNameEugene Burmako2014-02-142-2/+2
* | | | | sane semantics for Symbols.companionSymbolEugene Burmako2014-02-146-6/+46
* | | | | adds Type.companionTypeEugene Burmako2014-02-144-0/+47
* | | | | 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-144-15/+74
* | | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-148-68/+149
* | | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-145-0/+34
* | | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-149-5/+101
* | | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-148-8/+148
* | | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-145-0/+72
* | | | | additional class tags for reflection APIEugene Burmako2014-02-1410-3/+48
* | | | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-1417-98/+526
* | | | | fixes indentation in Annotations.scalaEugene Burmako2014-02-141-4/+4
* | | | | does away with implicits in StandardLiftablesEugene Burmako2014-02-141-18/+20
* | | | | SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-143-1/+7
* | | | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-127-49/+53
* | | | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1218-49/+51
* | | | | SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-125-10/+79
* | | | | SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-124-0/+77
* | | | | SI-6565 Adds missing flag values to reflection APIEugene Burmako2014-02-123-17/+78
|/ / / /