summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | Merge pull request #3537 from Blaisorblade/issue/6566Adriaan Moors2014-02-181-3/+4
|\ \ \ \ \ \
| * | | | | | SI-6566, unsoundness with alias variance: document fixPaolo G. Giarrusso2014-02-161-3/+4
* | | | | | | Merge pull request #3538 from Blaisorblade/patch-2Adriaan Moors2014-02-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | README.md: Add link to CONTRIBUTING.mdPaolo G. Giarrusso2014-02-161-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3550 from retronym/ticket/7932Adriaan Moors2014-02-183-2/+19
|\ \ \ \ \ \ \
| * | | | | | | SI-7932 Exclude PolyTypes from Java generic signaturesJason Zaugg2014-02-183-2/+19
* | | | | | | | Merge pull request #3545 from retronym/topic/8301Jason Zaugg2014-02-184-5/+60
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-182-3/+39
| * | | | | | | SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-172-2/+21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3552 from retronym/topic/opt12Adriaan Moors2014-02-181-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Optimization: remove assertion from SubstMap constructorJason Zaugg2014-02-181-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3529 from Ichoran/issue/8072Jason Zaugg2014-02-185-32/+53
|\ \ \ \ \ \ \
| * | | | | | | SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-185-32/+53
| |/ / / / / /
* | | | | | | Merge pull request #3548 from retronym/ticket/5165Jason Zaugg2014-02-183-0/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-5165 separate compilation test Java annotations bugJason Zaugg2014-02-183-0/+17
| |/ / / / / /
* | | | | | | Merge pull request #3549 from retronym/ticket/5134Jason Zaugg2014-02-181-0/+8
|\ \ \ \ \ \ \
| * | | | | | | SI-5134 Test case for fixed DelayedInit / structural type bugJason Zaugg2014-02-181-0/+8
| |/ / / / / /
* | | | | | | Merge pull request #3547 from retronym/ticket/5565Jason Zaugg2014-02-181-0/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-5565 Test case for fixed delayed init bugJason Zaugg2014-02-181-0/+12
|/ / / / / /
* | | | | | Merge pull request #3544 from retronym/topic/unused-warningsAdriaan Moors2014-02-1710-44/+94
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Group settings should honor user-set individual optionsJason Zaugg2014-02-174-24/+42
| * | | | | Expose a means to disable boolean settingsJason Zaugg2014-02-173-1/+40
| * | | | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-177-19/+12
|/ / / / /
* | | | | Merge pull request #3539 from Blaisorblade/topic/performanceGrzegorz Kossakowski2014-02-171-1/+1
|\ \ \ \ \
| * | | | | Avoid storing source file contents twicePaolo G. Giarrusso2014-02-161-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #3542 from retronym/revert/5920Eugene Burmako2014-02-1726-384/+119
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-1726-384/+119
|/ / / /