summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3056 from xeno-by/topic/broken-masterEugene Burmako2013-10-191-1/+3
|\
| * hotfix for runtime reflectionEugene Burmako2013-10-191-1/+3
|/
* Merge pull request #3029 from xeno-by/ticket/6240Eugene Burmako2013-10-1843-320/+1373
|\
| * pull request feedbackEugene Burmako2013-10-185-2003/+5
| * 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
| * runtime reflection: death from thousand threadsEugene Burmako2013-10-184-0/+2051
| * removes the assertion in missingHookEugene Burmako2013-10-181-2/+0
| * synchronizes pendingVolatilesEugene Burmako2013-10-183-5/+3
| * synchronizes toolboxesEugene Burmako2013-10-181-1/+2
| * SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-10-183-1/+19
| * optimizes Scala reflection GILEugene Burmako2013-10-185-65/+41
| * SI-6240 introduces GIL to Scala reflectionEugene Burmako2013-10-1810-111/+226
| * tests for fancy classloader configurationsEugene Burmako2013-10-189-0/+137
| * improves OSGi test runner in AntJason Zaugg2013-10-181-1/+3
| * eagerly initializes lazy vals and objects in runtime reflectionJason Zaugg2013-10-185-11/+579
| * 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 #3050 from retronym/topic/docs-skip-take-twoAdriaan Moors2013-10-183-71/+87
|\ \ | |/ |/|
| * Use overwriting copy uniformly in our build.Jason Zaugg2013-10-182-28/+29
| * fix uptodate checking for osgi.doneJason Zaugg2013-10-181-0/+4
| * Skip more under ant -Ddocs.skip.Jason Zaugg2013-10-183-43/+54
* | Merge pull request #3030 from xeno-by/topic/fundep-viewsEugene Burmako2013-10-1829-24/+334
|\ \
| * | SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-1129-24/+334
* | | Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-186-5/+40
|\ \ \
| * \ \ Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-166-5/+40
| |\ \ \
| | * \ \ Merge pull request #2985 from retronym/ticket/7783Jason Zaugg2013-10-036-11/+38
| | |\ \ \
| | | * | | SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-276-11/+38
| | * | | | Merge pull request #3009 from adriaanm/2.10.4Jason Zaugg2013-10-021-1/+1
| | |\ \ \ \
| | | * | | | Bump version to 2.10.4 for nightliesAdriaan Moors2013-10-011-1/+1
| | |/ / / /
* | | | | | Merge pull request #3048 from adriaanm/sammy_testsJason Zaugg2013-10-183-0/+95
|\ \ \ \ \ \
| * | | | | | Test cases for SAM restrictions.Jason Zaugg2013-10-173-0/+95
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-182-4/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-172-4/+10
* | | | | | Merge pull request #3033 from paulp/pr/pickler-reduxGrzegorz Kossakowski2013-10-1616-1133/+644
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Eliminate redundant pickling code.Paul Phillips2013-10-1210-1037/+369
| * | | | | 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-124-4/+8
* | | | | | Merge pull request #3016 from xeno-by/topic/vampiresJason Zaugg2013-10-155-1/+62
|\ \ \ \ \ \
| * | | | | | no longer warns on calls to vampire macrosEugene Burmako2013-10-045-1/+62
* | | | | | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-1420-27/+411
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1464-581/+933
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Remove stray debug commentAdriaan Moors2013-10-081-2/+0
| * | | | | | | Single Abstract Method support: java8 testAdriaan Moors2013-10-084-1/+37