summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-285-14/+13
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-2815-49/+49
* Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-278-0/+78
|\
| * SI-2712 Add support for higher order unificationMiles Sabin2016-05-248-0/+78
* | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-256-7/+7
* | Merge pull request #4935 from som-snytt/issue/8044-tickvarAdriaan Moors2016-05-244-0/+16
|\ \ | |/ |/|
| * SI-8044 Test for quoted not-a-varidSom Snytt2016-05-202-0/+8
| * SI-8044 Allow binding backquoted varid in patternsSom Snytt2016-05-202-0/+8
* | Merge pull request #5179 from liff/topic/SI-9781Adriaan Moors2016-05-232-0/+8
|\ \
| * | SI-9781 Don't convert erroneous expression to assignmentOlli Helenius2016-05-202-0/+8
| |/
* | Merge pull request #5106 from milessabin/topic/hkgadtAdriaan Moors2016-05-232-0/+66
|\ \
| * | Added pos test with multiple cases; added neg tests.Miles Sabin2016-05-062-0/+66
* | | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-142-0/+16
| |/ |/|
* | SI-9045 Error on recursive ctorSom Snytt2016-05-045-3/+18
* | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-254-0/+15
* | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-0/+21
* | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-225-4/+23
* | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-123-21/+1
|/
* LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-291-1/+1
* SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-263-0/+8
* Soften sam restrictionsAdriaan Moors2016-03-262-54/+68
* Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-262-0/+11
* Additional SAM restrictions identified by JasonAdriaan Moors2016-03-263-62/+60
* More fixes based on feedback by LukasAdriaan Moors2016-03-264-0/+31
* Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-1/+1
* Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-262-5/+2
* Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-262-6/+4
* SI-9415 Turn on SAM by defaultJason Zaugg2016-03-263-3/+0
* Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-232-13/+44
|\
| * SI-9314 No warn on ${nonid}Som Snytt2016-03-232-6/+25
| * SI-9314 Ignore "${}"Som Snytt2016-03-201-0/+2
| * SI-9314 Don't warn on "$pkg"Som Snytt2016-03-202-8/+18
* | Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-181-1/+6
|/
* Improved outer ref checking in pattern matches:Adriaan Moors2016-03-075-2/+142
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-167-9/+7
* Rewrite a few more tests to the new optimizerLukas Rytz2016-02-151-1/+1
* SI-9650 Refchecks on case apply transformSom Snytt2016-02-104-1/+107
* SI-9574 Prevent illegal overrides of members with module typesStefan Zeiger2016-02-082-1/+20
* Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-044-1/+11
|\
| * Update partest to 1.0.12, test case for reporting invalid flagsLukas Rytz2016-02-034-1/+11
* | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-042-0/+13
|\ \ | |/ |/|
| * SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-282-0/+13
| * [backport] SI-9616 False positive in unused import warningSom Snytt2016-01-073-12/+81
* | Merge pull request #4917 from retronym/ticket/9629Jason Zaugg2016-01-292-0/+29
|\ \
| * | SI-9629 Emit missing 'pattern must be a value' errorJason Zaugg2016-01-252-0/+29
* | | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-294-0/+19
|/ /
* | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-1410-0/+72
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-247-8/+8
|\|
| * Merge pull request #4839 from SethTisue/reword-dependent-type-errorSeth Tisue2015-11-141-2/+2
| |\
| | * less confusing wording for a dependent method type errorSeth Tisue2015-11-071-2/+2