summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4607 from lrytz/inlineIndyAdriaan Moors2015-07-086-143/+252
|\
| * Integrate the LMFInvokeDynamic extractor into LambdaMetaFactoryCallAdriaan Moors2015-07-083-70/+64
| * Small refactoring to the closure optimizerLukas Rytz2015-07-073-139/+151
| * Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-073-34/+116
| * Fix bytecode stabilityLukas Rytz2015-07-071-2/+23
* | Merge pull request #4602 from lrytz/yoptInScalaAdriaan Moors2015-07-088-17/+70
|\|
| * Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-032-3/+21
| * Set -Xsource to 2.12 by defaultLukas Rytz2015-07-031-1/+1
| * Skip mirror class when invoking deserializeLambdaLukas Rytz2015-07-031-2/+2
| * Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-032-9/+21
| * SI-9376 don't crash when inlining a closure body that throws.Lukas Rytz2015-07-033-2/+25
* | Merge pull request #4561 from jdevelop/io-source-fromclasspath-2.12Adriaan Moors2015-07-071-0/+10
|\ \
| * | [ SI-7514 ] Introduce Source.fromClassPath(resource) methodEugene Dzhurinsky2015-07-071-0/+10
* | | Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-061-0/+6
| |/ |/|
* | Merge pull request #4601 from som-snytt/issue/9377Lukas Rytz2015-07-031-4/+2
|\ \
| * | SI-9377 Update ScalaVersion error textSom Snytt2015-07-021-4/+1
| * | SI-9377 ScalaVersion init no longer fails if versionlessSom Snytt2015-07-021-0/+1
| |/
* | Merge pull request #4544 from som-snytt/topic/reporterAdriaan Moors2015-07-027-26/+70
|\ \ | |/ |/|
| * SI-9350 Preserve exceptionsSom Snytt2015-07-021-8/+6
| * SI-9350 Command option -XreporterSom Snytt2015-06-297-26/+72
* | Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-022-1/+2
* | Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-01137-3/+3123
* | Prepare build for inclusion of java8-compatLukas Rytz2015-07-018-8/+16
* | `deserializeLambda` should not use encoded class nameLukas Rytz2015-07-011-2/+3
* | Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-3/+5
* | Merge pull request #4585 from ruippeixotog/fix-mutable-treemap-clearSeth Tisue2015-06-302-2/+4
|\ \ | |/ |/|
| * Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-262-2/+4
* | Merge commit '5b80736' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-3/+3
|\ \
* | | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-2615-117/+1009
|\| | | |/ |/|
| * Merge pull request #4577 from janekdb/2.11.x-typos-j-lSeth Tisue2015-06-244-7/+7
| |\
| | * Fix 8 typos (j-l)Janek Bogucki2015-06-234-7/+7
| * | Merge pull request #4552 from lrytz/opt/closureInliningJason Zaugg2015-06-2413-113/+1005
| |\ \ | | |/ | |/|
| | * Cast arguments where necessary before rewriting closure invocationsLukas Rytz2015-06-231-15/+70
| | * Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-2210-108/+489
| | * Producers / Consumers AnalysisLukas Rytz2015-06-223-5/+461
* | | SI-6613 fixed in GenBCodeLukas Rytz2015-06-261-1/+2
* | | Default to delambdafy:method and backend:GenBCodeLukas Rytz2015-06-262-4/+6
* | | Merge pull request #4460 from som-snytt/topic/javap-decomJason Zaugg2015-06-262-476/+129
|\ \ \
| * | | SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-252-476/+129
* | | | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-254-0/+792
|\ \ \ \
| * | | | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-304-0/+792
* | | | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-29/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-29/+58
| |/ / /
* | | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-24102-1136/+2343
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-2310-10/+10
| |\ \
| | * | Fix 25 typos (g-i)Janek Bogucki2015-06-2210-10/+10
| | |/
| * | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-228-101/+109
| |\ \
| | * | SI-9206 Local refactor to save eyesightSom Snytt2015-06-212-42/+39
| | * | SI-9206 Accept paste with custom promptSom Snytt2015-06-213-24/+28
| | * | SI-9206 Verbose REPL prompt for info modeSom Snytt2015-06-191-6/+7