summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3936 from som-snytt/issue/8806Jason Zaugg2014-09-163-2/+20
|\
| * SI-8806 Add lower bound check to Any lintSom Snytt2014-09-053-3/+21
* | Merge pull request #3972 from lrytz/BCodeDelambdafyFixJason Zaugg2014-09-169-33/+52
|\ \
| * | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-129-33/+52
* | | Merge pull request #3971 from lrytz/opt/dceJason Zaugg2014-09-1629-88/+1303
|\ \ \
| * | | Address review feedback.Lukas Rytz2014-09-115-10/+10
| * | | Remove stale local variables and exception handlers after DCELukas Rytz2014-09-1011-36/+386
| * | | SI-8568 unreachable test now passes in GenBCodeLukas Rytz2014-09-101-1/+0
| * | | Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-1010-7/+282
| * | | Tools to run the compiler in JUnit testsLukas Rytz2014-09-103-2/+136
| * | | JUnit tests for dead code elimination.Lukas Rytz2014-09-109-72/+379
| * | | -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 #3983 from retronym/merge/2.10.x-2.11.x-20140915Jason Zaugg2014-09-160-0/+0
|\ \ \
| * | | Merge commit '9ecfac8' into merge/2.10.x-2.11.x-20140915Jason Zaugg2014-09-150-0/+0
|/| | |
| * | | Merge pull request #3859 from xeno-by/topic/fundep-materialization-210xGrzegorz Kossakowski2014-09-1119-4/+215
| |\ \ \
| | * | | -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-094-6/+6
| | * | | pull request feedbackEugene Burmako2014-07-031-0/+1
| | * | | [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-0219-4/+214
* | | | | 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
* | | | | | Merge pull request #3846 from xeno-by/topic/move-quasiquotesGrzegorz Kossakowski2014-09-126-6/+6
|\ \ \ \ \ \
| * | | | | | moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-116-6/+6
|/ / / / / /
* | | | | | Merge pull request #3968 from Feodorov/ticket/8398Grzegorz Kossakowski2014-09-103-19/+23
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-8398 - unused warning reports lazy val as a methodKonstantin Fedorov2014-09-103-19/+23
|/ / / / /
* | | | | Merge pull request #3938 from gourlaysama/wip/t8764Grzegorz Kossakowski2014-09-097-1/+39
|\ \ \ \ \
| * | | | | [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-097-1/+39
* | | | | | Merge pull request #3967 from retronym/topic/mathjaxGrzegorz Kossakowski2014-09-091-1/+1
|\ \ \ \ \ \
| * | | | | | Fix broken URL for MathJAX Javascript dependency.Jason Zaugg2014-09-081-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3946 from gourlaysama/wip/t5254Grzegorz Kossakowski2014-09-092-11/+46
|\ \ \ \ \ \
| * | | | | | SI-5254 running an empty scala script should succeedAntoine Gourlay2014-08-262-11/+46
* | | | | | | 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-0815-209/+416
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make MultiChoiceSetting.compute easier to understandLukas Rytz2014-09-081-18/+11
| * | | | | | Address PR feedback, fix MultiChoiceSetting.containsLukas Rytz2014-09-083-22/+20
| * | | | | | Use Enumeration for MultiChoiceSettingSom Snytt2014-09-058-168/+288
| * | | | | | -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-0210-164/+254
| * | | | | | Fix assertThrows, and the behaviors that it shadowedLukas Rytz2014-09-024-6/+12
* | | | | | | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-054-5/+90
|\ \ \ \ \ \ \
| * | | | | | | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-204-5/+90
* | | | | | | | Merge pull request #3961 from lrytz/t8786-disable-testJason Zaugg2014-09-041-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8786 disable part of test that's failing the jdk8 buildLukas Rytz2014-09-041-1/+3
* | | | | | | | | Merge pull request #3932 from gourlaysama/wip/t8498Jason Zaugg2014-09-043-5/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-213-5/+9
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3951 from pawel-wiejacha/2.11.x_SI-8810_fixGrzegorz Kossakowski2014-09-033-45/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8810 scaladoc: fixed code block indentation normalizationPaweł Wiejacha2014-09-033-45/+18
* | | | | | | | | | Merge pull request #3960 from gourlaysama/wip/t8113Vlad Ureche2014-09-033-2/+43
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-8113 allow a newline between a link target and titleAntoine Gourlay2014-09-033-2/+43
|/ / / / / / / / /