index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vim9compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0224: Using NULL pointer when skipping compiled code
v9.0.0224
Bram Moolenaar
2022-08-17
1
-4
/
+10
*
patch 9.0.0221: accessing freed memory if compiling nested function fails
v9.0.0221
Bram Moolenaar
2022-08-16
1
-2
/
+5
*
patch 9.0.0174: no error for using "#{ comment" in a compiled function
v9.0.0174
Bram Moolenaar
2022-08-08
1
-1
/
+3
*
patch 9.0.0079: error in autoload script not reported for 'foldexpr'
v9.0.0079
Bram Moolenaar
2022-07-26
1
-1
/
+9
*
patch 8.2.5026: Vim9: a few lines not covered by tests
v8.2.5026
Bram Moolenaar
2022-05-26
1
-1
/
+3
*
patch 8.2.5018: Vim9: some code is not covered by tests
v8.2.5018
Bram Moolenaar
2022-05-25
1
-1
/
+1
*
patch 8.2.4973: Vim9: type error for list unpack mentions argument
v8.2.4973
Bram Moolenaar
2022-05-17
1
-1
/
+2
*
patch 8.2.4940: some code is never used
v8.2.4940
Bram Moolenaar
2022-05-12
1
-1
/
+1
*
patch 8.2.4930: interpolated string expression requires escaping
v8.2.4930
Bram Moolenaar
2022-05-10
1
-19
/
+33
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-1
/
+1
*
patch 8.2.4914: string interpolation in :def function may fail
v8.2.4914
Bram Moolenaar
2022-05-08
1
-4
/
+0
*
patch 8.2.4898: Coverity complains about pointer usage
v8.2.4898
Bram Moolenaar
2022-05-07
1
-14
/
+17
*
patch 8.2.4883: string interpolation only works in heredoc
v8.2.4883
LemonBoy
2022-05-06
1
-55
/
+78
*
patch 8.2.4871: Vim9: in :def function no error for misplaced range
v8.2.4871
Bram Moolenaar
2022-05-05
1
-0
/
+5
*
patch 8.2.4863: accessing freed memory in test without the +channel feature
v8.2.4863
Bram Moolenaar
2022-05-04
1
-10
/
+14
*
patch 8.2.4823: concat more than 2 strings in :def function is inefficient
v8.2.4823
LemonBoy
2022-04-25
1
-7
/
+8
*
patch 8.2.4804: expression in heredoc doesn't work for compiled function
v8.2.4804
Yegappan Lakshmanan
2022-04-21
1
-12
/
+79
*
patch 8.2.4666: Vim9: assignment not recognized in skipped block
v8.2.4666
Bram Moolenaar
2022-04-02
1
-25
/
+37
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-3
/
+3
*
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
v8.2.4612
Bram Moolenaar
2022-03-23
1
-18
/
+25
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
1
-2
/
+2
*
patch 8.2.4590: Vim9: range type check has wrong offset
v8.2.4590
Bram Moolenaar
2022-03-18
1
-1
/
+1
*
patch 8.2.4589: cannot index the g: dictionary
v8.2.4589
Bram Moolenaar
2022-03-18
1
-4
/
+11
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
1
-2
/
+25
*
patch 8.2.4573: a nested function is compiled for debugging without context
v8.2.4573
Bram Moolenaar
2022-03-15
1
-0
/
+8
*
patch 8.2.4556: test fails without the +job or +channel feature
v8.2.4556
Bram Moolenaar
2022-03-13
1
-1
/
+3
*
patch 8.2.4539: when comparing special v:none and v:null are handled the same
v8.2.4539
Bram Moolenaar
2022-03-10
1
-1
/
+1
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-1
/
+5
*
patch 8.2.4510: Vim9: shortening commands leads to confusing script
v8.2.4510
Bram Moolenaar
2022-03-05
1
-7
/
+0
*
patch 8.2.4509: Vim9: can declare a variable with ":va"
v8.2.4509
Bram Moolenaar
2022-03-05
1
-1
/
+8
*
patch 8.2.4460: Vim9: wrong error for defining dict function
v8.2.4460
Bram Moolenaar
2022-02-23
1
-1
/
+5
*
patch 8.2.4447: Vim9: can still use s:var in a compiled function
v8.2.4447
Bram Moolenaar
2022-02-22
1
-0
/
+6
*
patch 8.2.4426: map() function on string and blob does not check types
v8.2.4426
Bram Moolenaar
2022-02-20
1
-2
/
+5
*
patch 8.2.4395: some code lines not covered by tests
v8.2.4395
Bram Moolenaar
2022-02-15
1
-1
/
+4
*
patch 8.2.4390: Vim9: list from declaration with inferred type not set
v8.2.4390
Bram Moolenaar
2022-02-15
1
-1
/
+15
*
patch 8.2.4384: Vim9: error message not tested, some code not tested
v8.2.4384
Bram Moolenaar
2022-02-14
1
-7
/
+1
*
patch 8.2.4383: Vim9: unused code lines
v8.2.4383
Bram Moolenaar
2022-02-14
1
-16
/
+11
*
patch 8.2.4375: ctx_imports is not used
v8.2.4375
Bram Moolenaar
2022-02-13
1
-44
/
+7
*
patch 8.2.4374: unreachable code
v8.2.4374
Bram Moolenaar
2022-02-13
1
-21
/
+1
*
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
Bram Moolenaar
2022-02-12
1
-1
/
+1
*
patch 8.2.4333: cstack not always passed to where it is needed
v8.2.4333
Bram Moolenaar
2022-02-08
1
-3
/
+8
*
patch 8.2.4332: Vim9: incomplete test for existing script variable in block
v8.2.4332
Bram Moolenaar
2022-02-08
1
-16
/
+35
*
patch 8.2.4324: Vim9: script-local function name can start with "_"
v8.2.4324
Bram Moolenaar
2022-02-07
1
-1
/
+1
*
patch 8.2.4323: Vim9: nested function name can start with "_"
v8.2.4323
Bram Moolenaar
2022-02-07
1
-0
/
+5
*
patch 8.2.4314: test fails where lines are skipped
v8.2.4314
Bram Moolenaar
2022-02-06
1
-2
/
+7
*
patch 8.2.4312: no error for using :vim9script in a :def function
v8.2.4312
Bram Moolenaar
2022-02-06
1
-0
/
+4
*
patch 8.2.4285: Vim9: type of item in for loop not checked properly
v8.2.4285
Bram Moolenaar
2022-02-02
1
-1
/
+1
*
patch 8.2.4202: Vim9: cannot export function that exists globally
v8.2.4202
Bram Moolenaar
2022-01-24
1
-1
/
+1
*
patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear"
v8.2.4177
Bram Moolenaar
2022-01-22
1
-2
/
+2
*
patch 8.2.4147: E464 does not always include the offending command
v8.2.4147
Bram Moolenaar
2022-01-19
1
-1
/
+1
[next]