summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade ASM to 5.0.2Lukas Rytz2014-05-2069-313/+3846
* Merge pull request #3756 from mkubala/ticket/8591Jason Zaugg2014-05-201-0/+1
|\
| * SI-8591 Scaladoc: Problem with scrolling under Safari on iOSMarcin Kubala2014-05-161-0/+1
* | Merge pull request #3748 from retronym/ticket/8587Jason Zaugg2014-05-202-8/+7
|\ \
| * | SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-142-8/+7
| |/
* | Merge pull request #3761 from som-snytt/issue/8507-onlyJason Zaugg2014-05-201-47/+50
|\ \
| * | SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-47/+50
* | | 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-098-23/+45
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #3704 from gourlaysama/wip/t8504Jason Zaugg2014-05-081-1/+1
| |\ \ \ \ \
| | * | | | | SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-1/+1
| | | |/ / / | | |/| | |
| * | | | | 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 #3706 from gourlaysama/wip/t8550Jason Zaugg2014-05-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | SI-8550 fix scaladoc for the default s.c.LinearSeq.Antoine Gourlay2014-04-301-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #3711 from retronym/ticket/8549-2Jason Zaugg2014-05-083-10/+11
| |\ \ \ \ \ \
| | * | | | | | SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-051-0/+3
| | * | | | | | 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
| |/ / / / / / /