summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/runtime/SynchronizedSymbols.scala
Commit message (Expand)AuthorAgeFilesLines
* Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-0/+2
* Don't cache `MethodSymbol`'s `memberType`.Adriaan Moors2016-08-111-6/+1
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-3/+0
* Fix many typos in docs and commentsmpociecha2014-12-141-4/+4
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-2/+1
* turns off the gilSynchronizedIfNotInited optimizationEugene Burmako2014-02-011-2/+4
* SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-211-17/+98
* Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-201-2/+0
* Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-141-2/+9
* need to synchronize Symbols.recursionTableEugene Burmako2013-10-181-0/+5
* replaces locks over numbers with AtomicIntegersEugene Burmako2013-10-181-8/+5
* synchronizes pendingVolatilesEugene Burmako2013-10-181-0/+2
* optimizes Scala reflection GILEugene Burmako2013-10-181-56/+22
* SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-181-45/+49
* reflection no longer uses enteringPhase and friendsEugene Burmako2013-10-181-1/+23
* synchronizes symbolsEugene Burmako2013-10-181-4/+7
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Members removed in scala.reflect.Paul Phillips2012-11-201-3/+0
* Revert "Commenting out unused members."Paul Phillips2012-11-191-2/+2
* Commenting out unused members.Paul Phillips2012-11-191-2/+2
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-191-1/+1
|\
| * Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-091-1/+1
| |\
| | * turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-031-1/+1
* | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-071-1/+1
|\| |
| * | MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-071-1/+1
| |/
* / Overhauled documentation and structure of tpe/tpeHK/etc.Paul Phillips2012-10-021-1/+2
|/
* Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-181-1/+1
* improvements for reification of free symbolsEugene Burmako2012-09-141-4/+4
* removes AbstractFileApiEugene Burmako2012-08-271-2/+2
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-2/+0
* more refinements of reflection APIEugene Burmako2012-08-021-3/+2
* miscellaneous refinements of reflection APIEugene Burmako2012-08-021-0/+3
* SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-021-1/+1
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+140