summaryrefslogtreecommitdiff
path: root/src/vim9compile.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar2020-03-011-1/+1
* patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar2020-03-011-3/+19
* patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar2020-03-011-2/+7
* patch 8.2.0338: build failure without the channel featurev8.2.0338Bram Moolenaar2020-03-011-0/+4
* patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar2020-02-291-5/+70
* patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar2020-02-261-5/+8
* patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar2020-02-261-2/+46
* patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar2020-02-251-0/+4
* patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar2020-02-231-10/+44
* patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar2020-02-221-12/+1
* patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar2020-02-211-39/+48
* patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar2020-02-201-7/+18
* patch 8.2.0288: Vim9: some float and blob operators not testedv8.2.0288Bram Moolenaar2020-02-201-4/+17
* patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar2020-02-191-5/+4
* patch 8.2.0284: Vim9: assignment test failsv8.2.0284Bram Moolenaar2020-02-191-1/+1
* patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar2020-02-191-3/+5
* patch 8.2.0276: Vim9: not allowing space before ")" in function callv8.2.0276Bram Moolenaar2020-02-191-1/+13
* patch 8.2.0269: Vim9: operator after list index does not workv8.2.0269Bram Moolenaar2020-02-171-0/+11
* patch 8.2.0263: a few new Vim9 messages are not localizedv8.2.0263Bram Moolenaar2020-02-161-3/+3
* patch 8.2.0254: compiler warning for checking size_t to be negativev8.2.0254Bram Moolenaar2020-02-131-2/+2
* patch 8.2.0252: Windows compiler warns for using size_tv8.2.0252Bram Moolenaar2020-02-131-3/+3
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-071-1/+1
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-061-5/+43
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-061-2/+3
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-16/+27
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-4/+47
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-051-3/+23
* patch 8.2.0210: Coverity complains about uninitialized fieldv8.2.0210Bram Moolenaar2020-02-041-0/+1
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-041-3/+5
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-75/+118
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-021-30/+120
* patch 8.2.0188: Check commands don't work well with Vim9 scriptv8.2.0188Bram Moolenaar2020-01-311-4/+28
* patch 8.2.0187: reduntant codev8.2.0187Bram Moolenaar2020-01-311-2/+1
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-311-29/+270
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-34/+34
* patch 8.2.0170: Coverity warning for ignoring return valuev8.2.0170Bram Moolenaar2020-01-281-2/+5
* patch 8.2.0165: Coverity warning for using NULL pointerv8.2.0165Bram Moolenaar2020-01-281-1/+1
* patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar2020-01-261-0/+5
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-3/+3
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+4612