summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / / / /
* | | | | | | | Merge pull request #3728 from retronym/topic/merge-2.10.xJason Zaugg2014-05-086-12/+31
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-085-8/+24
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #3678 from retronym/ticket/8479Jason Zaugg2014-04-073-4/+16
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-073-4/+16
| | * | | | | | | | | Merge pull request #3655 from retronym/ticket/8442Grzegorz Kossakowski2014-03-262-4/+8
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-8442 Ignore stub annotation symbols in `AnnotationInfo#matches`Jason Zaugg2014-03-252-4/+8
| | | |/ / / / / / / /
| | * | | | | | | | | Merge pull request #3551 from xeno-by/topic/typecheck-member-defJason Zaugg2014-03-253-62/+68
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-233-62/+68
| * | | | | | | | | | | Merge commit '876590b' into topic/merge-2.10.xJason Zaugg2014-05-081-4/+7
| |\| | | | | | | | | |
| | * | | | | | | | | | Merge pull request #3614 from retronym/ticket/8196Jason Zaugg2014-03-251-4/+7
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | SI-8196 Runtime reflection robustness for STATIC impl detailsJason Zaugg2014-03-111-4/+7
| | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | [backport] no longer warns on calls to vampire macrosEugene Burmako2014-03-051-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | [backport] SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2014-02-091-1/+2
| | |/ / / / / / / /
| | * | | | | | | | [nomaster] corrects an error in reify’s documentationEugene Burmako2014-01-261-5/+5
| | * | | | | | | | Merge pull request #3359 from huitseeker/issue/VarianceAdaptationsJason Zaugg2014-01-216-6/+6
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Backports library changes related to SI-6566 from a419799François Garillot2014-01-136-6/+6