summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes compat for tree and type extractorsEugene Burmako2014-02-152-6/+6
* upgrades typingTransformEugene Burmako2014-02-151-0/+6
* exposes additional TreeGen methodsEugene Burmako2014-02-151-1/+1
* renames some methods in ReificationSupportEugene Burmako2014-02-153-13/+13
* addresses pull request feedbackEugene Burmako2014-02-156-3/+10
* some renamingsEugene Burmako2014-02-152-2/+2
* adds internal.subpatternsEugene Burmako2014-02-141-1/+1
* adds internal.typingTransformEugene Burmako2014-02-141-1/+31
* introduces c.internalEugene Burmako2014-02-142-1/+11
* adds Context.enclosingOwnerEugene Burmako2014-02-141-0/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-1410-47/+45
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-148-10/+10
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-149-43/+70
|\
| * Merge pull request #3525 from adriaanm/t8177bAdriaan Moors2014-02-141-1/+1
| |\
| | * SI-8177 tidy up in type reificationEugene Burmako2014-02-141-3/+1
| | * SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-132-2/+4
| * | Merge pull request #3376 from Ichoran/issue/8153Adriaan Moors2014-02-141-7/+23
| |\ \
| | * | SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-121-7/+23
| * | | SI-8280 regression in implicit selection.Paul Phillips2014-02-131-1/+4
| | |/ | |/|
| * | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-134-29/+27
| |\ \
| | * | 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-202-1/+8
| | * | 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
| * | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-121-2/+5
| | |/ | |/|
| * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-0/+2
| * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-0/+3
* | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-143-14/+38
* | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-13/+4
* | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-142-2/+28
* | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-141-4/+4
* | | additional class tags for reflection APIEugene Burmako2014-02-143-0/+15
* | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-126-48/+52
* | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1213-38/+34
|/ /
* | Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-111-1/+6
|\ \
| * | SI-7475 Private members are not inheritableJason Zaugg2014-02-101-1/+6
* | | Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-111-16/+6
* | | Merge pull request #3495 from xeno-by/ticket/8209Jason Zaugg2014-02-111-3/+5
|\ \ \
| * | | changes the order of whitebox typechecks. yes, again.Eugene Burmako2014-02-091-3/+5
* | | | Tweak parser entry point for pqDenys Shabalin2014-02-111-1/+1
* | | | Merge pull request #3456 from soc/SI-8226Grzegorz Kossakowski2014-02-115-215/+233
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-105-215/+233
* | | | Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-102-2/+4
|\ \ \ \
| * | | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-102-2/+4
* | | | | Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-101-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-101-0/+2
* | | | | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-101-0/+3
|\ \ \ \ \
| * | | | | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-091-0/+3
* | | | | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-105-7/+13
|\ \ \ \ \ \