summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2021-10-23patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar
2021-10-13patch 8.2.3504: Vim9: warning for signed vs unsignedv8.2.3504Bram Moolenaar
2021-10-13patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar
2021-09-16patch 8.2.3443: Vim9: memory leak when and/or failsv8.2.3443Bram Moolenaar
2021-09-16patch 8.2.3442: Vim9: || and && are not handled at compile timev8.2.3442Bram Moolenaar
2021-09-13patch 8.2.3435: Vim9: dict is not passed to dict functionv8.2.3435Bram Moolenaar
2021-09-09patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar
2021-08-25patch 8.2.3376: Vim9: no warning that "@r" does not do anythingv8.2.3376Bram Moolenaar
2021-08-24patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next linev8.2.3371Bram Moolenaar
2021-08-22patch 8.2.3366: Vim9: debugging elseif does not stop before conditionv8.2.3366Bram Moolenaar
2021-08-21patch 8.2.3365: Vim9: cannot use option for all operationsv8.2.3365Bram Moolenaar
2021-08-21patch 8.2.3364: Vim9: crash when :for is skippedv8.2.3364rbtnn
2021-08-20patch 8.2.3361: Vim9: crash with nested :whilev8.2.3361rbtnn
2021-08-15patch 8.2.3353: Vim9: type of argument for negate not checked at compile timev8.2.3353Bram Moolenaar
2021-08-13patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar
2021-08-12patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-08-10patch 8.2.3326: Vim9: no error passing an empty list of the wrong typev8.2.3326Bram Moolenaar
2021-08-10patch 8.2.3324: Vim9: Cannot use :silent with :endwhilev8.2.3324Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-08patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar
2021-08-07patch 8.2.3312: Vim9: after "if false" line breaks in expression not skippedv8.2.3312Bram Moolenaar
2021-08-07patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar
2021-08-07patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar
2021-08-07patch 8.2.3305: Vim9: :finally in skipped block not handled correctlyv8.2.3305rbtnn
2021-08-05patch 8.2.3299: Vim9: exists() does not handle much at compile timev8.2.3299Bram Moolenaar
2021-08-05patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar
2021-08-05patch 8.2.3296: Vim9: cannot add a number to a floatv8.2.3296Bram Moolenaar
2021-08-04patch 8.2.3290: Vim9: compiling dict may use pointer after freev8.2.3290Zdenek Dohnal
2021-08-02patch 8.2.3278: Vim9: error when adding 1 to floatv8.2.3278Bram Moolenaar
2021-08-02patch 8.2.3277: Vim9: compiled has() does not work properlyv8.2.3277Bram Moolenaar
2021-08-02patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar
2021-08-02patch 8.2.3275: optimizer can use hints about ga_grow() normally succeedingv8.2.3275Bram Moolenaar
2021-08-01patch 8.2.3271: Vim9: cannot use :command or :au with block in :def functionv8.2.3271Bram Moolenaar
2021-08-01patch 8.2.3266: Vim9: assignment with two indexes may check next linev8.2.3266Bram Moolenaar
2021-07-31patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operatorv8.2.3263Bram Moolenaar
2021-07-28patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar
2021-07-28patch 8.2.3238: Vim9: error message does not indicate the locationv8.2.3238Bram Moolenaar
2021-07-27patch 8.2.3230: Vim9: type error when function return type is not known yetv8.2.3230Bram Moolenaar
2021-07-26patch 8.2.3224: cannot call script-local function after :vim9cmdv8.2.3224Bram Moolenaar
2021-07-25patch 8.2.3222: Vim9: cannot used loop variable later as lambda argumentv8.2.3222Bram Moolenaar
2021-07-24patch 8.2.3210: Vim9: searchpair() sixth argument is compiledv8.2.3210Bram Moolenaar
2021-07-24patch 8.2.3209: Vim9: lambda doesn't find block-local variablev8.2.3209Bram Moolenaar
2021-07-24patch 8.2.3207: Vim9: crash when compiling string failsv8.2.3207Bram Moolenaar
2021-07-23patch 8.2.3205: Coverity reports a null pointer dereferencev8.2.3205Bram Moolenaar
2021-07-22patch 8.2.3203: Vim9: compiled string expression causes type errorv8.2.3203Bram Moolenaar
2021-07-22patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar
2021-07-21patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar
2021-07-21patch 8.2.3196: Vim9: bool expression with numbers only fails at runtimev8.2.3196Bram Moolenaar
2021-07-21patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambdav8.2.3195Bram Moolenaar