summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-02102-552/+1321
|\
| * 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
| * | | | Merge pull request #3896 from retronym/ticket/8743Grzegorz Kossakowski2014-07-256-34/+35
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-236-34/+35
| |/ / /
| * | | Merge pull request #3888 from som-snytt/issue/8736v2.11.2Lukas Rytz2014-07-2110-9/+54
| |\ \ \
| | * | | SI-8736 Error if no arg and no defaultSom Snytt2014-07-201-6/+9
| | * | | SI-8736 Restore -language to former glorySom Snytt2014-07-2010-8/+50
| * | | | Merge pull request #3887 from Ichoran/issue/8738Lukas Rytz2014-07-202-9/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-8738 Regression in range equalityRex Kerr2014-07-202-9/+26
| |/ / /
| * | | Merge pull request #3885 from som-snytt/issue/8525-cleanupLukas Rytz2014-07-189-110/+133
| |\ \ \
| | * | | 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-166-98/+77
| |/ / /
| * | | Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1628-75/+318
| |\ \ \
| | * | | SI-8525 No anonymous lintSom Snytt2014-07-1016-40/+122
| | * | | SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-0814-59/+123
| | * | | SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3
| | * | | SI-8610 -Xlint is multichoice optionSom Snytt2014-07-0812-20/+116
| * | | | Merge pull request #3883 from gourlaysama/wip/t8557Vlad Ureche2014-07-154-2/+35
| |\ \ \ \
| | * | | | SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-154-2/+35
| * | | | | Merge pull request #3817 from phaller/topic/typetagsLukas Rytz2014-07-1510-35/+99
| |\ \ \ \ \
| | * | | | | Add SerialVersionUID to SerializedTypeTag and SerializedExprPhilipp Haller2014-07-152-2/+2
| | * | | | | SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-1510-35/+99
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-153-5/+19
| |\ \ \ \ \
| | * | | | | Address pull request feedbackDenys Shabalin2014-07-141-1/+3
| | * | | | | SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-023-5/+17
| * | | | | | Merge pull request #3882 from adriaanm/jline-2.12Lukas Rytz2014-07-152-2/+1
| |\ \ \ \ \ \
| | * | | | | | Bump jline version to 2.12 (Re: SI-8535)Adriaan Moors2014-07-152-2/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-154-1/+23
| |\ \ \ \ \ \
| | * | | | | | relaxes attachment-matching rulesEugene Burmako2014-07-104-1/+23
| * | | | | | | Merge pull request #3844 from xeno-by/topic/rangepos-subpatternsJason Zaugg2014-07-155-1/+26
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | prevents some reflection APIs from destroying rangeposesEugene Burmako2014-07-105-1/+26
| | |/ / / / /
| * | | | | | Merge pull request #3872 from lrytz/no-adapted-argsLukas Rytz2014-07-155-11/+40
| |\ \ \ \ \ \
| | * | | | | | Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-155-11/+40
| * | | | | | | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-154-4/+34
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8608 f-interpolator inlines StringOpsSom Snytt2014-07-141-3/+11
| | * | | | | | | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-144-2/+24
| | |/ / / / / /
| * | | | | | | Merge pull request #3871 from lrytz/t8117Lukas Rytz2014-07-143-11/+35
| |\ \ \ \ \ \ \