summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup `LinkedHashSet` fixes and replace them with `Set` (i.e., backGerard Basler2014-10-052-22/+14
* SI-7746 patmat: fix non-determinism, infeasible counter examplesGerard Basler2014-10-054-31/+103
* Merge pull request #3848 from Ichoran/issue/8680Lukas Rytz2014-09-161-14/+111
|\
| * SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-14/+111
* | Merge pull request #3941 from Ichoran/issue/8815Lukas Rytz2014-09-161-27/+11
|\ \
| * | SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-27/+11
* | | Merge pull request #3936 from som-snytt/issue/8806Jason Zaugg2014-09-161-1/+8
|\ \ \
| * | | SI-8806 Add lower bound check to Any lintSom Snytt2014-09-051-2/+9
* | | | Merge pull request #3972 from lrytz/BCodeDelambdafyFixJason Zaugg2014-09-164-31/+34
|\ \ \ \
| * | | | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-124-31/+34
* | | | | Merge pull request #3971 from lrytz/opt/dceJason Zaugg2014-09-1611-80/+542
|\ \ \ \ \
| * | | | | Address review feedback.Lukas Rytz2014-09-114-9/+7
| * | | | | Remove stale local variables and exception handlers after DCELukas Rytz2014-09-106-29/+171
| * | | | | Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-101-1/+45
| * | | | | Tools to run the compiler in JUnit testsLukas Rytz2014-09-101-2/+21
| * | | | | JUnit tests for dead code elimination.Lukas Rytz2014-09-102-65/+174
| * | | | | -Yopt mulit-choice flagLukas Rytz2014-09-092-1/+27
| * | | | | Eliminate unreachable code in GenBCodeLukas Rytz2014-09-096-4/+134
| * | | | | Removed empty class, unused importsLukas Rytz2014-09-092-8/+2
| |/ / / /
* | | | | Merge pull request #3977 from terma/issue/8817Vlad Ureche2014-09-121-5/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-8817 Correct scaladoc for scala.sys.addShutdownHookterma2014-09-111-5/+4
* | | | | moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-116-6/+6
| |_|_|/ |/| | |
* | | | SI-8398 - unused warning reports lazy val as a methodKonstantin Fedorov2014-09-101-1/+1
| |/ / |/| |
* | | Merge pull request #3938 from gourlaysama/wip/t8764Grzegorz Kossakowski2014-09-091-1/+1
|\ \ \
| * | | [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-091-1/+1
* | | | Merge pull request #3946 from gourlaysama/wip/t5254Grzegorz Kossakowski2014-09-091-11/+23
|\ \ \ \
| * | | | SI-5254 running an empty scala script should succeedAntoine Gourlay2014-08-261-11/+23
| | |_|/ | |/| |
* | | | Merge pull request #3801 from Ichoran/issue/8474Grzegorz Kossakowski2014-09-092-16/+47
|\ \ \ \
| * | | | SI-8474 Inconsistent behavior of patch methodRex Kerr2014-08-242-16/+47
| |/ / /
* | | | Merge pull request #3939 from lrytz/ystatsLukas Rytz2014-09-0810-202/+296
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make MultiChoiceSetting.compute easier to understandLukas Rytz2014-09-081-18/+11
| * | | Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-082-22/+18
| * | | Use Enumeration for MultiChoiceSettingSom Snytt2014-09-057-167/+243
| * | | -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-029-163/+192
* | | | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-052-5/+17
|\ \ \ \
| * | | | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-202-5/+17
* | | | | Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-041-1/+2
|\ \ \ \ \
| * | | | | SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-211-1/+2
| |/ / / /
* | | | | Merge pull request #3951 from pawel-wiejacha/2.11.x_SI-8810_fixGrzegorz Kossakowski2014-09-031-42/+8
|\ \ \ \ \
| * | | | | SI-8810 scaladoc: fixed code block indentation normalizationPaweł Wiejacha2014-09-031-42/+8
* | | | | | SI-8113 allow a newline between a link target and titleAntoine Gourlay2014-09-031-2/+6
* | | | | | Merge pull request #3955 from som-snytt/issue/8410Grzegorz Kossakowski2014-09-031-2/+2
|\ \ \ \ \ \
| * | | | | | SI-8410 Summarize if warnings and not disabledSom Snytt2014-09-011-5/+2
| * | | | | | SI-8410 Don't warn fatally on disabled flagSom Snytt2014-09-011-3/+6
* | | | | | | 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
| |/ / / / / /