summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9class.pro
AgeCommit message (Expand)Author
2023-09-18patch 9.0.1909: Vim9: problem calling class method from other classv9.0.1909Yegappan Lakshmanan
2023-09-15patch 9.0.1898: Vim9: restrict access to static varsv9.0.1898Yegappan Lakshmanan
2023-09-10patch 9.0.1890: Vim9: lookup code for class/object repaeatedv9.0.1890Yegappan Lakshmanan
2023-09-09patch 9.0.1888: Vim9: Problem trying to invoke class methodv9.0.1888Yegappan Lakshmanan
2023-09-04patch 9.0.1867: Vim9: access to interface statics possiblev9.0.1867Ernie Rael
2023-09-04patch 9.0.1862: Vim9 Garbage Collection issuesv9.0.1862Yegappan Lakshmanan
2023-09-01patch 9.0.1838: Vim9: Cannot modify class member vars from def functionv9.0.1838Yegappan Lakshmanan
2023-09-01patch 9.0.1837: Vim9: class_member_type() can be optimizedv9.0.1837Ernie Rael
2023-08-31patch 9.0.1829: Vim9 missing access-checks for private varsv9.0.1829Yegappan Lakshmanan
2023-08-23patch 9.0.1786: Vim9: need instanceof() functionv9.0.1786LemonBoy
2023-01-28patch 9.0.1254: calling a method on an interface does not workv9.0.1254Bram Moolenaar
2023-01-24patch 9.0.1240: cannot access a private object member in a lambdav9.0.1240Bram Moolenaar
2023-01-16patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar
2023-01-05patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar
2023-01-01patch 9.0.1127: no error if function argument shadows class memberv9.0.1127Bram Moolenaar
2023-01-01patch 9.0.1123: class function not implemented yetv9.0.1123Bram Moolenaar
2022-12-10patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar
2022-12-08patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar