summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes memory leak when using reflectionTim Harper2014-11-221-2/+6
* Merge pull request #4084 from vigdorchik/usecase_sigsGrzegorz Kossakowski2014-11-2117-12/+33
|\
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-0617-12/+33
* | Merge pull request #4099 from retronym/ticket/7596Grzegorz Kossakowski2014-11-211-1/+1
|\ \
| * | SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-061-1/+1
* | | Merge pull request #4138 from stevegury/patch-1Grzegorz Kossakowski2014-11-211-1/+1
|\ \ \
| * | | Fix one typo in the scaladoc of InlinersSteve Gury2014-11-201-1/+1
* | | | Merge pull request #4115 from retronym/ticket/8597Grzegorz Kossakowski2014-11-212-5/+47
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8597 Expand documentation of CheckabilityCheckerJason Zaugg2014-11-181-1/+22
| * | | SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-092-4/+25
* | | | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-202-1/+4
|\ \ \ \
| * | | | SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-102-1/+4
| |/ / /
* | | | Merge pull request #4132 from phaller/ticket/7444Jason Zaugg2014-11-191-8/+10
|\ \ \ \
| * | | | SI-7444 docs: null Executor allowed in ExecutionContext factoriesPhilipp Haller2014-11-141-8/+10
* | | | | Merge pull request #4118 from retronym/ticket/5639Jason Zaugg2014-11-191-1/+1
|\ \ \ \ \
| * | | | | SI-5639 Predicate bug fix on -Xsource:2.12Jason Zaugg2014-11-181-1/+1
| * | | | | SI-5639 Fix spurious discarding of implicit importJason Zaugg2014-11-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-186-18/+245
|\ \ \ \ \
| * | | | | SI-6502 Refactorings suggested by reviewHeather Miller2014-11-103-33/+28
| * | | | | SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-052-33/+36
| * | | | | Addresses review commentsHeather Miller2014-11-052-28/+9
| * | | | | SI-6502 Addresses comments by @som-snyttHeather Miller2014-11-051-9/+3
| * | | | | SI-6502 Addresses @som-snytt's feedbackHeather Miller2014-11-051-4/+3
| * | | | | SI-6502 Addressing review commentsHeather Miller2014-11-052-23/+26
| * | | | | SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-054-10/+262
| | |_|/ / | |/| | |
* | | | | Merge pull request #4075 from som-snytt/issue/8835-junitGrzegorz Kossakowski2014-11-171-2/+2
|\ \ \ \ \
| * | | | | SI-8835 Iterator tests can be junitSom Snytt2014-11-111-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #4128 from ruippeixotog/issue/8932Grzegorz Kossakowski2014-11-174-8/+8
|\ \ \ \ \
| * | | | | SI-8932 Fix dropRight/takeRight implementationsRui Gonçalves2014-11-114-8/+8
* | | | | | Merge pull request #4117 from retronym/ticket/8449Adriaan Moors2014-11-171-2/+2
|\ \ \ \ \ \
| * | | | | | SI-8449 Fix spurious error with Java raw type over a Scala classJason Zaugg2014-11-091-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4114 from retronym/ticket/8534Adriaan Moors2014-11-171-5/+8
|\ \ \ \ \ \
| * | | | | | SI-8534 Avoid crash in erroneous SelectFromTypeTreeJason Zaugg2014-11-091-5/+8
| |/ / / / /
* | | | | | Merge pull request #4113 from retronym/ticket/8967Adriaan Moors2014-11-172-5/+9
|\ \ \ \ \ \
| * | | | | | SI-8967 Only add JARs and dirs from $SCALA_HOME/lib to classpathJason Zaugg2014-11-082-5/+9
* | | | | | | No list of subclasses for Any in scaladoc, it's useless.Antoine Gourlay2014-11-151-1/+1
* | | | | | | SI-8948 resurrect the scaladoc for Any/AnyRef/Nothing/Null.Antoine Gourlay2014-11-151-1/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #3963 from erikerlandson/si-8835-prLukas Rytz2014-11-111-1/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-8835 Fix implementation of Iterator drop to remove quadratic behaviorErik Erlandson2014-10-211-1/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4106 from retronym/ticket/6856Lukas Rytz2014-11-101-1/+1
|\ \ \ \ \
| * | | | | SI-6856 Fix incorrect EBNF in comment in ParsersJason Zaugg2014-11-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4104 from retronym/ticket/8966Lukas Rytz2014-11-101-1/+1
|\ \ \ \ \
| * | | | | SI-8966 Allow use of jvm-1.8 via the Ant scalac taskJason Zaugg2014-11-071-1/+1
| |/ / / /
* | | | | Merge pull request #4102 from retronym/ticket/8965Lukas Rytz2014-11-101-1/+1
|\ \ \ \ \
| * | | | | SI-8965 Account for corner case in "unrelated types" warningJason Zaugg2014-11-071-1/+1
| |/ / / /
* | | | | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-105-15/+86
|\ \ \ \ \
| * | | | | [sammy] support repeated paramsAdriaan Moors2014-11-071-15/+2
| * | | | | [sammy] use correct type for method to overrideAdriaan Moors2014-11-072-4/+49
| * | | | | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-065-11/+50
* | | | | | Merge pull request #4100 from gourlaysama/wip/lint-buildLukas Rytz2014-11-102-3/+4
|\ \ \ \ \ \