summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3794 from lrytz/t8625Jason Zaugg2014-05-271-3/+10
|\
| * SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-271-3/+10
* | Merge pull request #3782 from retronym/topic/opt-scopeJason Zaugg2014-05-272-12/+19
|\ \ | |/ |/|
| * Optimize enforcement of dependent method type restrictionsJason Zaugg2014-05-261-5/+4
| * Fast path in Namer for methods without defaultsJason Zaugg2014-05-261-3/+8
| * Eliminate some N^2 performance in type checkingJason Zaugg2014-05-261-4/+7
* | SI-8617 Avoid rangepos crash for OptManifest materializerJason Zaugg2014-05-241-1/+1
|/
* Upgrade ASM to 5.0.2Lukas Rytz2014-05-204-18/+20
* SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-191-1/+1
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-192-5/+7
* SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-191-0/+2
* Revert "SI-8601 Don't treat int/long division, or arraylength, as dead-code"Adriaan Moors2014-05-191-2/+0
* Revert "SI-8601 Avoid over-eager optimization of LOAD_FIELD"Adriaan Moors2014-05-192-5/+6
* Revert "SI-8601 Don't treat newarray as dead code"Adriaan Moors2014-05-191-1/+1
* SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-181-1/+1
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-182-6/+5
* SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-181-0/+2
* Merge pull request #3738 from retronym/ticket/8574Jason Zaugg2014-05-172-1/+2
|\
| * SI-8574 Copy @SerialVersionUID, etc, to specialized subclassesJason Zaugg2014-05-162-1/+2
* | SI-8582 emit InnerClasses attribute in GenBCodeLukas Rytz2014-05-131-1/+2
* | Fix BeanInfo generation for GenBCodeLukas Rytz2014-05-131-1/+1
* | Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-135-2/+75
* | SI-8578 Avoid another potential fresh name clashJason Zaugg2014-05-111-1/+1
* | SI-8578 Avoid fresh name clashes under -Ydelambdafy:methodJason Zaugg2014-05-111-1/+1
|/
* Merge pull request #3730 from lrytz/checkinitJason Zaugg2014-05-091-32/+54
|\
| * Clarify and clean up trait getter / setter generationLukas Rytz2014-05-091-35/+54
| * SI-8570 set the checkinit bit for unit-typed fields of traitsLukas Rytz2014-05-091-3/+6
* | Merge origin/master into topic/master-to-2.11.x-2Jason Zaugg2014-05-094-6/+33
|\ \
| * \ Merge pull request #3597 from som-snytt/issue/5905-feature-helpJason Zaugg2014-05-094-6/+33
| |\ \
| | * | SI-5905 Restore -language:_Som Snytt2014-03-022-1/+4
| | * | SI-5905 Sanity check -language optionsSom Snytt2014-02-283-5/+29
* | | | Merge pull request #3719 from retronym/ticket/8546Jason Zaugg2014-05-091-2/+3
|\ \ \ \
| * | | | SI-8546 Pattern matcher analysis foiled by over-wideningJason Zaugg2014-05-071-2/+3
* | | | | Merge pull request #3727 from retronym/ticket/8531Jason Zaugg2014-05-091-2/+6
|\ \ \ \ \
| * | | | | SI-8531 Better space efficiency for patmat analysisJason Zaugg2014-05-081-2/+6
| |/ / / /
* | | | | Merge commit 'b5392a0' into merge/master-to-2.11.xJason Zaugg2014-05-095-21/+40
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3689 from xeno-by/ticket/8523Jason Zaugg2014-05-081-1/+1
| |\ \ \ \
| | * | | | makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-211-1/+1
| * | | | | Merge pull request #3711 from retronym/ticket/8549-2Jason Zaugg2014-05-082-10/+8
| |\ \ \ \ \
| | * | | | | SI-8549 Honour the @SerialVersionUID annotatationJason Zaugg2014-05-052-10/+8
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3703 from huitseeker/issue/SI-8537Jason Zaugg2014-05-071-1/+10
| |\ \ \ \ \
| | * | | | | SI-8537 Puts SI-8157 fix under XsourceFrançois Garillot2014-04-251-1/+10
| | |/ / / /
| * / / / / SI-8325 Accept infix star type outside patternsSom Snytt2014-05-051-9/+21
| |/ / / /
* | | | | Merge pull request #3721 from lrytz/t7852Jason Zaugg2014-05-084-22/+38
|\ \ \ \ \
| * | | | | BCodeICodeCommon through composition rather than inheritanceLukas Rytz2014-05-084-4/+9
| * | | | | SI-7852 for GenBCodeLukas Rytz2014-05-074-23/+34
| |/ / / /
* | | | | Merge pull request #3728 from retronym/topic/merge-2.10.xJason Zaugg2014-05-083-7/+18
|\ \ \ \ \
| * \ \ \ \ Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-083-7/+18
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge pull request #3678 from retronym/ticket/8479Jason Zaugg2014-04-072-4/+11
| | |\ \ \ \
| | | * | | | SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-072-4/+11