summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4623 from retronym/ticket/9392v2.12.0-M2Adriaan Moors2015-07-131-0/+8
|\
| * SI-9392 Avoid crash in GenBCode for incoherent treesJason Zaugg2015-07-131-0/+8
* | Merge pull request #4622 from retronym/merge/2.11.x-to-2.12.x-20150713Adriaan Moors2015-07-1349-117/+178
|\ \
| * \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-1349-117/+178
| |\ \ | | |/ | |/|
| | * Merge pull request #4604 from vergenzt/update-eclipse-filesAdriaan Moors2015-07-063-3/+3
| | |\
| | | * Update Eclipse classpath entriesTim Vergenz2015-07-043-3/+3
| | * | Fix 25 typos (s)Janek Bogucki2015-07-068-9/+9
| | |/
| | * Correct init order between Pasted and ILoop#pastedAdriaan Moors2015-07-021-1/+7
| | * Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-0114-17/+17
| | |\
| | | * Fix 27 typos (p-r)Janek Bogucki2015-06-3014-17/+17
| | * | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-019-47/+92
| | |\ \ | | | |/ | | |/|
| | | * SI-9206 De-perk the welcome messageSom Snytt2015-06-252-8/+9
| | | * SI-9206 Update REPL welcome messageSom Snytt2015-06-243-20/+23
| | | * SI-9206 REPL custom continuation promptSom Snytt2015-06-232-7/+15
| | | * SI-9206: REPL custom history fileIgor Racic2015-06-231-6/+6
| | | * SI-9206: REPL custom welcome messageSom Snytt2015-06-237-17/+51
| | | * SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-3/+2
| | * | Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-301-2/+3
| | |\ \
| | | * | SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-231-1/+1
| | | * | SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-231-1/+2
| | * | | Merge pull request #4591 from vsalvis/vsalvis-stringdocSeth Tisue2015-06-302-4/+8
| | |\ \ \
| | | * | | SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-292-4/+8
| | * | | | Merge pull request #4588 from retronym/topic/icodishAdriaan Moors2015-06-291-0/+5
| | |\ \ \ \
| | | * | | | GenBCode: fix incrementatal compilation by mimicing GenASMJason Zaugg2015-06-281-0/+5
| | * | | | | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-291-19/+18
| | |\ \ \ \ \
| | | * | | | | Improved message for missing argument listSom Snytt2015-06-271-19/+18
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #4589 from janekdb/2.11.x-method-names-m-oJason Zaugg2015-06-291-2/+2
| | |\ \ \ \ \
| | | * | | | | Improve method names (m-o)Janek Bogucki2015-06-281-2/+2
| | | |/ / / /
| | * / / / / Fix 23 typos (m-o)Janek Bogucki2015-06-288-10/+10
| | |/ / / /
* | | | | | Merge pull request #4621 from retronym/ticket/9393Adriaan Moors2015-07-131-10/+11
|\ \ \ \ \ \
| * | | | | | SI-9393 Temporarily disable two assertions in GenBCodeJason Zaugg2015-07-121-10/+11
| |/ / / / /
* | | | | | Merge pull request #4617 from retronym/ticket/9387Jason Zaugg2015-07-091-1/+2
|\ \ \ \ \ \
| * | | | | | SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-091-1/+2
| |/ / / / /
* | | | | | 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
| |/ / / / /