summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-144-26/+112
| * | | | | ValOrDefDef.name is now TermNameEugene Burmako2014-02-142-2/+2
| * | | | | sane semantics for Symbols.companionSymbolEugene Burmako2014-02-142-0/+18
| * | | | | adds Type.companionTypeEugene Burmako2014-02-142-0/+13
| * | | | | 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-142-15/+52
| * | | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-143-53/+38
| * | | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-143-0/+13
| * | | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-145-5/+55
| * | | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-143-6/+19
| * | | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-142-0/+10
| * | | | | additional class tags for reflection APIEugene Burmako2014-02-147-3/+24
| * | | | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-1413-96/+126
| * | | | | 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-141-1/+1
| * | | | | proceeds with the quest of removing `local` from namesEugene Burmako2014-02-126-48/+52
| * | | | | disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-1218-49/+51
| * | | | | SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-123-10/+17
| * | | | | SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-122-0/+9
| * | | | | 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 #3550 from retronym/ticket/7932Adriaan Moors2014-02-181-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SI-7932 Exclude PolyTypes from Java generic signaturesJason Zaugg2014-02-181-2/+5
* | | | | | | | Merge pull request #3545 from retronym/topic/8301Jason Zaugg2014-02-182-5/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | SI-8304 Allow volatile-typed Idents as stable ident patternsJason Zaugg2014-02-181-3/+3
| * | | | | | | SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-171-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3552 from retronym/topic/opt12Adriaan Moors2014-02-181-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Optimization: remove assertion from SubstMap constructorJason Zaugg2014-02-181-1/+2
| | |/ / / / / | |/| | | | |
* / | | | | | SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-183-32/+43
|/ / / / / /
* | | | | | Group settings should honor user-set individual optionsJason Zaugg2014-02-173-24/+18
* | | | | | Expose a means to disable boolean settingsJason Zaugg2014-02-172-1/+12
* | | | | | SI-7707 SI-7712 Exclude unused warnings from -XlintJason Zaugg2014-02-174-5/+9
|/ / / / /
* | | | | 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
| |/ / / /
* | | | / Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-175-88/+66
| |_|_|/ |/| | |
* | | | Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-1616-89/+135
|\ \ \ \
| * | | | SI-5920 enables default and named args in macrosEugene Burmako2014-02-105-66/+88
| * | | | introduces -Yshow-symownersEugene Burmako2014-02-108-40/+58
| * | | | deduplication in Symbol.nameStringEugene Burmako2014-02-101-2/+1
| * | | | standardizes checks for default gettersEugene Burmako2014-02-103-2/+7
| * | | | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-102-2/+4
* | | | | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-162-8/+6
|\ \ \ \ \
| * | | | | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-102-8/+6
* | | | | | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-165-307/+362
|\ \ \ \ \ \
| * | | | | | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-135-307/+362
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-163-66/+63
|\ \ \ \ \ \
| * | | | | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-123-66/+63
| |/ / / / /