summaryrefslogtreecommitdiffstats
path: root/src/vim9execute.c
AgeCommit message (Expand)Author
2024-04-24patch 9.1.0369: Vim9: problem when importing autoloaded scriptsv9.1.0369Ernie Rael
2024-04-15patch 9.1.0335: String interpolation fails for List typev9.1.0335Yegappan Lakshmanan
2024-04-14patch 9.1.0329: String interpolation fails for Dict typev9.1.0329Yegappan Lakshmanan
2024-04-05patch 9.1.0270: a few minor issues to fixv9.1.0270Christian Brabandt
2024-03-28patch 9.1.0219: Vim9: No enum supportv9.1.0219Yegappan Lakshmanan
2024-03-26patch 9.1.0209: leaking memory in exe_newdict() on errorv9.1.0209Christian Brabandt
2023-12-21patch 9.0.2184: Vim9: inconsistent :type/:class messagesv9.0.2184Ernie Rael
2023-12-16patch 9.0.2170: Vim9: no support for const/final class/objects varsv9.0.2170Yegappan Lakshmanan
2023-12-14patch 9.0.2164: Vim9: can use type a func arg/return valuev9.0.2164Ernie Rael
2023-12-11patch 9.0.2156: Vim9: can use typealias in assignmentv9.0.2156Ernie Rael
2023-12-04patch 9.0.2149: [security]: use-after-free in exec_instructions()v9.0.2149Christian Brabandt
2023-11-25patch 9.0.2129: [security]: use-after-free in call_dfunc()v9.0.2129mityu
2023-11-11patch 9.0.2096: Vim9: confusing usage of privatev9.0.2096Ernie Rael
2023-10-28patch 9.0.2078: several problems with type aliasesv9.0.2078Yegappan Lakshmanan
2023-10-27patch 9.0.2076: Vim9: No support for type aliasesv9.0.2076Yegappan Lakshmanan
2023-10-19patch 9.0.2050: Vim9: crash with deferred function call and exceptionv9.0.2050Yegappan Lakshmanan
2023-10-18patch 9.0.2044: Vim9: exceptions confuse defered functionsv9.0.2044Yegappan Lakshmanan
2023-10-17patch 9.0.2038: Vim9: object method funcref not cleaned up after usev9.0.2038Yegappan Lakshmanan
2023-10-14patch 9.0.2019: Vim9: no support for funcrefsv9.0.2019Yegappan Lakshmanan
2023-10-11patch 9.0.2015: Vim9: does not handle islocked() from a method correctlyv9.0.2015Ernie Rael
2023-10-07patch 9.0.2000: Vim9: use-after-free in deep call stackv9.0.2000Yegappan Lakshmanan
2023-10-06patch 9.0.1999: Vim9: some error messages can be improvedv9.0.1999Ernie Rael
2023-10-04patch 9.0.1982: vim9: clean up from v9.0.1955v9.0.1982Ernie Rael
2023-09-29patch 9.0.1955: Vim9: lockvar issues with objects/classesv9.0.1955Ernie Rael
2023-09-29patch 9.0.1952: Vim9: unused static fieldv9.0.1952Yegappan Lakshmanan
2023-09-25patch 9.0.1942: Vim9: execution stack invalidated with null objectv9.0.1942Yegappan Lakshmanan
2023-09-24patch 9.0.1935: Vim9: not consistent error messagesv9.0.1935RestorerZ
2023-09-24patch 9.0.1932: Vim9: error when using null object constructorv9.0.1932Yegappan Lakshmanan
2023-09-24patch 9.0.1928: Vim9: constructor type checking bugv9.0.1928h-east
2023-09-19patch 9.0.1914: Vim9: few issues when accessing object membersv9.0.1914Yegappan 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-05patch 9.0.1870: Vim9: disassamble does not show staticv9.0.1870Ernie Rael
2023-09-04patch 9.0.1867: Vim9: access to interface statics possiblev9.0.1867Ernie Rael
2023-09-02patch 9.0.1850: Vim9: wrong line number where options setv9.0.1850LemonBoy
2023-09-01patch 9.0.1838: Vim9: Cannot modify class member vars from def functionv9.0.1838Yegappan Lakshmanan
2023-08-31patch 9.0.1830: Vim9: crash when accessing a null objectv9.0.1830Gianmaria Bajo
2023-08-19patch 9.0.1754: still Ci breakage (after 9.0.1741)v9.0.1754LemonBoy
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-06-24patch 9.0.1662: crash when using a class member twicev9.0.1662Bram Moolenaar
2023-05-23patch 9.0.1573: error for function name has wrong line numberv9.0.1573Bram Moolenaar
2023-04-30patch 9.0.1501: crash with nested :try and :throw in catch blockv9.0.1501Bram Moolenaar
2023-04-18patch 9.0.1468: recursively calling :defer function if it does :qav9.0.1468zeertzjq
2023-04-01patch 9.0.1436: cannot compare a typed variable with v:nonev9.0.1436Bram Moolenaar
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-03-02patch 9.0.1370: crash when using a NULL objectv9.0.1370Bram Moolenaar
2023-02-27patch 9.0.1358: compilation error with some compilersv9.0.1358Bram Moolenaar
2023-02-26patch 9.0.1357: using null_object results in an internal errorv9.0.1357Bram Moolenaar
2023-02-18patch 9.0.1322: crash when indexing "any" which is an objectv9.0.1322Bram Moolenaar
2023-02-18patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar