summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* some renamingsEugene Burmako2014-02-15117-258/+258
* adds internal.subpatternsEugene Burmako2014-02-141-2/+1
* adds Context.enclosingOwnerEugene Burmako2014-02-142-8/+16
* establishes scala.reflect.api#internalEugene Burmako2014-02-1424-43/+61
* 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-1414-21/+187
|\
| * 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-144-3/+10
| |\ \
| | * | SI-8177 tidy up in type reificationEugene Burmako2014-02-144-3/+10
| | * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-131-1/+1
| | |/
| * | 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
| | |/
| * / SI-8280 regression in implicit selection.Paul Phillips2014-02-132-0/+91
| |/
| * SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-0/+20
| * SI-261 private vals in traits depend on composition orderAdriaan Moors2014-02-112-0/+13
* | 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-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-122-0/+62
* | SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-122-0/+68
|/
* SI-7475 Private members are not inheritableJason Zaugg2014-02-104-1/+17
* SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-101-1/+0
* SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-101-4/+0
* Merge pull request #3480 from paulp/pr/publicize-abstract-starGrzegorz Kossakowski2014-02-102-0/+181
|\
| * SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-062-0/+181
* | Merge pull request #3428 from retronym/ticket/6260Grzegorz Kossakowski2014-02-105-0/+39
|\ \
| * | SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-105-0/+39
* | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-106-0/+45
|\ \ \
| * | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-246-0/+45
* | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-107-1/+213
|\ \ \ \
| * | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-253-1/+23
| * | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-255-1/+14
| * | | | updates the test for by-name value class parametersEugene Burmako2014-01-242-0/+24
| * | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-242-0/+153
| |/ / /
* | | | Merge pull request #3433 from rjolly/si-7933Adriaan Moors2014-02-094-0/+23
|\ \ \ \
| * | | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-314-0/+23