summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge/2.10-to-2.11-sept-2' into merge/2.11-to-2.12-is-it-really...Lukas Rytz2014-09-0223-82/+965
|\
| * Merge commit 'b5759ef' into merge/2.10-to-2.11-sept-2Lukas Rytz2014-09-022-0/+19
| |\
| | * Prevent SI-8314 by adding a testKato Kazuyoshi2014-07-312-0/+19
| * | Merge pull request #3952 from gourlaysama/wip/t8828-lint-innacessibleGrzegorz Kossakowski2014-09-022-0/+21
| |\ \
| | * | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-282-0/+21
| * | | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-021-0/+10
| |\ \ \
| | * | | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-0/+10
| * | | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-019-74/+837
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-018-40/+816
| | * | | Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-34/+21
| * | | | Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-272-1/+19
| |\ \ \ \
| | * | | | SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-272-1/+19
| | |/ / /
| * | | | 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 commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-02100-120/+524
|\| | | |
| * | | | 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
| * | | | | | Merge pull request #3923 from som-snytt/issue/8787Grzegorz Kossakowski2014-08-191-0/+17
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | SI-8787 If you love nulls, so does RegexSom Snytt2014-08-081-0/+17
| * | | | | | SI-8512 Infer Any for the qSom Snytt2014-08-122-1/+24
| * | | | | | SI-8512 Infer a type for f"$args"Som Snytt2014-08-122-1/+14
| | |_|/ / / | |/| | | |
| * | | | | 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-123-20/+16
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-6476 DocumentationSom Snytt2014-07-182-18/+14
| | * | | | 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
* | | | | | Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-0252-33/+375
|\| | | | |
| * | | | | 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-164-35/+11
| |/ /
| * | Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1617-15/+140
| |\ \
| | * | SI-8525 No anonymous lintSom Snytt2014-07-108-9/+27
| | * | SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-0811-23/+66
| | * | SI-8610 -Xlint is multichoice optionSom Snytt2014-07-089-0/+64
| * | | Merge pull request #3883 from gourlaysama/wip/t8557Vlad Ureche2014-07-152-0/+33
| |\ \ \
| | * | | SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-152-0/+33
| * | | | 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