summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * introduces -Yshow-symownersEugene Burmako2014-02-101-6/+10
| * | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-161-6/+0
| |\ \
| | * | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-101-6/+0
| * | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-161-0/+6
| |\ \ \
| | * | | Improve support for patterns in valsDenys Shabalin2014-02-091-0/+6
| | |/ /
* | | | adds missing signature of appliedTypeEugene Burmako2014-02-151-0/+3
* | | | updates deprecation hints in compatEugene Burmako2014-02-151-17/+17
* | | | some extension methods that I forgot to exposeEugene Burmako2014-02-151-0/+32
* | | | fixes compat for tree and type extractorsEugene Burmako2014-02-153-164/+114
* | | | exposes scope mutation APIsEugene Burmako2014-02-151-1/+0
* | | | SI-6785 exposes Symbol.flags, setFlag and resetFlagEugene Burmako2014-02-151-0/+7
* | | | better appliedType signaturesEugene Burmako2014-02-151-1/+6
* | | | makes internal.decorators signatures workEugene Burmako2014-02-151-12/+13
* | | | introduces Flag.STABLEEugene Burmako2014-02-151-0/+5
* | | | staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-152-6/+4
* | | | provides extension methods for internalEugene Burmako2014-02-151-1/+97
* | | | addresses pull request feedbackEugene Burmako2014-02-151-6/+6
* | | | Type.companionType => Type.companionEugene Burmako2014-02-151-1/+1
* | | | addresses pull request feedbackEugene Burmako2014-02-151-34/+56
* | | | renames some methods in ReificationSupportEugene Burmako2014-02-151-5/+5
* | | | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-151-0/+1
* | | | moves Symbol.pos to public APIEugene Burmako2014-02-151-0/+3
* | | | addresses pull request feedbackEugene Burmako2014-02-151-4/+2
* | | | some renamingsEugene Burmako2014-02-1510-50/+86
* | | | adds initialize and fullyInitializeEugene Burmako2014-02-141-0/+17
* | | | adds Symbol.alternativesEugene Burmako2014-02-141-6/+6
* | | | reflection API compatibility with 2.10.xEugene Burmako2014-02-141-0/+282
* | | | establishes scala.reflect.api#internalEugene Burmako2014-02-1414-890/+915
* | | | cleans up Trees a little bitEugene Burmako2014-02-141-7/+18
* | | | deprecates api#Name.decoded and api#Name.encodedEugene Burmako2014-02-141-0/+2
* | | | deprecates String => Name implicit conversionsEugene Burmako2014-02-141-0/+2
* | | | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* | | | SI-6441 removes Symbol.isOverrideEugene Burmako2014-02-141-6/+0
* | | | SI-6931 cleans up the position APIEugene Burmako2014-02-142-59/+111
* | | | SI-8118 simplifies Annotation down to a plain TreeEugene Burmako2014-02-141-12/+46
* | | | ValOrDefDef.name is now TermNameEugene Burmako2014-02-141-1/+1
* | | | sane semantics for Symbols.companionSymbolEugene Burmako2014-02-141-0/+11
* | | | adds Type.companionTypeEugene Burmako2014-02-141-0/+5
* | | | 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-141-1/+24
* | | | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-141-1/+6
* | | | SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-141-0/+6
* | | | SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-141-2/+14
* | | | SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-141-0/+13
* | | | SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-141-0/+8
* | | | additional class tags for reflection APIEugene Burmako2014-02-142-0/+6
* | | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-149-90/+120
* | | | fixes indentation in Annotations.scalaEugene Burmako2014-02-141-4/+4
* | | | does away with implicits in StandardLiftablesEugene Burmako2014-02-141-18/+20