summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3635 from retronym/ticket/8329Jason Zaugg2014-04-211-0/+29
|\
| * SI-8329 Better hygiene for patmat partial functionsJason Zaugg2014-03-151-0/+29
* | Merge pull request #3670 from retronym/ticket/8463Jason Zaugg2014-04-212-0/+48
|\ \
| * | SI-8463 Avoid unpositioned errors from search for viewsJason Zaugg2014-04-022-0/+48
* | | Merge pull request #3682 from retronym/ticket/8497Jason Zaugg2014-04-212-0/+14
|\ \ \
| * | | SI-8497 Fix regression in pickling of AnnotatedTypesJason Zaugg2014-04-142-0/+14
* | | | Merge pull request #3645 from retronym/ticket/8430Jason Zaugg2014-04-213-0/+60
|\ \ \ \
| * | | | SI-8430 Less non-determinism in patmat exhautiveness warningsJason Zaugg2014-03-243-0/+60
* | | | | Merge pull request #3634 from retronym/ticket/7992Jason Zaugg2014-04-212-0/+38
|\ \ \ \ \
| * | | | | SI-7992 Fix super-accessor generation after a local classJason Zaugg2014-03-152-0/+38
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3658 from adriaanm/t8450Jason Zaugg2014-04-213-0/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8450 no "implicit numeric widening" in silent modeAdriaan Moors2014-03-263-0/+19
* | | | | Merge pull request #3671 from densh/si/8466Jason Zaugg2014-04-022-0/+15
|\ \ \ \ \
| * | | | | SI-8466 fix quasiquote crash on recursively iterable unliftingDenys Shabalin2014-04-022-0/+15
| | |_|_|/ | |/| | |
* / | | | SI-8460 Fix regression in divergent implicit recoveryJason Zaugg2014-03-312-1/+30
|/ / / /
* | | | Merge pull request #3657 from xeno-by/ticket/8388Jason Zaugg2014-03-281-20/+76
|\ \ \ \
| * | | | SI-8388 consistently match type trees by originalsDenys Shabalin2014-03-251-20/+76
* | | | | Merge pull request #3656 from densh/si/8387-8350Jason Zaugg2014-03-271-0/+24
|\ \ \ \ \
| * | | | | SI-8387 don't match new as a function applicationDenys Shabalin2014-03-251-0/+7
| * | | | | SI-8350 treat single parens equivalently to no-parens in newDenys Shabalin2014-03-251-0/+17
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3659 from xeno-by/topic/uncurry-ctorsJason Zaugg2014-03-273-0/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8451 quasiquotes now handle quirks of secondary constructorsEugene Burmako2014-03-273-0/+28
| | |/ / | |/| |
* | | | Merge pull request #3651 from xeno-by/ticket/8437Eugene Burmako2014-03-253-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8437 macro runtime now also picks inherited macro implementationsEugene Burmako2014-03-253-0/+24
| |/ /
* | | Merge pull request #3647 from densh/si/8411Jason Zaugg2014-03-253-0/+19
|\ \ \
| * | | SI-8411 match desugared partial functionsDenys Shabalin2014-03-223-0/+19
* | | | introduces Mirror.typeOfEugene Burmako2014-03-252-0/+56
* | | | Merge pull request #3653 from densh/si/8200Jason Zaugg2014-03-252-5/+13
|\ \ \ \
| * | | | SI-8200 provide an identity liftable for treesDenys Shabalin2014-03-242-5/+13
| | |/ / | |/| |
* | | | Merge pull request #3637 from densh/si/8420Jason Zaugg2014-03-251-0/+21
|\ \ \ \
| * | | | SI-8420 don't crash on unquoting of non-liftable native typeDenys Shabalin2014-03-171-0/+21
| | |/ / | |/| |
* | | | SI-8428 Fix regression in iterator concatenationJason Zaugg2014-03-201-0/+12
| |/ / |/| |
* | | SI-8341 minor fixup for comments in testAdriaan Moors2014-03-181-3/+3
* | | SI-8341 Refine handoff of undet. params from implicit searchJason Zaugg2014-03-182-0/+90
* | | Merge pull request #3638 from xeno-by/topic/freshname-hotfixv2.11.0-RC2Adriaan Moors2014-03-173-0/+16
|\ \ \ | |/ / |/| |
| * | SI-8425 don't create double-dollar names in c.freshNameEugene Burmako2014-03-183-0/+16
* | | Merge pull request #3631 from adriaanm/t4492Adriaan Moors2014-03-163-12/+12
|\ \ \ | |/ / |/| |
| * | SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-143-12/+12
* | | Merge pull request #3598 from som-snytt/issue/8266-amend-adviceAdriaan Moors2014-03-141-1/+1
|\ \ \
| * | | SI-8266 Amend advice for deprecated octal 042Som Snytt2014-02-281-1/+1
* | | | Merge pull request #3628 from gzm0/test-fixAdriaan Moors2014-03-142-2/+2
|\ \ \ \
| * | | | Minor fixes in test. The equals method always returned true.Tobias Schlatter2014-03-132-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #3623 from paulp/pr/source-210Adriaan Moors2014-03-143-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8265 Restore 2.10 variance behavior under -Xsource:2.10Paul Phillips2014-03-123-0/+8
| |/ /
* / / SI-8403 Fix regression in name binding with imports in templatesJason Zaugg2014-03-131-0/+9
|/ /
* | Merge pull request #3622 from retronym/ticket/8395Adriaan Moors2014-03-121-0/+9
|\ \
| * | SI-8395 Regression in pattern matching with nested bindsJason Zaugg2014-03-121-0/+9
* | | Merge pull request #3615 from retronym/ticket/8376Adriaan Moors2014-03-125-0/+38
|\ \ \ | |/ / |/| |
| * | SI-8376 Better type printing for Java varargsJason Zaugg2014-03-103-0/+15
| * | SI-8376 Fix overload resolution with Java varargsJason Zaugg2014-03-102-0/+23