summaryrefslogtreecommitdiffstats
path: root/src/vim9type.c
AgeCommit message (Expand)Author
2024-05-09patch 9.1.0400: Vim9: confusing error message for unknown typev9.1.0400Yegappan Lakshmanan
2024-05-02patch 9.1.0387: Vim9: null value tests not sufficientv9.1.0387Yegappan Lakshmanan
2024-05-01patch 9.1.0385: Vim9: crash with null_class and null_objectv9.1.0385Yegappan Lakshmanan
2024-04-23patch 9.1.0367: compile_def_function is too longv9.1.0367Yegappan Lakshmanan
2024-04-21patch 9.1.0361: Vim9: vim9type.c is too complicatedv9.1.0361Yegappan Lakshmanan
2024-04-18patch 9.1.0349: Vim9: need static type for typealiasv9.1.0349Yegappan Lakshmanan
2024-04-10patch 9.1.0299: Vim9: return type not set for a lambda assigned to script varv9.1.0299Yegappan Lakshmanan
2024-03-28patch 9.1.0219: Vim9: No enum supportv9.1.0219Yegappan Lakshmanan
2023-12-21patch 9.0.2184: Vim9: inconsistent :type/:class messagesv9.0.2184Ernie Rael
2023-12-16patch 9.0.2169: Vim9: builtin funcs may accept a non-valuev9.0.2169Ernie Rael
2023-12-14patch 9.0.2163: Vim9: type can be assigned to list/dictv9.0.2163Ernie Rael
2023-12-11patch 9.0.2158: [security]: use-after-free in check_argument_typev9.0.2158Christian Brabandt
2023-12-11patch 9.0.2156: Vim9: can use typealias in assignmentv9.0.2156Ernie Rael
2023-12-08patch 9.0.2155: Vim9: type not kept when assigning varsv9.0.2155Yegappan Lakshmanan
2023-12-05patch 9.0.2152: Using type unknown for List/Dict containersv9.0.2152Yegappan Lakshmanan
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-21patch 9.0.2057: Vim9: no strict type checks for funcrefs varargsv9.0.2057Ernie Rael
2023-10-17patch 9.0.2043: Vim9: issue with funcref assignmentand varargsv9.0.2043Ernie Rael
2023-10-14patch 9.0.2019: Vim9: no support for funcrefsv9.0.2019Yegappan Lakshmanan
2023-10-09patch 9.0.2007: Vim9: covariant parameter types allowedv9.0.2007Yegappan Lakshmanan
2023-10-02patch 9.0.1974: vim9: using contra-variant type-checksv9.0.1974Yegappan Lakshmanan
2023-09-29patch 9.0.1959: Vim9: methods parameters and types are covariantv9.0.1959Yegappan Lakshmanan
2023-09-24patch 9.0.1935: Vim9: not consistent error messagesv9.0.1935RestorerZ
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-08-27patch 9.0.1796: Vim9 problems with null_objectsv9.0.1796Ernie Rael
2023-08-23patch 9.0.1786: Vim9: need instanceof() functionv9.0.1786LemonBoy
2023-08-20patch 9.0.1775: Wrong comparison in vim9type.cv9.0.1775Johan Mattsson
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-05-15patch 9.0.1559: function argument types not always checkedv9.0.1559Bram Moolenaar
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-02-21patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar
2023-02-18patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar
2023-01-26patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan
2023-01-20patch 9.0.1224: cannot call a :def function with a number for float argumentv9.0.1224Bram Moolenaar
2023-01-16patch 9.0.1207: error when object type is expected but getting "any"v9.0.1207Bram Moolenaar
2023-01-15patch 9.0.1203: return type of values() is always list<any>v9.0.1203Bram Moolenaar
2023-01-15patch 9.0.1202: crash when iterating over list of objectsv9.0.1202Bram Moolenaar
2023-01-12patch 9.0.1187: test for using imported class failsv9.0.1187Bram Moolenaar
2023-01-12patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar
2023-01-12patch 9.0.1184: interface of an object is not recognized when checking typev9.0.1184Bram Moolenaar
2023-01-11patch 9.0.1181: class inheritance and typing insufficiently testedv9.0.1181Bram Moolenaar
2023-01-09patch 9.0.1163: compiler warning for implicit size_t/int conversionv9.0.1163Mike Williams
2023-01-07patch 9.0.1156: tests fail because of a different error messagev9.0.1156Bram Moolenaar
2023-01-07patch 9.0.1155: cannot use a class as a typev9.0.1155Bram Moolenaar
2023-01-03patch 9.0.1139: cannot create a new object in a compiled functionv9.0.1139Bram Moolenaar
2023-01-03patch 9.0.1138: crash when expecting varargs but it is something elsev9.0.1138Bram Moolenaar
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-27patch 9.0.1104: invalid memory access when checking function argument typesv9.0.1104Bram Moolenaar