summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-285-24/+34
* 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 #3079 from jamesward/fix/ec-implicit-errorJames Iry2013-10-251-1/+1
|\ \
| * | More clear implicitNotFound error for ExecutionContextJames Ward2013-10-241-1/+1
* | | Merge pull request #3077 from retronym/topic/phase-descAdriaan Moors2013-10-241-1/+1
|\ \ \
| * | | Update description of explicitouter phase.Jason Zaugg2013-10-241-1/+1
* | | | Merge pull request #3006 from ivmaykov/masterAdriaan Moors2013-10-241-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7883: Added a comment per CR feedback from @adriaanm, @IchoranIlya Maykov2013-10-031-0/+3
| * | | SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+6
* | | | Merge pull request #3074 from Jentsch/filterInDocsJason Zaugg2013-10-241-33/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | Prevent useless filter operation in docsJentsch2013-10-231-33/+38
* | | | Merge pull request #3027 from etaty/patch-2Jason Zaugg2013-10-231-1/+1
|\ \ \ \
| * | | | IterableLike.grouped() : More explicit documentationValerian2013-10-141-1/+1
| * | | | IterableLike grouped : fix documentationValerian2013-10-101-1/+1
* | | | | Merge pull request #3059 from densh/pull/si-6840Jason Zaugg2013-10-232-2/+2
|\ \ \ \ \
| * | | | | SI-6840 fixes weird typing of quasiquote argumentsDen Shabalin2013-10-192-2/+2
* | | | | | Merge pull request #3070 from xeno-by/topic/macro-impl-wrong-shapeJason Zaugg2013-10-232-8/+20
|\ \ \ \ \ \
| * | | | | | better macro impl shape errorsEugene Burmako2013-10-232-8/+20
| |/ / / / /
* | | | | | Merge pull request #3068 from retronym/ticket/7020-3-1Jason Zaugg2013-10-232-8/+11
|\ \ \ \ \ \
| * | | | | | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-222-8/+11
| |/ / / / /
* | | | | | 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-225-1/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-185-1/+37
| | |_|/ / | |/| | |
* | | | | Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-1925-283/+463
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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-182-11/+7
| * | | | re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-184-1/+5
| * | | | 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-182-3/+1
| * | | | 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-184-0/+20
| * | | | advanced fresh name reificationDen Shabalin2013-10-186-6/+94
| * | | | use regular macro expansion logic for unapply quasiquotesDen Shabalin2013-10-146-11/+56
| * | | | minor changes due to typosDen Shabalin2013-10-141-2/+2
| * | | | SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-1410-25/+94
| * | | | 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
* | | | | hotfix for runtime reflectionEugene Burmako2013-10-191-1/+3
* | | | | Merge pull request #3029 from xeno-by/ticket/6240Eugene Burmako2013-10-1825-319/+1085
|\ \ \ \ \
| * | | | | 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