summaryrefslogtreecommitdiffstats
path: root/src/proto/vim9compile.pro
AgeCommit message (Expand)Author
2023-09-10patch 9.0.1890: Vim9: lookup code for class/object repaeatedv9.0.1890Yegappan Lakshmanan
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-09-14patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-04-21patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan
2022-04-02patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar
2022-03-15patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar
2022-02-13patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar
2022-02-08patch 8.2.4333: cstack not always passed to where it is neededv8.2.4333Bram Moolenaar
2022-02-08patch 8.2.4332: Vim9: incomplete test for existing script variable in blockv8.2.4332Bram Moolenaar
2022-02-02patch 8.2.4285: Vim9: type of item in for loop not checked properlyv8.2.4285Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-08patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan
2021-12-20patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar
2021-10-13patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar
2021-08-21patch 8.2.3365: Vim9: cannot use option for all operationsv8.2.3365Bram Moolenaar
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-07-19patch 8.2.3187: Vim9: popup timer callback is not compiledv8.2.3187Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-04-07patch 8.2.2734: Vim9: cannot use legacy script-local var from :def functionv8.2.2734Bram Moolenaar
2021-03-21patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar
2021-02-28patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar
2021-02-21patch 8.2.2540: Vim9: no error for using script var name for argumentv8.2.2540Bram Moolenaar
2021-01-24patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar
2021-01-16patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar
2021-01-09patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319Bram Moolenaar
2020-12-28patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar
2020-12-22patch 8.2.2188: Vim9: crash when calling global function from :def functionv8.2.2188Bram Moolenaar
2020-11-20patch 8.2.2020: some compilers do not like the "namespace" argumentv8.2.2020Bram Moolenaar
2020-11-19patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar
2020-11-16patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar
2020-10-15patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar
2020-09-19patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar
2020-08-09patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar
2020-08-08patch 8.2.1399: Vim9: may find imported item in wrong scriptv8.2.1399Bram Moolenaar
2020-08-05patch 8.2.1365: Vim9: no error for missing white space around operatorv8.2.1365Bram Moolenaar
2020-07-29patch 8.2.1323: Vim9: invalid operators only rejected in :def functionv8.2.1323Bram Moolenaar
2020-07-26patch 8.2.1300: Vim9: optional argument type not parsed properlyv8.2.1300Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-19patch 8.2.1243: Vim9: cannot have a comment line halfway a listv8.2.1243Bram Moolenaar
2020-07-19patch 8.2.1242: Vim9: no error if calling a function with wrong typev8.2.1242Bram Moolenaar
2020-07-10patch 8.2.1176: Vim9: not enough type checking in Vim9 scriptv8.2.1176Bram Moolenaar
2020-07-08patch 8.2.1160: Vim9: memory leak in allocated typesv8.2.1160Bram Moolenaar
2020-07-08patch 8.2.1155: Vim9: cannot handle line break inside lambdav8.2.1155Bram Moolenaar
2020-07-06patch 8.2.1148: warning for using int instead of size_tv8.2.1148Bram Moolenaar
2020-06-21patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variablev8.2.1028Bram Moolenaar
2020-06-20patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar
2020-06-13patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar
2020-05-24patch 8.2.0820: Vim9: function type isn't set until compiledv8.2.0820Bram Moolenaar