summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Uncurry does Literal RHS for ConstantType def, not ConstructorsAdriaan Moors2015-08-242-16/+18
* Clean up Constructors a bit.Adriaan Moors2015-08-241-96/+90
* Merge pull request #4590 from som-snytt/issue/6810Lukas Rytz2015-08-241-3/+5
|\
| * SI-6810 Disallow EOL in char literalSom Snytt2015-06-291-3/+5
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-2012-25/+32
|\ \
| * \ Merge pull request #4678 from stusmall/2.11.xLukas Rytz2015-08-101-0/+4
| |\ \
| | * | SI-3623 Improved error message for "filename too long" build errorsstusmall2015-08-071-0/+4
| * | | Merge pull request #4688 from retronym/topic/typer-debug-implicitsLukas Rytz2015-08-102-3/+5
| |\ \ \
| | * | | Fix tracing of implicit search under -Ytyper-debugJason Zaugg2015-08-062-3/+5
| | |/ /
| * | | Merge pull request #4672 from janekdb/2.11.x-scaladoc-compilerSeth Tisue2015-08-0610-21/+21
| |\ \ \
| | * | | ScalaDoc fixes for compilerJanek Bogucki2015-07-2910-21/+21
| | |/ /
| * | | Merge pull request #4675 from retronym/ticket/9425Seth Tisue2015-08-061-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | SI-9425 Leave Companion.apply if constructor is less accessibleJason Zaugg2015-07-311-1/+2
* | | | Merge pull request #4660 from som-snytt/issue/9270Seth Tisue2015-08-061-1/+1
|\ \ \ \
| * | | | SI-9270 Default xml coalescing off in 2.12Som Snytt2015-07-251-1/+1
* | | | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-055-9/+14
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #4670 from retronym/ticket/9422Lukas Rytz2015-07-291-3/+5
| |\ \ \ | | |/ / | |/| |
| | * | SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-3/+5
| * | | Merge pull request #4661 from retronym/ticket/9365Lukas Rytz2015-07-281-1/+1
| |\ \ \
| | * | | SI-9365 Don't null out dependencies of transient lazy valsJason Zaugg2015-07-271-1/+1
| | |/ /
| * | | Remove redundant 'val' from case class params.Janek Bogucki2015-07-271-2/+2
| * | | Merge pull request #4653 from lrytz/t9403Jason Zaugg2015-07-272-3/+6
| |\ \ \
| | * | | SI-9403 fix ICodeReader for negative BIPUSH / SIPUSH valuesLukas Rytz2015-07-242-3/+6
| | |/ /
| * | | Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-247-18/+18
| * | | SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-245-20/+42
| * | | [backport] Fix bytecode stability when running the closure optimizerLukas Rytz2015-07-231-8/+8
| * | | [backport] SI-9392 Clarify the workaround comment and introduce a devWarningLukas Rytz2015-07-231-8/+8
| * | | [backport] SI-9392 Avoid crash in GenBCode for incoherent treesJason Zaugg2015-07-231-0/+8
| * | | [backport] SI-9393 Temporarily disable two assertions in GenBCodeJason Zaugg2015-07-231-10/+11
| * | | [backport] Refactor the ClosureOptimizer, run ProdCons only once per methodLukas Rytz2015-07-233-158/+231
| * | | [backport] SI-9387 Fix VerifyError introduced by indylambdaJason Zaugg2015-07-231-1/+2
| * | | [backport] Integrate the LMFInvokeDynamic extractor into LambdaMetaFactoryCallAdriaan Moors2015-07-233-70/+64
| * | | [backport] Small refactoring to the closure optimizerLukas Rytz2015-07-233-139/+151
| * | | [backport] Accessibility checks for methods with an InvokeDynamic instructionLukas Rytz2015-07-232-4/+68
| * | | [backport] Fix bytecode stabilityLukas Rytz2015-07-231-2/+23
| * | | [backport] Skip mirror class when invoking deserializeLambdaLukas Rytz2015-07-231-2/+2
| * | | [backport] Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-232-9/+21
| * | | [backport] SI-9376 don't crash when inlining a closure body that throws.Lukas Rytz2015-07-232-1/+25
| * | | [backport] Fix superclass for Java interface symbols created in JavaMirrorsLukas Rytz2015-07-231-1/+1
| * | | [backport] `deserializeLambda` should not use encoded class nameLukas Rytz2015-07-231-2/+3
| * | | [backport] Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-231-3/+5
| * | | [backport] SI-6613 fixed in GenBCodeLukas Rytz2015-07-231-1/+2
| |/ /
* | | Merge pull request #4638 from lrytz/t9393Jason Zaugg2015-07-249-37/+59
|\ \ \
| * | | Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-227-18/+18
| * | | SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-225-20/+42
* | | | Merge pull request #4652 from retronym/ticket/9408Lukas Rytz2015-07-234-6/+16
|\ \ \ \
| * | | | SI-9408 Avoid capturing outer class in local classes.Jason Zaugg2015-07-231-0/+6
| * | | | Refactor to avoid duplicated work in ConstructorsJason Zaugg2015-07-231-3/+5
| * | | | SI-9408 Record known subclasses of local classesJason Zaugg2015-07-233-3/+5
| |/ / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-2317-26/+26
|\ \ \ \ | |/ / / |/| / / | |/ /