summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* fixes handling of fancy nested classes in runtime reflectionEugene Burmako2013-10-193-31/+29
* 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
|\ \
| * | Eliminate redundant pickling code.Paul Phillips2013-10-126-353/+180
| * | Tree traversal: more uniform and granular.Paul Phillips2013-10-122-79/+122
| * | Mappings between classes and pickler tags.Paul Phillips2013-10-121-0/+128
| * | Add -Xdev to the runtime-visible settings.Paul Phillips2013-10-122-13/+17
| * | Convenience method findSymbol.Paul Phillips2013-10-122-2/+6
* | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-142-5/+56
|\ \ \
| * | | Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-146-79/+390
| |\| |
| * | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-081-1/+2
| * | | Single Abstract Method support: synthesis helpersAdriaan Moors2013-10-041-0/+38
| * | | Clarify findMembers, add reverse engineered docsAdriaan Moors2013-10-041-5/+17
* | | | Aesthetics in Trees.Paul Phillips2013-10-131-52/+52
| |/ / |/| |
* | | Merge pull request #3025 from retronym/ticket/7902Paul Phillips2013-10-121-0/+1
|\ \ \
| * | | SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2013-10-091-0/+1
| |/ /
* | | Merge pull request #3021 from paulp/pr/is-he-stable-or-is-he-volatilePaul Phillips2013-10-123-77/+85
|\ \ \ | |_|/ |/| |
| * | Extract isStable and isVolatile from Type.Paul Phillips2013-10-053-77/+85
| |/
* / Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-052-2/+304
|/
* Merge pull request #3013 from retronym/topic/unspec-fix-windowsAdriaan Moors2013-10-032-19/+17
|\
| * Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-032-19/+17
* | clearly establishes what macro bundles areEugene Burmako2013-10-023-7/+18
|/
* Removing unused code.Paul Phillips2013-10-0219-229/+21
* Remove 'hasDefaultFlag'.Paul Phillips2013-10-021-2/+0
* Merge pull request #3003 from paulp/pr/position-catchupPaul Phillips2013-10-015-17/+33
|\
| * Updating Position call sites.Paul Phillips2013-09-275-17/+33
* | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-301-1/+1
|\ \
| * | transformers no longer ignore UnApply.funEugene Burmako2013-09-261-1/+1
* | | Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-271-10/+11
| |/ |/|
* | Merge pull request #2987 from paulp/pr/emptySelfTypePaul Phillips2013-09-277-24/+22
|\ \
| * | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-277-24/+22
* | | Merge pull request #2995 from paulp/pr/defaultparamJason Zaugg2013-09-274-8/+11
|\ \ \
| * | | Fix up DEFAULTPARAM semantics.Paul Phillips2013-09-274-8/+11
| |/ /