summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-8366 make partial function and match trees disjointDenys Shabalin2014-03-108-12/+58
* 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
| * | Check library/reflect bincompat against 2.11.0-RC1Adriaan Moors2014-03-034-10/+19
|/ /
* | Merge pull request #3590 from adriaanm/release-2.11.0-RC1Adriaan Moors2014-03-031-10/+10
|\ \
| * | Bump versions for 2.11.0-RC1Adriaan Moors2014-02-271-10/+10
* | | Merge pull request #3599 from darabos/patch-1Adriaan Moors2014-03-031-1/+1
|\ \ \
| * | | Fix typo in log message.Daniel Darabos2014-03-031-1/+1
|/ / /
* | | Merge pull request #3592 from densh/si/8281Eugene Burmako2014-03-032-1/+14
|\ \ \
| * | | SI-8281 check for unbound placeholder parameters in quasiquote parserDenys Shabalin2014-02-282-1/+14
* | | | Merge pull request #3595 from densh/si/8332Eugene Burmako2014-03-035-20/+40
|\ \ \ \
| * | | | SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-025-20/+40
|/ / / /
* | | | Merge pull request #3596 from densh/si/8333Eugene Burmako2014-03-013-5/+11
|\ \ \ \
| * | | | SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-283-5/+11
| |/ / /
* | | | Merge pull request #3593 from densh/si/8285Eugene Burmako2014-03-014-10/+25
|\ \ \ \
| * | | | SI-8285 use correct kind of map for quasiquote positionsDenys Shabalin2014-02-284-10/+25
| |/ / /
* | | | Merge pull request #3591 from densh/si/8275Eugene Burmako2014-03-016-21/+58
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-285-21/+44
| * | | SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-283-0/+14
| |/ /
* | | Merge pull request #3589 from xeno-by/topic/whitebox-typecheck-expecting-unitv2.11.0-RC1Adriaan Moors2014-02-273-0/+12
|\ \ \
| * | | test case that verifies SI-8352Eugene Burmako2014-02-273-0/+12
| |/ /
* / / Update ant build's update.versions mechanism.Adriaan Moors2014-02-271-12/+22
|/ /