summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/runtime/JavaMirrors.scala
Commit message (Expand)AuthorAgeFilesLines
* Address review commentsLukas Rytz2016-10-281-1/+1
* Merge pull request #5042 from soc/SI-9539Jason Zaugg2016-05-051-2/+2
|\
| * SI-9539 Specify charset when reading ScalaSignatures, ...Simon Ochsenreither2016-03-151-2/+2
* | Do not rely on ScalaRunTime.{inlineEquals,hash} in JavaMirrors.Sébastien Doeraene2016-04-131-3/+3
* | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-1/+1
* | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+1
* | New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-2/+2
|/
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-5/+5
* Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-141-3/+3
* Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-021-0/+1
* SI-9212 Fix toolbox with varargs constructorsJason Zaugg2015-06-091-0/+1
* SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-031-0/+1
* Merge pull request #4411 from xeno-by/ticket/9252Lukas Rytz2015-04-091-5/+1
|\
| * SI-9252 gets rid of custom logic for jArrayClass in runtime reflectionEugene Burmako2015-03-271-5/+1
* | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-4/+4
|/
* SI-9102: Improve testSom Snytt2015-03-111-4/+4
* SI-9102: Reflect method invoke with mixed argsSom Snytt2015-03-111-3/+6
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-15/+10
* Merge commit '876590b' into topic/merge-2.10.xJason Zaugg2014-05-081-4/+7
|\
| * SI-8196 Runtime reflection robustness for STATIC impl detailsJason Zaugg2014-03-111-4/+7
* | staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-151-4/+1
* | SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-151-0/+9
* | some renamingsEugene Burmako2014-02-151-6/+6
* | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* | adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-141-29/+4
* | additional class tags for reflection APIEugene Burmako2014-02-141-3/+2
* | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-101-87/+153
|\ \
| * | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-251-41/+66
| * | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-251-40/+51
| * | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-241-6/+36
* | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-9/+17
* | | FromJavaClassCompleter is now flag-agnosticEugene Burmako2014-01-201-8/+10
|/ /
* | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-1/+3
* | fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-191-28/+14
* | removes the assertion in missingHookEugene Burmako2013-10-181-2/+0
* | SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-181-6/+8
* | cleans up initialization of runtime reflectionEugene Burmako2013-10-181-22/+9
* | synchronizes symbolsEugene Burmako2013-10-181-0/+5
* | Removing unused code.Paul Phillips2013-10-021-3/+2
* | Merge pull request #2904 from som-snytt/issue/reflect-priv-ctorJason Zaugg2013-09-101-1/+1
|\ \
| * | SI-7810 Reflect private constructorSom Snytt2013-09-031-1/+1
* | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-051-0/+14
|\ \ \ | |/ / |/| / | |/
| * SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-231-0/+14
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-5/+14
|\|
| * [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-131-2/+2
| * brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-231-2/+11
* | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-1/+1
* | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-101-9/+4
|\|