summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4724 from retronym/topic/positioned-errorsLukas Rytz2015-09-181-8/+12
|\
| * Try harder to avoid reporting unpositioned errorsJason Zaugg2015-09-021-8/+12
* | Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-151-1/+1
|\ \
| * | Improve drifted URLsJanek Bogucki2015-09-091-1/+1
* | | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-145-0/+0
|\ \ \
| * | | unset inappropriate execute bitsSeth Tisue2015-09-025-0/+0
* | | | SI-9369 Fix pattern matcher warnings for diamond shaped inheritance.Gerard Basler2015-09-121-1/+5
| |/ / |/| |
* | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-083-4/+4
|\ \ \
| * | | fix assorted typosSeth Tisue2015-08-283-4/+4
| |/ /
* | | Merge pull request #4706 from VladUreche/issue/tree-checkerJason Zaugg2015-09-061-1/+8
|\ \ \
| * | | Re-enable tree checkersVlad Ureche2015-08-241-1/+8
| |/ /
* | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-061-2/+39
|\ \ \
| * | | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-231-2/+39
* | | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-023-3/+3
| |_|/ |/| |
* | | Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+23
|\ \ \ | |_|/ |/| |
| * | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+23
| |/
* | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
* | Fix typos in spec, docs and commentsMichał Pociecha2015-08-2311-15/+15
|/
* 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 #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