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