summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* remove -XX:MaxPermSize=128M; it doesn't exist in Java 8Seth Tisue2015-07-131-2/+1
* temporarily disable failing indylambda testSeth Tisue2015-07-091-0/+0
* Merge pull request #4617 from retronym/ticket/9387Jason Zaugg2015-07-093-0/+37
|\
| * SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-093-0/+37
* | Merge pull request #4609 from retronym/topic/indylambda-testLukas Rytz2015-07-093-1/+73
|\ \
| * | Address review feedbackJason Zaugg2015-07-092-3/+6
| * | [indylambda] Improve test coverageJason Zaugg2015-07-082-0/+69
| |/
* | Merge pull request #4607 from lrytz/inlineIndyAdriaan Moors2015-07-0810-6/+116
|\ \
| * | Test warnings when an indy cannot be inlinedLukas Rytz2015-07-087-0/+79
| * | Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-073-6/+37
* | | Merge pull request #4602 from lrytz/yoptInScalaAdriaan Moors2015-07-0850-92/+182
|\| | | |/ |/|
| * Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-0342-80/+43
| * Set -Xsource to 2.12 by defaultLukas Rytz2015-07-034-12/+17
| * Enable the new optimizer when building scalaLukas Rytz2015-07-032-0/+6
| * Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-031-0/+42
| * SI-9376 don't crash when inlining a closure body that throws.Lukas Rytz2015-07-031-0/+74
* | Merge pull request #4561 from jdevelop/io-source-fromclasspath-2.12Adriaan Moors2015-07-071-0/+4
|\ \
| * | [ SI-7514 ] Introduce Source.fromClassPath(resource) methodEugene Dzhurinsky2015-07-071-0/+4
* | | Merge pull request #4603 from lrytz/lambdaSpectestAdriaan Moors2015-07-062-72/+78
|\ \ \
| * | | SI-9373 Restore the test for t8960 with IndyLamba enabledLukas Rytz2015-07-032-72/+78
| | |/ | |/|
* / | Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-062-0/+16
|/ /
* | SI-9377 Update ScalaVersion error textSom Snytt2015-07-022-1/+5
* | SI-9377 ScalaVersion init no longer fails if versionlessSom Snytt2015-07-021-0/+5
|/
* Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-0215-0/+0
* Fix some tests, move others to pending/Lukas Rytz2015-07-0141-323/+94
* Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-011-0/+193
* Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-1/+1
* Merge pull request #4585 from ruippeixotog/fix-mutable-treemap-clearSeth Tisue2015-06-301-2/+2
|\
| * Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-261-2/+2
* | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-264-13/+263
|\ \ | |/ |/|
| * Merge pull request #4577 from janekdb/2.11.x-typos-j-lSeth Tisue2015-06-241-1/+1
| |\
| | * Fix 8 typos (j-l)Janek Bogucki2015-06-231-1/+1
| * | Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-243-12/+262
| |\ \ | | |/ | |/|
| | * Producers / Consumers AnalysisLukas Rytz2015-06-223-12/+262
* | | SI-6613 fixed in GenBCodeLukas Rytz2015-06-264-0/+0
* | | Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-2624-198/+145
* | | Merge pull request #4460 from som-snytt/topic/javap-decomJason Zaugg2015-06-269-107/+3
|\ \ \
| * | | SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-259-107/+3
* | | | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-253-3/+337
|\ \ \ \
| * | | | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-303-3/+337
* | | | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-0/+6
| |/ / /
* | | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-24129-350/+1248
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-2315-15/+15
| |\ \
| | * | Fix 25 typos (g-i)Janek Bogucki2015-06-2215-15/+15
| | |/
| * | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-2222-167/+206
| |\ \
| | * | SI-9206 Accept paste with custom promptSom Snytt2015-06-211-0/+13
| | * | SI-9206 Fix REPL code indentationSom Snytt2015-06-1922-167/+193
| * | | Merge pull request #4566 from lrytz/t9359Adriaan Moors2015-06-228-10/+90
| |\ \ \ | | |_|/ | |/| |
| | * | Fix spurious test failure under -Ybackend:GenBCodeLukas Rytz2015-06-204-10/+6