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
/
vim9type.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-6
/
+0
*
patch 9.0.0477: missing dependency may cause crashes on incomplete build
v9.0.0477
Bram Moolenaar
2022-09-16
1
-0
/
+5
*
patch 9.0.0229: Vim9: error message for missing type is not clear
v9.0.0229
Bram Moolenaar
2022-08-20
1
-5
/
+8
*
patch 8.2.5026: Vim9: a few lines not covered by tests
v8.2.5026
Bram Moolenaar
2022-05-26
1
-50
/
+43
*
patch 8.2.4998: Vim9: crash when using multiple funcref()
v8.2.4998
Bram Moolenaar
2022-05-22
1
-1
/
+5
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
1
-2
/
+2
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
1
-0
/
+4
*
patch 8.2.4554: Vim9: using null values not sufficiently tested
v8.2.4554
Bram Moolenaar
2022-03-12
1
-0
/
+13
*
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
Bram Moolenaar
2022-03-08
1
-0
/
+2
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-12
/
+9
*
patch 8.2.4429: using script-local function from the wrong script
v8.2.4429
Bram Moolenaar
2022-02-21
1
-1
/
+1
*
patch 8.2.4310: Vim9: constant list and dict get a declaration type
v8.2.4310
Bram Moolenaar
2022-02-06
1
-9
/
+0
*
patch 8.2.4287: cannot assign empty list with type to variable with list type
v8.2.4287
Bram Moolenaar
2022-02-03
1
-1
/
+5
*
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
Bram Moolenaar
2022-02-02
1
-0
/
+65
*
patch 8.2.4279: Vim9: cannot change item type with map() after range()
v8.2.4279
Bram Moolenaar
2022-02-01
1
-2
/
+22
*
patch 8.2.4114: Vim9: type checking for a funcref does not work for method
v8.2.4114
Bram Moolenaar
2022-01-16
1
-5
/
+18
*
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused
v8.2.4086
Bram Moolenaar
2022-01-13
1
-1
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-6
/
+0
*
patch 8.2.4034: Coverity warns for possibly using a NULL pointer
v8.2.4034
Bram Moolenaar
2022-01-07
1
-1
/
+1
*
patch 8.2.3998: asan error for adding zero to NULL
v8.2.3998
Bram Moolenaar
2022-01-04
1
-1
/
+2
*
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
Bram Moolenaar
2022-01-04
1
-10
/
+82
*
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
Bram Moolenaar
2022-01-03
1
-16
/
+35
*
patch 8.2.3948: Vim9: failure with partial with unknown argument count
v8.2.3948
Bram Moolenaar
2021-12-30
1
-9
/
+12
*
patch 8.2.3945: Vim9: partial variable argument types are wrong
v8.2.3945
Bram Moolenaar
2021-12-30
1
-0
/
+15
*
patch 8.2.3869: Vim9: type checking for "any" is inconsistent
v8.2.3869
Bram Moolenaar
2021-12-22
1
-6
/
+20
*
patch 8.2.3868: Vim9: function test fails
v8.2.3868
Bram Moolenaar
2021-12-21
1
-2
/
+5
*
patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)
v8.2.3844
Bram Moolenaar
2021-12-18
1
-6
/
+43
*
patch 8.2.3830: error messages are spread out
v8.2.3830
Bram Moolenaar
2021-12-16
1
-3
/
+3
*
patch 8.2.3429: leaking memory when assigning to list or dict
v8.2.3429
Bram Moolenaar
2021-09-11
1
-1
/
+3
*
patch 8.2.3382: crash when getting the type of a NULL partial
v8.2.3382
Bram Moolenaar
2021-08-28
1
-2
/
+3
*
patch 8.2.3359: Vim9: error for type when variable is not set
v8.2.3359
Bram Moolenaar
2021-08-19
1
-0
/
+10
*
patch 8.2.3322: Vim9: checking type of dict does not check member type
v8.2.3322
Bram Moolenaar
2021-08-09
1
-2
/
+6
*
patch 8.2.3320: some local functions are not static
v8.2.3320
Yegappan Lakshmanan
2021-08-09
1
-1
/
+1
*
patch 8.2.3269: Vim9: wrong argument check for partial
v8.2.3269
Bram Moolenaar
2021-08-01
1
-0
/
+5
*
patch 8.2.3249: Vim9: error for re-imported function with default argument
v8.2.3249
Bram Moolenaar
2021-07-29
1
-5
/
+9
*
patch 8.2.3200: Vim9: hard to guess where a type error is given
v8.2.3200
Bram Moolenaar
2021-07-22
1
-10
/
+22
*
patch 8.2.3134: crash when using typename() on a function reference
v8.2.3134
Bram Moolenaar
2021-07-09
1
-1
/
+1
*
patch 8.2.3105: Vim9: type of partial is wrong when it has arguments
v8.2.3105
Bram Moolenaar
2021-07-04
1
-0
/
+13
*
patch 8.2.3104: Vim9: unspecified function type causes type error
v8.2.3104
Bram Moolenaar
2021-07-04
1
-0
/
+1
*
patch 8.2.3100: Vim9: no error when using type with unknown number of args
v8.2.3100
Bram Moolenaar
2021-07-04
1
-5
/
+9
*
patch 8.2.3035: Vim9: crash when calling :def function with partial
v8.2.3035
Bram Moolenaar
2021-06-22
1
-2
/
+2
*
patch 8.2.2985: Vim9: a compiled function cannot be debugged
v8.2.2985
Bram Moolenaar
2021-06-13
1
-1
/
+1
*
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled
v8.2.2842
Bram Moolenaar
2021-05-07
1
-0
/
+2
*
patch 8.2.2759: Vim9: for loop infers type of loop variable
v8.2.2759
Bram Moolenaar
2021-04-13
1
-10
/
+16
*
patch 8.2.2621: typval2type() cannot handle recursive structures
v8.2.2621
Bram Moolenaar
2021-03-18
1
-12
/
+20
*
patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary
v8.2.2600
Bram Moolenaar
2021-03-13
1
-2
/
+4
*
patch 8.2.2501: not always clear where an error is reported
v8.2.2501
Bram Moolenaar
2021-02-11
1
-14
/
+37
*
patch 8.2.2486: Vim9: some errors for white space do not show context
v8.2.2486
Bram Moolenaar
2021-02-07
1
-2
/
+3
*
patch 8.2.2480: Vim9: some errors for white space do not show context
v8.2.2480
Bram Moolenaar
2021-02-07
1
-2
/
+4
*
patch 8.2.2400: Vim9: compiled functions are not profiled
v8.2.2400
Bram Moolenaar
2021-01-24
1
-1
/
+2
[next]