summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* establishes scala.reflect.api#internalEugene Burmako2014-02-1476-2094/+2254
* cleans up Trees a little bitEugene Burmako2014-02-142-7/+25
* deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-142-1/+3
* deprecates String => Name implicit conversionsEugene Burmako2014-02-149-14/+16
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-1421-41/+57
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1499-327/+1057
|\
| * Merge pull request #3531 from Ichoran/issue/8188Adriaan Moors2014-02-142-2/+27
| |\
| | * SI-8188 NPE during deserialization of TrieMapRex Kerr2014-02-142-2/+27
| * | Merge pull request #3530 from Ichoran/issue/6632Adriaan Moors2014-02-143-19/+17
| |\ \
| | * | SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-133-19/+17
| | |/
| * | Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-1415-50/+168
| |\ \
| | * | SI-8177 tidy up in type reificationEugene Burmako2014-02-147-8/+13
| | * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-1312-47/+160
| | |/
| * | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-144-21/+51
| |\ \
| | * | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-124-21/+51
| * | | 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
| | | |/ | | |/|
| * | | Merge pull request #3524 from paulp/pr/8280Adriaan Moors2014-02-133-1/+95
| |\ \ \ | | |/ / | |/| |
| | * | SI-8280 regression in implicit selection.Paul Phillips2014-02-133-1/+95
| |/ /
| * | 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