summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3100 from som-snytt/paulp/reductionJason Zaugg2013-11-081-0/+38
|\
| * A value class for Precedence.Paul Phillips2013-11-081-0/+38
* | Address review commentsJason Zaugg2013-11-081-1/+1
* | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-082-12/+18
|/
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-084-105/+116
* Add a per-run cache for member symbolsJason Zaugg2013-11-082-8/+17
* Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-074-4/+26
|\
| * Flesh out the Delambdafy phase.James Iry2013-11-062-1/+22
| * Refactor Erasure for delambdafication.James Iry2013-11-062-3/+4
* | Merge pull request #3084 from retronym/topic/optJason Zaugg2013-10-301-1/+1
|\ \ | |/ |/|
| * Microptimization in implicit searchJason Zaugg2013-10-281-1/+1
* | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-283-10/+25
|/
* Merge pull request #3073 from retronym/ticket/7928Jason Zaugg2013-10-251-1/+5
|\
| * SI-7928 Favour module accessors symbols in rebindJason Zaugg2013-10-231-1/+5
* | Merge pull request #3059 from densh/pull/si-6840Jason Zaugg2013-10-231-1/+1
|\ \
| * | SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-191-1/+1
* | | Merge pull request #3057 from xeno-by/topic/fancy-java-classesJason Zaugg2013-10-233-31/+29
|\ \ \ | |_|/ |/| |
| * | fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-193-31/+29
* | | Merge pull request #3047 from xeno-by/topic/deprecateEugene Burmako2013-10-224-0/+36
|\ \ \ | |_|/ |/| |
| * | deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-184-0/+36
* | | Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-198-34/+142
|\ \ \ | |_|/ |/| |
| * | use concurrent hash map with atomic integersDen Shabalin2013-10-181-9/+5
| * | re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-183-1/+4
| * | use NameTransformer.encode for fresh name prefix sanitizationDen Shabalin2013-10-181-2/+2
| * | decrease duplication of fresh* function definitionsDen Shabalin2013-10-182-3/+7
| * | move fresh name creator into scala.reflect.internal.utilDen Shabalin2013-10-182-10/+34
| * | rename selfdef into selfTypeDen Shabalin2013-10-182-27/+27
| * | make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-183-0/+17
| * | advanced fresh name reificationDen Shabalin2013-10-183-0/+18
| * | use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-141-1/+1
| * | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-144-11/+57
* | | hotfix for runtime reflectionEugene Burmako2013-10-191-1/+3
* | | pull request feedbackEugene Burmako2013-10-181-1/+2
* | | makes all locks and tlses private and lazyEugene Burmako2013-10-182-2/+2
* | | need to synchronize Symbols.recursionTableEugene Burmako2013-10-183-1/+9
* | | replaces locks over numbers with AtomicIntegersEugene Burmako2013-10-183-15/+10
* | | thread locals instead of locks for vars in Types.scalaEugene Burmako2013-10-189-106/+148
* | | removes the assertion in missingHookEugene Burmako2013-10-181-2/+0
* | | synchronizes pendingVolatilesEugene Burmako2013-10-183-5/+3
* | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-10-181-1/+5
* | | optimizes Scala reflection GILEugene Burmako2013-10-184-65/+41
* | | SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-1810-111/+226
* | | eagerly initializes lazy vals and objects in runtime reflectionJason Zaugg2013-10-184-11/+497
* | | cleans up initialization of runtime reflectionEugene Burmako2013-10-188-34/+146
* | | reflection no longer uses enteringPhase and friendsEugene Burmako2013-10-185-28/+38
* | | synchronizes symbolsEugene Burmako2013-10-183-16/+35
* | | moves Symbol#SymbolKind to SymbolsEugene Burmako2013-10-181-1/+2
| |/ |/|
* | Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-181-4/+3
|\ \
| * | SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-4/+3
* | | Merge pull request #3033 from paulp/pr/pickler-reduxGrzegorz Kossakowski2013-10-1612-447/+453
|\ \ \