summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3082 from retronym/ticket/6385Grzegorz Kossakowski2013-10-295-24/+34
|\
| * SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-285-24/+34
* | Merge pull request #3069 from adriaanm/build-maven-publishAdriaan Moors2013-10-2811-738/+460
|\ \ | |/ |/|
| * Tidy pom xml files.Adriaan Moors2013-10-257-366/+358
| * Fail build on error in signed maven publish.Adriaan Moors2013-10-251-1/+1
| * Build cleanup. Prepare for scaladoc module build.Adriaan Moors2013-10-221-11/+10
| * Towards minimal build for publishing core to maven.Adriaan Moors2013-10-222-2/+2
| * Support publishing to maven from main buildAdriaan Moors2013-10-221-100/+101
| * Inline src/build/pack.xml into build.xml.Adriaan Moors2013-10-211-263/+0
| * Correct license to 3-clause BSD in poms.Adriaan Moors2013-10-217-21/+14
* | 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