summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-283-1/+22
| | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Merge pull request #3956 from gourlaysama/wip/interp-warnGrzegorz Kossakowski2014-09-023-4/+4
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-023-4/+4
| | | |/ / / / / / /
| | * | | | | | | | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-022-1/+11
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-272-1/+11
| | * | | | | | | | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-0129-1787/+2418
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Small cleanup in toTypeKind.Lukas Rytz2014-09-011-11/+2
| | | * | | | | | | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-0123-255/+1090
| | | * | | | | | | | Don't traverse all trees in delambdafy phase if delambdafy:inlineLukas Rytz2014-09-011-0/+9
| | | * | | | | | | | Fix indentation in delambdafyLukas Rytz2014-08-191-25/+25
| | | * | | | | | | | Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-199-202/+253
| | | * | | | | | | | Minor cleanups, integrating review feedbackLukas Rytz2014-08-193-5/+3
| | | * | | | | | | | Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-193-25/+9
| | | * | | | | | | | Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-1910-1537/+1298
| | | * | | | | | | | Set currentUnit while generating bytecode.Lukas Rytz2014-08-192-3/+5
| | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-276-13/+139
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-276-13/+139
| | | |/ / / / / / /
| | * | | | | | | | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-2610-7/+85
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-1210-7/+85
| * | | | | | | | | | Merge commit 'eb74148' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-020-0/+0
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #3947 from lrytz/backportsLukas Rytz2014-08-2622-42/+84
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-26131-815/+1383
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | [backport] Rewrite explanation of doc-source-url option more clearly, and fix...Masato Sogame2014-08-111-1/+1
| | | * | | | | | | | [backport] Update javadoc tag to new scaladoc tags.Masato Sogame2014-08-113-12/+20
| | | * | | | | | | | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-1111-18/+18
| | | * | | | | | | | [backport] Refactored example to Option.collect method.jxcoder2014-08-111-3/+3
| | | * | | | | | | | [backport] Fixed mathematically wrong statement in the documentation of scala...Malte Isberner2014-08-111-5/+12
| | | * | | | | | | | [backport] Fix scaladoc typoLukas Elmer2014-08-111-1/+1
| | | * | | | | | | | [backport] Did not know of the fix for SI-8672. Followed the recommendation g...Dominik Gruntz2014-08-111-2/+2
| | | * | | | | | | | [backport] Fixes first sentence delimitersdgruntz2014-08-111-2/+2
| | | * | | | | | | | [backport] [scaladoc] Changed align of example code to Option.contains and Op...Maks Atygaev2014-08-111-16/+16
| | | * | | | | | | | [backport] SI-8705 Added example to Option.contains method.jxcoder2014-08-111-0/+11
| | | * | | | | | | | [backport] Added example to Option.collect method.jxcoder2014-08-111-0/+11
| | | * | | | | | | | [backport] Change StringContext scaladocEvgeny Vereshchagin2014-08-111-1/+1
| | | * | | | | | | | [backport] som-snytt's update to wordingMax Bileschi2014-08-111-3/+3
| | | * | | | | | | | [backport] Revised comment to appeal to lchoran's and som-snytts commentsMax Bileschi2014-08-111-5/+4
| | | * | | | | | | | [backport] Update PartialFunction documentation to include the fact that the ...Max Bileschi2014-08-111-1/+1
| | | * | | | | | | | [backport] Update PartialFunction documentation to include the fact that the ...Max Bileschi2014-08-111-1/+7
| | | * | | | | | | | [backport] Make comment consistent with codeEvgeny Vereshchagin2014-08-111-1/+1
| | | * | | | | | | | [backport] Update AnyVals.scalaharryhuk2014-08-111-2/+2
| * | | | | | | | | | Merge commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-02195-8492/+1433
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-262-2/+23
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-152-2/+23
| | * | | | | | | | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-2629-480/+572
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Encapsulate creating SilentResultValue/SilentTypeError.Adriaan Moors2014-08-041-10/+12
| | | * | | | | | | | | | Separate statistics from functional code; optimize.Adriaan Moors2014-08-041-32/+45
| | | * | | | | | | | | | Towards more privacy for _reporter.Adriaan Moors2014-08-044-108/+130
| | | * | | | | | | | | | Work around weird AbstractMethodErrorAdriaan Moors2014-08-041-4/+4
| | | * | | | | | | | | | Cleanup ContextReporter hierarchyAdriaan Moors2014-07-181-94/+84
| | | * | | | | | | | | | s/reportBuffer/reporterAdriaan Moors2014-07-185-66/+65