summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2020-10-21patch 8.2.1880: Vim9: asan complains about adding zero to NULLv8.2.1880Bram Moolenaar
2020-10-21patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar
2020-10-21patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar
2020-10-19patch 8.2.1868: Vim9: no error for missing space after comma in dictv8.2.1868Bram Moolenaar
2020-10-19patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar
2020-10-19patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar
2020-10-19patch 8.2.1864: Vim9: no error for wrong list typev8.2.1864Bram Moolenaar
2020-10-18patch 8.2.1862: vim9: memory leak when compiling lambda failsv8.2.1862Bram Moolenaar
2020-10-16patch 8.2.1855: Vim9: get error message when nothing is wrongv8.2.1855Bram Moolenaar
2020-10-15patch 8.2.1851: Vim9: "!" followed by space incorrectly usedv8.2.1851Bram Moolenaar
2020-10-15patch 8.2.1847: Vim9: using negative value for unsigned typev8.2.1847Bram Moolenaar
2020-10-15patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar
2020-10-12patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar
2020-10-09patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spotv8.2.1817Bram Moolenaar
2020-10-05patch 8.2.1802: Vim9: crash with unterminated dictv8.2.1802Bram Moolenaar
2020-10-04patch 8.2.1800: Vim9: memory leak if "if" condition is invalidv8.2.1800Bram Moolenaar
2020-10-04patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar
2020-10-03patch 8.2.1795: Vim9: operators && and || have a confusing resultv8.2.1795Bram Moolenaar
2020-10-03patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar
2020-10-03patch 8.2.1789: Vim9: crash with invalid list constantv8.2.1789Bram Moolenaar
2020-09-27patch 8.2.1764: Vim9: no error when assigning to script var with wrong typev8.2.1764Bram Moolenaar
2020-09-27patch 8.2.1760: Vim9: crash when end marker is missingv8.2.1760Bram Moolenaar
2020-09-27patch 8.2.1756: Vim9: :let will soon be disallowedv8.2.1756Bram Moolenaar
2020-09-27patch 8.2.1755: Vim9: crash when using invalid heredoc markerv8.2.1755Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-25patch 8.2.1739: Vim9: crash when compiling a manually defined functionv8.2.1739Bram Moolenaar
2020-09-23patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar
2020-09-23patch 8.2.1733: Vim9: memory leaks when using nested functionv8.2.1733Bram Moolenaar
2020-09-23patch 8.2.1730: Vim9: cannot use member of unknown typev8.2.1730Bram Moolenaar
2020-09-21patch 8.2.1720: Vim9: memory leak with heredoc that isn't executedv8.2.1720Bram Moolenaar
2020-09-20patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar
2020-09-19patch 8.2.1712: Vim9: leaking memory when calling a lambdav8.2.1712Bram Moolenaar
2020-09-19patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar
2020-09-18patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar
2020-09-16patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram Moolenaar
2020-09-16patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar
2020-09-14patch 8.2.1687: Vim9: out of bounds errorv8.2.1687Bram Moolenaar
2020-09-14patch 8.2.1686: Vim9: "const!" not sufficiently testedv8.2.1686Bram Moolenaar
2020-09-14patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar
2020-09-14patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-09-12patch 8.2.1667: local function name cannot shadow a global function namev8.2.1667Bram Moolenaar
2020-09-10patch 8.2.1657: Vim9: no proper error for nested ":def!"v8.2.1657Bram Moolenaar
2020-09-09patch 8.2.1647: Vim9: result of expression with && and || is not a boolv8.2.1647Bram Moolenaar
2020-09-09patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expectedv8.2.1641Bram Moolenaar
2020-09-08patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar
2020-09-01patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar
2020-08-30patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar
2020-08-29patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar
2020-08-27patch 8.2.1531: Vim9: test still fails on MS-Windowsv8.2.1531Bram Moolenaar