summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
| | * | | | | SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+7
* | | | | | | [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 pull request #3921 from gourlaysama/goodbye-jlineGrzegorz Kossakowski2014-08-0754-7654/+0
|\ \ \ \ \ \
| * | | | | | remove jline sources from src/ now that we use a released jline.Antoine Gourlay2014-08-0754-7654/+0
| | |/ / / / | |/| | | |
* / | | | | SI-8781 Avoid double-expansion under -Ymacro-expand:discardJason Zaugg2014-08-061-1/+4
|/ / / / /
* | | | | Merge pull request #3894 from adriaanm/depmsgGrzegorz Kossakowski2014-07-251-5/+6
|\ \ \ \ \
| * | | | | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-221-5/+6
* | | | | | Merge pull request #3890 from dhgarrette/2.11.xGrzegorz Kossakowski2014-07-251-3/+1
|\ \ \ \ \ \
| * | | | | | Fixed incorrect example in StringContext.raw docDan Garrette2014-07-211-1/+1
| * | | | | | Remove "throws InvalidEscapeException" from StringContext.raw docDan Garrette2014-07-211-2/+0
| |/ / / / /
* | | | | | Merge pull request #3884 from mpociecha/remove-invalidation-from-globalGrzegorz Kossakowski2014-07-252-238/+0
|\ \ \ \ \ \
| * | | | | | Remove invalidation from Global.scalampociecha2014-07-172-238/+0
* | | | | | | Merge pull request #3826 from lrytz/opt/refactorTrackedGrzegorz Kossakowski2014-07-2515-89/+481
|\ \ \ \ \ \ \
| * | | | | | | Documentation for isModuleClassLukas Rytz2014-07-081-0/+3
| * | | | | | | Support writing classfile of version 52Lukas Rytz2014-07-083-1/+3
| * | | | | | | Clean up and document some usages of flags in the backendLukas Rytz2014-07-089-44/+154
| * | | | | | | Pattern matching on ClassBType extracts the inernalNameLukas Rytz2014-07-081-22/+27
| * | | | | | | Remove unnessecary check when computing InnerClass attribute flagsLukas Rytz2014-07-081-2/+13
| * | | | | | | Comment summarizing the JVM spec for InnerClass / EnclosingMethodLukas Rytz2014-07-081-0/+199
| * | | | | | | Minor cleanups and comments in GenBCodeLukas Rytz2014-07-086-21/+83
* | | | | | | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-232-32/+16
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #3888 from som-snytt/issue/8736v2.11.2Lukas Rytz2014-07-213-9/+19
|\ \ \ \ \ \ \
| * | | | | | | SI-8736 Error if no arg and no defaultSom Snytt2014-07-201-6/+9
| * | | | | | | SI-8736 Restore -language to former glorySom Snytt2014-07-203-8/+15
| | |_|/ / / / | |/| | | | |
* / | | | | | SI-8738 Regression in range equalityRex Kerr2014-07-201-9/+10
|/ / / / / /
* | | | | | SI-8525 MultiChoice takes a helper functionSom Snytt2014-07-185-20/+40
* | | | | | SI-8525 Multichoice helpSom Snytt2014-07-174-14/+38
* | | | | | SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-162-63/+66
| |_|/ / / |/| | | |
* | | | | Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1611-60/+178
|\ \ \ \ \
| * | | | | SI-8525 No anonymous lintSom Snytt2014-07-108-31/+95
| * | | | | SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-083-36/+57
| * | | | | SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3