summaryrefslogtreecommitdiff
path: root/src/vim9type.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-071-1/+1
* patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar2023-02-211-22/+14
* patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar2023-02-181-1/+2
* patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan2023-01-261-16/+16
* patch 9.0.1224: cannot call a :def function with a number for float argumentv9.0.1224Bram Moolenaar2023-01-201-8/+14
* patch 9.0.1207: error when object type is expected but getting "any"v9.0.1207Bram Moolenaar2023-01-161-0/+5
* patch 9.0.1203: return type of values() is always list<any>v9.0.1203Bram Moolenaar2023-01-151-1/+2
* patch 9.0.1202: crash when iterating over list of objectsv9.0.1202Bram Moolenaar2023-01-151-1/+2
* patch 9.0.1187: test for using imported class failsv9.0.1187Bram Moolenaar2023-01-121-0/+5
* patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar2023-01-121-4/+6
* patch 9.0.1184: interface of an object is not recognized when checking typev9.0.1184Bram Moolenaar2023-01-121-0/+10
* patch 9.0.1181: class inheritance and typing insufficiently testedv9.0.1181Bram Moolenaar2023-01-111-3/+26
* patch 9.0.1163: compiler warning for implicit size_t/int conversionv9.0.1163Mike Williams2023-01-091-1/+1
* patch 9.0.1156: tests fail because of a different error messagev9.0.1156Bram Moolenaar2023-01-071-2/+1
* patch 9.0.1155: cannot use a class as a typev9.0.1155Bram Moolenaar2023-01-071-0/+24
* patch 9.0.1139: cannot create a new object in a compiled functionv9.0.1139Bram Moolenaar2023-01-031-0/+5
* patch 9.0.1138: crash when expecting varargs but it is something elsev9.0.1138Bram Moolenaar2023-01-031-1/+3
* patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar2022-12-291-1/+7
* patch 9.0.1104: invalid memory access when checking function argument typesv9.0.1104Bram Moolenaar2022-12-271-1/+1
* patch 9.0.1054: object member can't get type from initializerv9.0.1054Bram Moolenaar2022-12-131-0/+30
* patch 9.0.1052: using freed memory on exit when EXITFREE is definedv9.0.1052Bram Moolenaar2022-12-131-1/+50
* patch 9.0.1050: using freed memory when assigning to variable twicev9.0.1050Bram Moolenaar2022-12-121-1/+2
* patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar2022-12-091-3/+0
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-3/+16
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-091-0/+11
* patch 9.0.0628: Coverity warns for not checking return valuev9.0.0628Bram Moolenaar2022-09-301-11/+6
* patch 9.0.0624: leaking argument type arrayv9.0.0624Bram Moolenaar2022-09-291-7/+4
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-0/+24
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-6/+0
* patch 9.0.0477: missing dependency may cause crashes on incomplete buildv9.0.0477Bram Moolenaar2022-09-161-0/+5
* patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar2022-08-201-5/+8
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-261-50/+43
* patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar2022-05-221-1/+5
* patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar2022-03-311-2/+2
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-281-0/+4
* patch 8.2.4554: Vim9: using null values not sufficiently testedv8.2.4554Bram Moolenaar2022-03-121-0/+13
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-081-0/+2
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-12/+9
* patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar2022-02-211-1/+1
* patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar2022-02-061-9/+0
* patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar2022-02-031-1/+5
* patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar2022-02-021-0/+65
* patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar2022-02-011-2/+22
* patch 8.2.4114: Vim9: type checking for a funcref does not work for methodv8.2.4114Bram Moolenaar2022-01-161-5/+18
* patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar2022-01-131-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-6/+0
* patch 8.2.4034: Coverity warns for possibly using a NULL pointerv8.2.4034Bram Moolenaar2022-01-071-1/+1
* patch 8.2.3998: asan error for adding zero to NULLv8.2.3998Bram Moolenaar2022-01-041-1/+2
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-10/+82
* patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar2022-01-031-16/+35