summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-6/+6
* Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-071-5/+1
* Query methods in api.Symbols for Java flagsLukas Rytz2015-07-221-0/+12
* Move a Scaladoc sentence to the correct methodAlexey Romanov2015-05-161-11/+12
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Update ScalaDoc code examples not to use deprecated constructsLukasz Piepiora2014-11-261-1/+1
* Documentation for isModuleClassLukas Rytz2014-07-081-0/+3
* SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-071-0/+8
* undeprecates typeSignature and typeSignatureInEugene Burmako2014-02-181-2/+0
* better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
* SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-151-0/+1
* moves Symbol.pos to public APIEugene Burmako2014-02-151-0/+3
* some renamingsEugene Burmako2014-02-151-16/+32
* adds Symbol.alternativesEugene Burmako2014-02-141-6/+6
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-108/+6
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* SI-6441 removes Symbol.isOverrideEugene Burmako2014-02-141-6/+0
* sane semantics for Symbols.companionSymbolEugene Burmako2014-02-141-0/+11
* SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-141-0/+13
* SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-141-0/+8
* SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-141-8/+8
* SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-141-1/+1
* SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-121-8/+13
* SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-121-0/+8
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Reduce visibility of implicit class tags.Paul Phillips2013-04-081-48/+0
* Merge remote-tracking branch 'origin/2.10.x' into masterPaul Phillips2013-02-231-1/+1
|\
| * Fixed error in reflection API docs about linearization order on method baseCl...Heather Miller2013-02-191-1/+1
* | Fix scaladoc typo for isTerm methodDmitry Bushev2012-12-201-1/+1
|/
* SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-021-3/+32
* Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-1/+4
* Moved @contentDiagram in SymbolsVlad Ureche2012-10-111-2/+2
* Diagram tweakingVlad Ureche2012-10-111-1/+3
* fixes a typoEugene Burmako2012-10-111-1/+1
* scala.reflect.api.Symbols documentationVlad Ureche2012-10-111-50/+330
* Symbols docs cleanup, mostly moved to guideingoem2012-10-111-198/+32
* Rearranged some reflection docs, moving things to the guideingoem2012-10-111-5/+6
* docs for reflection and macrosEugene Burmako2012-10-111-14/+229
* MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-071-1/+2
* MirrorOf => MirrorEugene Burmako2012-09-271-3/+3
* no longer docs scala.reflect.ioEugene Burmako2012-09-271-0/+4
* SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-261-16/+1
* Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-201-1/+1
|\
| * Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-181-1/+1
* | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-18/+272
|/
* moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-161-4/+4
* SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-151-2/+2
* SI-6365 removes Symbol.hasAnnotation from the APIEugene Burmako2012-09-141-5/+0
* removes isLocatable from the public APIEugene Burmako2012-09-061-12/+0
* Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-021-6/+30
|\