summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove further references to forkjoinJason Zaugg2015-07-15105-68866/+5
* Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-152-18/+17
* Merge pull request #4623 from retronym/ticket/9392v2.12.0-M2Adriaan Moors2015-07-132-0/+20
|\
| * SI-9392 Avoid crash in GenBCode for incoherent treesJason Zaugg2015-07-132-0/+20
* | Merge pull request #4622 from retronym/merge/2.11.x-to-2.12.x-20150713Adriaan Moors2015-07-13125-257/+305
|\ \
| * \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-13125-257/+305
| |\ \ | | |/ | |/|
| | * Fix 25 typos (s)Janek Bogucki2015-07-0610-15/+15
| | * Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-017-9/+9
| | |\
| | | * Fix 27 typos (p-r)Janek Bogucki2015-06-307-9/+9
| | * | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-0184-218/+82
| | |\ \ | | | |/ | | |/|
| | | * SI-9206 De-perk the welcome messageSom Snytt2015-06-254-32/+59
| | | * SI-9206 Update REPL welcome messageSom Snytt2015-06-2483-199/+38
| | | * SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-2/+0
| | * | Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-308-0/+99
| | |\ \
| | | * | SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-232-0/+9
| | | * | SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-233-2/+12
| | | * | SI-6895 Test cases to explain the limitations in tcpoly inferenceJason Zaugg2015-06-234-0/+80
| | * | | Merge pull request #4588 from retronym/topic/icodishAdriaan Moors2015-06-291-0/+42
| | |\ \ \
| | | * | | GenBCode: fix incrementatal compilation by mimicing GenASMJason Zaugg2015-06-281-0/+42
| | * | | | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-293-2/+37
| | |\ \ \ \
| | | * | | | Improved message for missing argument listSom Snytt2015-06-273-2/+37
| | * | | | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-293-6/+6
| | |\ \ \ \ \
| | | * | | | | Improve method names (m-o)Janek Bogucki2015-06-283-6/+6
| | | |/ / / /
| | * / / / / Fix 23 typos (m-o)Janek Bogucki2015-06-289-12/+12
| | |/ / / /
* | | | | | Merge pull request #4621 from retronym/ticket/9393Adriaan Moors2015-07-133-0/+21
|\ \ \ \ \ \
| * | | | | | SI-9393 Temporarily disable two assertions in GenBCodeJason Zaugg2015-07-123-0/+21
| |/ / / / /
* | | | | | 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