summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2020-03-28patch 8.2.0471: missing change to compile_list()v8.2.0471Bram Moolenaar
2020-03-28patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar
2020-03-28patch 8.2.0465: Vim9: dead code and wrong return typev8.2.0465Bram Moolenaar
2020-03-26patch 8.2.0449: Vim9: crash if return type is invalidv8.2.0449Bram Moolenaar
2020-03-23patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar
2020-03-20patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar
2020-03-09patch 8.2.0368: Vim9: import that redefines local variable does not failv8.2.0368Bram Moolenaar
2020-03-04patch 8.2.0355: Vim9: str_val is confusing, it's a numberv8.2.0355Bram Moolenaar
2020-03-03patch 8.2.0350: Vim9: expression tests don't use recognized constantsv8.2.0350Bram Moolenaar
2020-03-02patch 8.2.0348: Vim9: not all code testedv8.2.0348Bram Moolenaar
2020-03-01patch 8.2.0346: Vim9: finding common list type not testedv8.2.0346Bram Moolenaar
2020-03-01patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar
2020-03-01patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar
2020-03-01patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar
2020-03-01patch 8.2.0338: build failure without the channel featurev8.2.0338Bram Moolenaar
2020-02-29patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar
2020-02-26patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar
2020-02-26patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar
2020-02-25patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar
2020-02-23patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar
2020-02-22patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar
2020-02-21patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar
2020-02-20patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar
2020-02-20patch 8.2.0288: Vim9: some float and blob operators not testedv8.2.0288Bram Moolenaar
2020-02-19patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar
2020-02-19patch 8.2.0284: Vim9: assignment test failsv8.2.0284Bram Moolenaar
2020-02-19patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar
2020-02-19patch 8.2.0276: Vim9: not allowing space before ")" in function callv8.2.0276Bram Moolenaar
2020-02-17patch 8.2.0269: Vim9: operator after list index does not workv8.2.0269Bram Moolenaar
2020-02-16patch 8.2.0263: a few new Vim9 messages are not localizedv8.2.0263Bram Moolenaar
2020-02-13patch 8.2.0254: compiler warning for checking size_t to be negativev8.2.0254Bram Moolenaar
2020-02-13patch 8.2.0252: Windows compiler warns for using size_tv8.2.0252Bram Moolenaar
2020-02-07patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar
2020-02-06patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar
2020-02-06patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar
2020-02-06patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar
2020-02-06patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar
2020-02-05patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar
2020-02-04patch 8.2.0210: Coverity complains about uninitialized fieldv8.2.0210Bram Moolenaar
2020-02-04patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar
2020-02-03patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar
2020-02-02patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar
2020-01-31patch 8.2.0188: Check commands don't work well with Vim9 scriptv8.2.0188Bram Moolenaar
2020-01-31patch 8.2.0187: reduntant codev8.2.0187Bram Moolenaar
2020-01-31patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar
2020-01-29patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar
2020-01-28patch 8.2.0170: Coverity warning for ignoring return valuev8.2.0170Bram Moolenaar
2020-01-28patch 8.2.0165: Coverity warning for using NULL pointerv8.2.0165Bram Moolenaar
2020-01-26patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar