summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-9479 Fix regression w. inherited overloads in package objectJason Zaugg2015-09-192-4/+6
* Merge pull request #4689 from retronym/topic/trait-default-specializationLukas Rytz2015-09-185-8/+10
|\
| * Allow BCode to emit default interface methodsJason Zaugg2015-08-114-5/+7
| * Don't generate specialized overrides in traitsJason Zaugg2015-08-111-3/+3
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-0820-30/+97
* | Merge pull request #4709 from adriaanm/namers-accessorsJason Zaugg2015-09-084-80/+97
|\ \
| * | Review feedback from retronymAdriaan Moors2015-09-021-2/+3
| * | Simplify decision whether to derive accessorsAdriaan Moors2015-09-023-27/+19
| * | Streamline MethodSynthesis & NamersAdriaan Moors2015-09-023-58/+82
* | | Merge pull request #4671 from lrytz/t9375-easyJason Zaugg2015-09-083-17/+9
|\ \ \
| * | | SI-9375 add synthetic readResolve only for static modulesLukas Rytz2015-07-301-0/+1
| * | | Cleanup in RefchecksLukas Rytz2015-07-243-17/+8
* | | | Merge pull request #4673 from puffnfresh/issue/6806Jason Zaugg2015-09-083-43/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-113-43/+61
* | | | 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