summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3594 from densh/si/8331Adriaan Moors2014-03-102-0/+24
|\
| * SI-8331 make sure type select & applied type doesn't match termsDenys Shabalin2014-03-092-0/+24
* | Merge pull request #3607 from xeno-by/ticket/8367Adriaan Moors2014-03-106-16/+17
|\ \
| * | SI-8367 revert SI-8192's change to primaryConstructor when isJavaDefinedAdriaan Moors2014-03-076-16/+17
* | | Merge pull request #3606 from xeno-by/ticket/8375Jason Zaugg2014-03-1017-7/+74
|\ \ \
| * | | Addresses pull request feedbackEugene Burmako2014-03-081-1/+1
| * | | SI-8375 saner binary incompat errors for macrosEugene Burmako2014-03-0717-7/+74
| |/ /
* | | Merge pull request #3603 from xeno-by/ticket/8364Jason Zaugg2014-03-102-0/+12
|\ \ \ | |_|/ |/| |
| * | SI-8364 fixes cxTree lookup for importsEugene Burmako2014-03-072-0/+12
| |/
* | Merge pull request #3610 from xeno-by/ticket/8369Jason Zaugg2014-03-084-0/+23
|\ \
| * | SI-8369 resetAttrs now correctly accounts for skolemsEugene Burmako2014-03-074-0/+23
| |/
* | SI-8372: unspliceable type printed in error messageGrzegorz Kossakowski2014-03-071-2/+2
* | Test case for SI-8372: issue with ArrayOps.unzipGrzegorz Kossakowski2014-03-072-0/+17
|/
* Merge pull request #3592 from densh/si/8281Eugene Burmako2014-03-031-0/+12
|\
| * SI-8281 check for unbound placeholder parameters in quasiquote parserDenys Shabalin2014-02-281-0/+12
* | SI-8332 implicit class param unquoting in quasiquotesDenys Shabalin2014-03-022-2/+17
* | Merge pull request #3596 from densh/si/8333Eugene Burmako2014-03-011-1/+5
|\ \
| * | SI-8333 can't use modifiers if class is in a blockDenys Shabalin2014-02-281-1/+5
| |/
* | Merge pull request #3593 from densh/si/8285Eugene Burmako2014-03-012-1/+18
|\ \
| * | SI-8285 use correct kind of map for quasiquote positionsDenys Shabalin2014-02-282-1/+18
| |/
* | Merge pull request #3591 from densh/si/8275Eugene Burmako2014-03-012-6/+37
|\ \
| * | Fix block construction/deconstruction asymmetryDenys Shabalin2014-02-282-6/+26
| * | SI-8275 allow to directly extract block contents of the case defDenys Shabalin2014-02-281-0/+11
| |/
* / test case that verifies SI-8352Eugene Burmako2014-02-273-0/+12
|/
* SI-4728 test caseLukas Rytz2014-02-263-2/+7
* Merge pull request #3583 from adriaanm/t8197Adriaan Moors2014-02-251-2/+5
|\
| * SI-8197 clarify overloading resolution with default argsAdriaan Moors2014-02-251-2/+5
* | Merge pull request #3581 from Ichoran/issue/3235-minimalAdriaan Moors2014-02-253-0/+21
|\ \
| * | SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-253-0/+21
* | | Merge pull request #3498 from Ichoran/issue/8240Grzegorz Kossakowski2014-02-252-0/+22
|\ \ \
| * | | SI-8240 Consider rolling back optimizations for ListRex Kerr2014-02-252-0/+22
| |/ /
* | | Merge pull request #3582 from adriaanm/t8251Grzegorz Kossakowski2014-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-241-1/+1
| |/
* | Merge pull request #3566 from adriaanm/t6455Grzegorz Kossakowski2014-02-255-1/+47
|\ \ | |/ |/|
| * SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+35
| * SI-6455 under -Xfuture, don't rewrite .withFilter to .filterAdriaan Moors2014-02-244-1/+12
* | SI-8330: Mismatch in stack heightsGrzegorz Kossakowski2014-02-242-2/+28
* | Merge pull request #3577 from adriaanm/pr3573-fixupAdriaan Moors2014-02-231-0/+0
|\ \
| * | SI-8324 fix permutation in test filenameAdriaan Moors2014-02-231-0/+0
* | | Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-237-0/+56
|\ \ \
| * | | SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-197-0/+56
* | | | Merge pull request #3571 from xeno-by/ticket/8321Adriaan Moors2014-02-2340-2/+830
|\ \ \ \ | |_|/ / |/| | |
| * | | more tests for macro bundlesEugene Burmako2014-02-2126-0/+443
| * | | more helpful bundle error messagesEugene Burmako2014-02-213-6/+6
| * | | prohibits polymorphic bundlesEugene Burmako2014-02-214-2/+64
| * | | bundles now reject invalid context typesEugene Burmako2014-02-214-0/+32
| * | | SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-2112-0/+291
* | | | Merge pull request #3573 from retronym/ticket/8324Grzegorz Kossakowski2014-02-221-0/+16
|\ \ \ \
| * | | | SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-0/+16
| |/ / /
* | | | Merge pull request #3572 from retronym/ticket/8197Adriaan Moors2014-02-221-0/+8
|\ \ \ \