summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-1937-298/+599
|\ \ \ \ \ \ \
| * | | | | | | annotate return type of the implicit fresh name creatorDen Shabalin2013-10-181-2/+2
| * | | | | | | use more descriptive types instead of ints in the parser and scannerDen Shabalin2013-10-182-82/+85
| * | | | | | | use concurrent hash map with atomic integersDen Shabalin2013-10-183-12/+8
| * | | | | | | re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-185-1/+7
| * | | | | | | use NameTransformer.encode for fresh name prefix sanitizationDen Shabalin2013-10-181-2/+2
| * | | | | | | eliminate isCaseDefEnd override by moving the logic into stock parserDen Shabalin2013-10-183-4/+2
| * | | | | | | decrease duplication of fresh* function definitionsDen Shabalin2013-10-189-67/+44
| * | | | | | | move fresh name creator into scala.reflect.internal.utilDen Shabalin2013-10-185-56/+38
| * | | | | | | rename selfdef into selfTypeDen Shabalin2013-10-182-27/+27
| * | | | | | | fix minor regression in quasiquote reificationDen Shabalin2013-10-181-1/+1
| * | | | | | | better name for isCaseDefStartDen Shabalin2013-10-182-7/+7
| * | | | | | | make q"f(..$xs)" deconstruction symmetrical to q"f[..$xs]"Den Shabalin2013-10-185-3/+22
| * | | | | | | advanced fresh name reificationDen Shabalin2013-10-188-8/+126
| * | | | | | | use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-147-15/+57
| * | | | | | | minor changes due to typosDen Shabalin2013-10-142-3/+3
| * | | | | | | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-1415-27/+187
| * | | | | | | refactor out range position utility constructorsDen Shabalin2013-10-141-2/+4
| * | | | | | | refactor out common logic between various statSeq-s in parserDen Shabalin2013-10-141-35/+31
| * | | | | | | harden test case to avoid parsing failure when name is keywordDen Shabalin2013-10-141-1/+3
* | | | | | | | Merge pull request #3051 from retronym/merge/2.10.x-to-master-4Grzegorz Kossakowski2013-10-198-0/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-4Jason Zaugg2013-10-188-0/+0
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #3043 from retronym/topic/flakyJason Zaugg2013-10-178-0/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | Disable tests for SI-7020Jason Zaugg2013-10-173-0/+0
| | | * | | | | | | Disable flaky presentation compiler test.Jason Zaugg2013-10-175-0/+0
| | |/ / / / / / /
* | | | | | | | | 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