summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2020-04-23patch 8.2.0626: Vim9: wrong syntax of function in Vim9 scriptv8.2.0626Bram Moolenaar
2020-04-23patch 8.2.0625: Vim9: confusing error when calling unknown functionv8.2.0625Bram Moolenaar
2020-04-23patch 8.2.0624: Vim9: no check for space before #commentv8.2.0624Bram Moolenaar
2020-04-19patch 8.2.0605: Vim9: cannot unlet an environment variablev8.2.0605Bram Moolenaar
2020-04-19patch 8.2.0601: Vim9: :unlet is not compiledv8.2.0601Bram Moolenaar
2020-04-19patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variablesv8.2.0600Bram Moolenaar
2020-04-18patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar
2020-04-16patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar
2020-04-16patch 8.2.0583: Vim9: # comment not recognized in :def functionv8.2.0583Bram Moolenaar
2020-04-14patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar
2020-04-13patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar
2020-04-12patch 8.2.0565: Vim9: tests contain superfluous line continuationv8.2.0565Bram Moolenaar
2020-04-12patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar
2020-04-12patch 8.2.0562: Vim9: cannot split an expression into multiple linesv8.2.0562Bram Moolenaar
2020-04-12patch 8.2.0561: Vim9: cannot split function call in multiple linesv8.2.0561Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-12patch 8.2.0558: Vim9: dict code not covered by testsv8.2.0558Bram Moolenaar
2020-04-12patch 8.2.0556: Vim9: memory leak when finding common typev8.2.0556Bram Moolenaar
2020-04-12patch 8.2.0555: Vim9: line continuation is not always neededv8.2.0555Bram Moolenaar
2020-04-12patch 8.2.0552: Vim9: some errors not covered by testsv8.2.0552Bram Moolenaar
2020-04-11patch 8.2.0548: Vim9: not all possible func type errors testedv8.2.0548Bram Moolenaar
2020-04-11patch 8.2.0546: Vim9: varargs implementation is inefficientv8.2.0546Bram Moolenaar
2020-04-11patch 8.2.0543: Vim9: function with varargs does not work properlyv8.2.0543Bram Moolenaar
2020-04-09patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilationv8.2.0538Bram Moolenaar
2020-04-09patch 8.2.0536: Vim9: some compilation code not testedv8.2.0536Bram Moolenaar
2020-04-07patch 8.2.0529: Vim9: function argument with default not checkedv8.2.0529Bram Moolenaar
2020-04-07patch 8.2.0528: Vim9: function arguments insufficiently testedv8.2.0528Bram Moolenaar
2020-04-07patch 8.2.0527: Vim9: function types insufficiently testedv8.2.0527Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-05patch 8.2.0519: Vim9: return type not properly checkedv8.2.0519Bram Moolenaar
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-05patch 8.2.0515: some compilers cannot add to "void *"v8.2.0515Bram Moolenaar
2020-04-05patch 8.2.0513: reading past allocate memory when using varargsv8.2.0513Bram Moolenaar
2020-04-05patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar
2020-04-03patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar
2020-04-02patch 8.2.0504: Vim9: leaking scope memory when compilation failsv8.2.0504Bram Moolenaar
2020-04-02patch 8.2.0503: Vim9: some code is not testedv8.2.0503Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-04-02patch 8.2.0498: Coverity complains about uninitialized fieldv8.2.0498Bram Moolenaar
2020-04-01patch 8.2.0495: Vim9: some code not testedv8.2.0495Bram Moolenaar
2020-04-01patch 8.2.0494: Vim9: asan errorv8.2.0494Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-04-01patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar
2020-04-01patch 8.2.0489: Vim9: memory leaksv8.2.0489Bram Moolenaar
2020-03-31patch 8.2.0488: Vim9: compiling can break when using a lambda inside :defv8.2.0488Bram Moolenaar
2020-03-31patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar
2020-03-30patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar
2020-03-30patch 8.2.0485: Vim9 script test failsv8.2.0485Bram Moolenaar
2020-03-30patch 8.2.0483: Vim9: "let x = x + 1" does not give an errorv8.2.0483Bram Moolenaar
2020-03-29patch 8.2.0480: Vim9: some code is not testedv8.2.0480Bram Moolenaar