summaryrefslogtreecommitdiffstats
path: root/src/vim9type.c
AgeCommit message (Expand)Author
2022-09-29patch 9.0.0624: leaking argument type arrayv9.0.0624Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-16patch 9.0.0477: missing dependency may cause crashes on incomplete buildv9.0.0477Bram Moolenaar
2022-08-20patch 9.0.0229: Vim9: error message for missing type is not clearv9.0.0229Bram Moolenaar
2022-05-26patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar
2022-05-22patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar
2022-03-31patch 8.2.4657: errors for functions are sometimes hard to readv8.2.4657Bram Moolenaar
2022-03-28patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar
2022-03-12patch 8.2.4554: Vim9: using null values not sufficiently testedv8.2.4554Bram Moolenaar
2022-03-08patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar
2022-03-08patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar
2022-02-21patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar
2022-02-06patch 8.2.4310: Vim9: constant list and dict get a declaration typev8.2.4310Bram Moolenaar
2022-02-03patch 8.2.4287: cannot assign empty list with type to variable with list typev8.2.4287Bram Moolenaar
2022-02-02patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()v8.2.4286Bram Moolenaar
2022-02-01patch 8.2.4279: Vim9: cannot change item type with map() after range()v8.2.4279Bram Moolenaar
2022-01-16patch 8.2.4114: Vim9: type checking for a funcref does not work for methodv8.2.4114Bram Moolenaar
2022-01-13patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-07patch 8.2.4034: Coverity warns for possibly using a NULL pointerv8.2.4034Bram Moolenaar
2022-01-04patch 8.2.3998: asan error for adding zero to NULLv8.2.3998Bram Moolenaar
2022-01-04patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar
2022-01-03patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar
2021-12-30patch 8.2.3948: Vim9: failure with partial with unknown argument countv8.2.3948Bram Moolenaar
2021-12-30patch 8.2.3945: Vim9: partial variable argument types are wrongv8.2.3945Bram Moolenaar
2021-12-22patch 8.2.3869: Vim9: type checking for "any" is inconsistentv8.2.3869Bram Moolenaar
2021-12-21patch 8.2.3868: Vim9: function test failsv8.2.3868Bram Moolenaar
2021-12-18patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-09-11patch 8.2.3429: leaking memory when assigning to list or dictv8.2.3429Bram Moolenaar
2021-08-28patch 8.2.3382: crash when getting the type of a NULL partialv8.2.3382Bram Moolenaar
2021-08-19patch 8.2.3359: Vim9: error for type when variable is not setv8.2.3359Bram Moolenaar
2021-08-09patch 8.2.3322: Vim9: checking type of dict does not check member typev8.2.3322Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-01patch 8.2.3269: Vim9: wrong argument check for partialv8.2.3269Bram Moolenaar
2021-07-29patch 8.2.3249: Vim9: error for re-imported function with default argumentv8.2.3249Bram Moolenaar
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-09patch 8.2.3134: crash when using typename() on a function referencev8.2.3134Bram Moolenaar
2021-07-04patch 8.2.3105: Vim9: type of partial is wrong when it has argumentsv8.2.3105Bram Moolenaar
2021-07-04patch 8.2.3104: Vim9: unspecified function type causes type errorv8.2.3104Bram Moolenaar
2021-07-04patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar
2021-06-22patch 8.2.3035: Vim9: crash when calling :def function with partialv8.2.3035Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-03-18patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar
2021-03-13patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionaryv8.2.2600Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-02-07patch 8.2.2486: Vim9: some errors for white space do not show contextv8.2.2486Bram Moolenaar