summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* establishes scala.reflect.api#internalEugene Burmako2014-02-1434-61/+82
* deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-141-1/+1
* deprecates String => Name implicit conversionsEugene Burmako2014-02-148-14/+14
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-144-16/+32
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1480-220/+667
|\
| * Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-141-0/+25
| |\
| | * SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-141-0/+25
| * | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-142-18/+13
| |\ \
| | * | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-132-18/+13
| | |/
| * | Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-1413-31/+129
| |\ \
| | * | SI-8177 tidy up in type reificationEugene Burmako2014-02-145-4/+11
| | * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-139-28/+119
| | |/
| * | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-142-0/+15
| |\ \
| | * | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-122-0/+15
| * | | Merge pull request #3526 from retronym/ticket/1786-cycleGrzegorz Kossakowski2014-02-141-0/+57
| |\ \ \
| | * | | SI-8276 Test for cyclic error caused by (reverted) SI-1786 fixJason Zaugg2014-02-131-0/+57
| | | |/ | | |/|
| * / | SI-8280 regression in implicit selection.Paul Phillips2014-02-132-0/+91
| |/ /
| * | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-1322-79/+87
| |\ \
| | * | SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-203-0/+14
| | * | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-2019-79/+73
| * | | SI-5900 Fix pattern inference regressionJason Zaugg2014-02-128-65/+18
| * | | Merge pull request #3519 from adriaanm/rebase-3483Adriaan Moors2014-02-1212-0/+93
| |\ \ \
| | * | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-1212-0/+93
| | | |/ | | |/|
| * / | SI-7753 InstantiateDependentMap narrows type of unstable argsAdriaan Moors2014-02-124-3/+68
| |/ /
| * | Merge pull request #3516 from adriaanm/t8177Adriaan Moors2014-02-1212-89/+109
| |\ \
| | * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-1212-89/+98
| | * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-0/+11
| * | | 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 #3437 from Ichoran/issue/6736Adriaan Moors2014-02-121-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Reasonable Range operations consistently work when overfull.Rex Kerr2014-02-091-1/+2
| * | | SI-261 private vals in traits depend on composition orderAdriaan Moors2014-02-114-18/+13
* | | | SI-6931 cleans up the position APIEugene Burmako2014-02-144-1/+30
* | | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-143-0/+34
* | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-148-15/+35
* | | | sane semantics for Symbols.companionSymbolEugene Burmako2014-02-144-6/+28
* | | | adds Type.companionTypeEugene Burmako2014-02-142-0/+34
* | | | splits Type.normalize into dealias and etaExpandEugene Burmako2014-02-142-0/+22
* | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-145-15/+111
* | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-142-0/+21
* | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-144-0/+46
* | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-145-2/+129
* | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-143-0/+62
* | | | additional class tags for reflection APIEugene Burmako2014-02-142-0/+18
* | | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-144-2/+400
* | | | SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-142-0/+6
* | | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-121-1/+1
* | | | SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-122-0/+62
* | | | SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-122-0/+68
|/ / /
* | | Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-1124-50/+149
|\ \ \