summaryrefslogtreecommitdiff
path: root/src
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-0229-1731/+1632
|\
| * Merge commit 'b5759ef' into merge/2.10-to-2.11-sept-2Lukas Rytz2014-09-021-1/+6
| |\
| | * SI-8589 Performance improvement for ArrayCharSequence.toStringJeroen ter Voorde2014-06-191-1/+6
| * | Merge pull request #3952 from gourlaysama/wip/t8828-lint-innacessibleGrzegorz Kossakowski2014-09-021-1/+1
| |\ \
| | * | SI-8828 fix regression in Xlint visibility warning for sealed classesAntoine Gourlay2014-08-281-1/+1
| * | | 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-021-1/+1
| |\ \ \
| | * | | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-1/+1
| * | | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-0119-1712/+1580
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Small cleanup in toTypeKind.Lukas Rytz2014-09-011-11/+2
| | * | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-0114-214/+273
| | * | | 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-199-1503/+1277
| | * | | Set currentUnit while generating bytecode.Lukas Rytz2014-08-192-3/+5
| * | | | Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-272-12/+14
| |\ \ \ \
| | * | | | SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-272-12/+14
| | |/ / /
| * | | | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-263-0/+26
| |\ \ \ \
| | * | | | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-123-0/+26
| * | | | | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-2639-711/+892
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | [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-0294-8371/+902
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-261-2/+8
| |\ \ \ \ \
| | * | | | | SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-151-2/+8
| * | | | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-2627-479/+562
| |\ \ \ \ \ \
| | * | | | | | 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