summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #3625 from retronym/ticket/8403Adriaan Moors2014-03-142-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8403 Fix regression in name binding with imports in templatesJason Zaugg2014-03-132-2/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #3627 from retronym/ticket/8407Grzegorz Kossakowski2014-03-133-1/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8407 "symbol not found" in Scaladoc use cases: warning onlyJason Zaugg2014-03-133-1/+25
|/ / / / / / /
* | | | | | | Merge pull request #3622 from retronym/ticket/8395Adriaan Moors2014-03-122-4/+13
|\ \ \ \ \ \ \
| * | | | | | | SI-8395 Regression in pattern matching with nested bindsJason Zaugg2014-03-122-4/+13
* | | | | | | | Merge pull request #3615 from retronym/ticket/8376Adriaan Moors2014-03-127-2/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8376 Better type printing for Java varargsJason Zaugg2014-03-104-1/+16
| * | | | | | | SI-8376 Fix overload resolution with Java varargsJason Zaugg2014-03-103-1/+25
* | | | | | | | Merge pull request #3619 from huitseeker/issue/SI-8392Adriaan Moors2014-03-111-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8392 Guards QuasiquoteClass against non-availability in scala-reflectFrançois Garillot2014-03-111-1/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3616 from retronym/ticket/8363Adriaan Moors2014-03-114-1/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8363 Disable -Ydelambdafy:method in constructor positionJason Zaugg2014-03-104-1/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3604 from densh/si/8366Adriaan Moors2014-03-118-12/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | Add more tests for partial functionsDenys Shabalin2014-03-102-0/+10
| * | | | | | | | SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-108-12/+58
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3621 from szeiger/tmp/si8368Adriaan Moors2014-03-111-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8368 respect user-supplied -Dscala.usejavacp in Windows runnerStefan Zeiger2014-03-111-1/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #3620 from huitseeker/fix-SI-8368Adriaan Moors2014-03-111-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixes syntax error in unix runner.François Garillot2014-03-111-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3611 from densh/si/8385Adriaan Moors2014-03-103-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Move extra tuple placeholder case to reifyTreePlaceholderDenys Shabalin2014-03-101-4/+4
| * | | | | | | Update quasiquote debug output minimization passDenys Shabalin2014-03-091-1/+1
| * | | | | | | SI-8385 make sure $quasiquote$tuple gets reified properlyDenys Shabalin2014-03-092-0/+12
* | | | | | | | Merge pull request #3609 from xeno-by/ticket/8370Adriaan Moors2014-03-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8370 fixes an infinite loop in repl initEugene Burmako2014-03-071-1/+1
* | | | | | | | | Merge pull request #3594 from densh/si/8331Adriaan Moors2014-03-108-12/+144
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address pull request feedbackDenys Shabalin2014-03-092-8/+12
| * | | | | | | | | SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-098-12/+140
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3607 from xeno-by/ticket/8367Adriaan Moors2014-03-109-19/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-079-19/+28
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3608 from adriaanm/t8368Adriaan Moors2014-03-101-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8368 respect user-supplied -Dscala.usejavacp in unix runnerAdriaan Moors2014-03-071-1/+7
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3613 from viktorklang/patch-1Adriaan Moors2014-03-101-2/+7
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | SI-8377 - Clarify the asynchronous requirement of ExecutionContextViktor Klang (√)2014-03-101-2/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #3606 from xeno-by/ticket/8375Jason Zaugg2014-03-1019-11/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | Addresses pull request feedbackEugene Burmako2014-03-083-6/+14
| * | | | | | | | SI-8375 saner binary incompat errors for macrosEugene Burmako2014-03-0719-11/+79
| |/ / / / / / /
* | | | | | | | Merge pull request #3603 from xeno-by/ticket/8364Jason Zaugg2014-03-104-2/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8364 fixes cxTree lookup for importsEugene Burmako2014-03-074-2/+22
| |/ / / / / / /
* | | | | | | | Merge pull request #3584 from martijnhoekstra/patch-1Adriaan Moors2014-03-091-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | minor typos in the doc of applyOrElsemartijnhoekstra2014-02-251-1/+1
* | | | | | | | Merge pull request #3610 from xeno-by/ticket/8369Jason Zaugg2014-03-085-1/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8369 resetAttrs now correctly accounts for skolemsEugene Burmako2014-03-075-1/+25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3605 from gkossakowski/issue/SI-8372Grzegorz Kossakowski2014-03-075-3/+233
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8372: unspliceable type printed in error messageGrzegorz Kossakowski2014-03-074-5/+218
| * | | | | | | Test case for SI-8372: issue with ArrayOps.unzipGrzegorz Kossakowski2014-03-072-0/+17
|/ / / / / / /
* | | | | | | Merge pull request #3600 from adriaanm/build-cleanupGrzegorz Kossakowski2014-03-045-501/+301
|\ \ \ \ \ \ \
| * | | | | | | Remove distribution building from ant build, see scala/scala-dist.Adriaan Moors2014-03-031-177/+60
| * | | | | | | No longer generate deprecated dists/maven/latest/build.xmlAdriaan Moors2014-03-033-316/+224