summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-282-0/+21
* Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-271-1/+1
|\
| * SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-1/+1
* | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-267-7/+59
|\ \
| * | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-127-7/+59
* | | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-261-0/+15
|\ \ \
| * | | SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-151-0/+15
* | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-262-1/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Encapsulate reporting mode as class of reportBuffer.Adriaan Moors2014-07-181-1/+9
| * | | Simplify (ambiguous) error issuing.Adriaan Moors2014-07-171-0/+1
* | | | SI-8512 Infer Any for the qSom Snytt2014-08-121-1/+1
* | | | SI-8512 Infer a type for f"$args"Som Snytt2014-08-121-1/+1
| |/ / |/| |
* | | Merge pull request #3927 from lrytz/innerClassesTestLukas Rytz2014-08-123-0/+310
|\ \ \
| * | | test for InnerClass and EnclosingMethod attributesLukas Rytz2014-08-123-0/+310
* | | | Merge pull request #3902 from gourlaysama/wip/t4563Lukas Rytz2014-08-1278-80/+80
|\ \ \ \
| * | | | SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-2978-80/+80
| | |_|/ | |/| |
* | | | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-122-20/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6476 DocumentationSom Snytt2014-07-181-18/+0
| * | | SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+2
* | | | Merge pull request #3914 from som-snytt/issue/orphan-checkGrzegorz Kossakowski2014-08-071-1/+0
|\ \ \ \
| * | | | Orphan check fileSom Snytt2014-08-031-1/+0
| | |/ / | |/| |
* / | | SI-8781 Avoid double-expansion under -Ymacro-expand:discardJason Zaugg2014-08-063-0/+19
|/ / /
* | | Merge pull request #3894 from adriaanm/depmsgGrzegorz Kossakowski2014-07-255-16/+19
|\ \ \
| * | | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-225-16/+19
* | | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-234-2/+19
|/ / /
* | | Merge pull request #3888 from som-snytt/issue/8736v2.11.2Lukas Rytz2014-07-217-0/+35
|\ \ \
| * | | SI-8736 Restore -language to former glorySom Snytt2014-07-207-0/+35
| |/ /
* / / SI-8738 Regression in range equalityRex Kerr2014-07-201-0/+16
|/ /
* / SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-163-20/+2
|/
* Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1616-13/+124
|\
| * SI-8525 No anonymous lintSom Snytt2014-07-107-6/+24
| * SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-0810-21/+50
| * SI-8610 -Xlint is multichoice optionSom Snytt2014-07-089-0/+64
* | Merge pull request #3817 from phaller/topic/typetagsLukas Rytz2014-07-155-7/+40
|\ \
| * | SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-155-7/+40
* | | Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-151-0/+7
|\ \ \
| * | | SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-0/+7
* | | | Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-153-0/+22
|\ \ \ \
| * | | | relaxes attachment-matching rulesEugene Burmako2014-07-103-0/+22
* | | | | Merge pull request #3844 from xeno-by/topic/rangepos-subpatternsJason Zaugg2014-07-154-0/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | prevents some reflection APIs from destroying rangeposesEugene Burmako2014-07-104-0/+25
| |/ / /
* | | | Merge pull request #3872 from lrytz/no-adapted-argsLukas Rytz2014-07-153-0/+28
|\ \ \ \
| * | | | Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-153-0/+28
* | | | | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-153-0/+20
|\ \ \ \ \
| * | | | | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-143-0/+20
| |/ / / /
* / / / / SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-112-0/+5
|/ / / /
* | | | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-099-0/+75
|\ \ \ \
| * | | | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-079-0/+75
* | | | | Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-091-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-041-0/+5
| |/ / /