summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-227-1/+64
* Merge pull request #3730 from lrytz/checkinitJason Zaugg2014-05-0910-35/+87
|\
| * Disable run/t7974 under checkinitLukas Rytz2014-05-092-1/+2
| * 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-096-3/+33
| * Fix run/t5256h.scala under checkinitLukas Rytz2014-05-081-1/+2
| * Fix run/t3569.scala under checkinitLukas Rytz2014-05-081-1/+2
* | Merge pull request #3734 from retronym/topic/master-to-2.11.x-2Jason Zaugg2014-05-098-6/+79
|\ \
| * | Merge origin/master into topic/master-to-2.11.x-2Jason Zaugg2014-05-098-6/+79
|/| |
| * | Merge pull request #3732 from retronym/revert/5905Jason Zaugg2014-05-092-5/+4
| |\ \
| | * | Revert "SI-5905 Clarify test case"Jason Zaugg2014-05-092-5/+4
| |/ /
| * | Merge pull request #3597 from som-snytt/issue/5905-feature-helpJason Zaugg2014-05-097-6/+80
| |\ \
| | * | SI-5905 Clarify test caseSom Snytt2014-05-082-4/+5
| | * | SI-5905 Restore -language:_Som Snytt2014-03-023-2/+6
| | * | SI-5905 Sanity check -language optionsSom Snytt2014-02-287-5/+74
* | | | Merge pull request #3719 from retronym/ticket/8546Jason Zaugg2014-05-095-5/+54
|\ \ \ \
| * | | | SI-8546 Pattern matcher analysis foiled by over-wideningJason Zaugg2014-05-075-5/+54
* | | | | Merge pull request #3727 from retronym/ticket/8531Jason Zaugg2014-05-093-2/+35
|\ \ \ \ \
| * | | | | SI-8531 Better space efficiency for patmat analysisJason Zaugg2014-05-083-2/+35
* | | | | | Merge pull request #3729 from retronym/merge/master-to-2.11.xAdriaan Moors2014-05-0927-23/+352
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'b5392a0' into merge/master-to-2.11.xJason Zaugg2014-05-0927-23/+352
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #3704 from gourlaysama/wip/t8504Jason Zaugg2014-05-082-1/+11
| | |\ \ \ \ \
| | | * | | | | SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-292-1/+11
| | | | |/ / / | | | |/| | |
| | * | | | | Merge pull request #3689 from xeno-by/ticket/8523Jason Zaugg2014-05-083-1/+12
| | |\ \ \ \ \
| | | * | | | | makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-213-1/+12
| | * | | | | | 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-0810-10/+231
| | |\ \ \ \ \ \
| | | * | | | | | SI-6988 Test case for non-literal / non-constant SerialVersionUIDJason Zaugg2014-05-054-0/+28
| | | * | | | | | SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-053-0/+179
| | | * | | | | | SI-8549 Honour the @SerialVersionUID annotatationJason Zaugg2014-05-053-10/+24
| | * | | | | | | Merge pull request #3703 from huitseeker/issue/SI-8537Jason Zaugg2014-05-073-1/+16
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-8537 Puts SI-8157 fix under XsourceFrançois Garillot2014-04-253-1/+16
| | * | | | | | | | Merge pull request #3576 from som-snytt/issue/8325Jason Zaugg2014-05-078-9/+81
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-8325 Accept infix star type outside patternsSom Snytt2014-05-058-9/+81
| | |/ / / / / / / /
* | | | | | | | | | Merge pull request #3726 from lrytz/unreachableLukas Rytz2014-05-081-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Disable 'unreachable' test for GenBCodeLukas Rytz2014-05-081-0/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #3721 from lrytz/t7852Jason Zaugg2014-05-085-23/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BCodeICodeCommon through composition rather than inheritanceLukas Rytz2014-05-084-4/+9
| * | | | | | | | | SI-7852 for GenBCodeLukas Rytz2014-05-075-24/+35
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3728 from retronym/topic/merge-2.10.xJason Zaugg2014-05-0816-12/+168
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-0812-8/+99
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #3678 from retronym/ticket/8479Jason Zaugg2014-04-075-4/+49
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-075-4/+49
| | * | | | | | | | | | Merge pull request #3655 from retronym/ticket/8442Grzegorz Kossakowski2014-03-267-4/+50
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | SI-8442 Ignore stub annotation symbols in `AnnotationInfo#matches`Jason Zaugg2014-03-257-4/+50
| | | |/ / / / / / / / /
| | * | | | | | | | | | Merge pull request #3551 from xeno-by/topic/typecheck-member-defJason Zaugg2014-03-256-62/+100
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ Merge commit '3314d76' into topic/merge-2.10.xJason Zaugg2014-05-080-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-236-62/+100
| * | | | | | | | | | | | Merge commit '876590b' into topic/merge-2.10.xJason Zaugg2014-05-084-4/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |