index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
lua
/
converter.c
Age
Commit message (
Expand
)
Author
Files
2025-12-21
fix(api,lua): handle converting NULL funcref/partial (#37060)
zeertzjq
1
2025-12-20
vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"
zeertzjq
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-08-06
refactor(build): don't use the preprocessor when generating headers
bfredl
1
2025-05-02
feat(build): build.zig MVP: build and run functionaltests on linux
bfredl
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-09-25
fix(coverity): size_t overflow #30497
Justin M. Keyes
1
2024-09-23
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
1
2024-07-13
fix(lua)!: do not use typed table for empty dict
Amit Singh
1
2024-06-27
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
1
2024-06-24
refactor(typval): don't use msgpack_packer for msgpackdump()
bfredl
1
2024-04-17
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
1
2024-03-07
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
1
2024-02-15
refactor(eval): use arena when converting typvals to Object
bfredl
1
2024-02-13
refactor(lua): use Arena when converting from lua stack to API args
bfredl
1
2024-02-08
refactor(api): use keydict and arena for more api return values
bfredl
1
2024-01-20
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-12-18
fix(lua): handle array with holes in luaeval() (#26630)
zeertzjq
1
2023-12-09
refactor: format casting of negative number better (#26482)
zeertzjq
1
2023-12-07
fix(lua): allow nil values in serialized Lua arrays (#26329)
Gregory Anders
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-29
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
refactor: rename types.h to types_defs.h
dundargoc
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-12
build: remove PVS
dundargoc
1
2023-09-30
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
1
2023-08-09
fix(api): revert unintended change of optional bool params
bfredl
1
2023-08-07
feat(lua): specific error messages for type checking `opts` params
bfredl
1
2023-08-07
refactor(api): use typed keysets
bfredl
1
2023-06-22
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
1
2023-04-07
refactor: remove redundant const char * casts
ii14
1
2023-01-18
refactor: replace char_u with char 24 (#21823)
dundargoc
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-11-06
refactor: fix clang-tidy warnings
dundargoc
1
2022-09-25
refactor: move klib out of src/nvim/ #20341
dundargoc
1
2022-09-07
refactor(typval): change FC_CFUNC abstraction into FC_LUAREF
bfredl
1
2022-09-06
refactor: replace char_u with char
Dundar Göc
1
2022-08-11
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
1
2022-05-25
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
1
2022-05-05
refactor: replace char_u variables and functions with char
Dundar Goc
1
2022-04-29
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
1
2022-03-20
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
1
2022-03-17
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
1
2022-03-13
refactor: fix clint warnings (#17682)
dundargoc
1
2022-02-26
refactor(lua): use references directly on main thread
Björn Linse
1
2022-02-26
feat(lua): add proper support of luv threads
erw7
1
2022-01-19
refactor(coverity/345583): assert fp is non-NULL
James McCoy
1
2022-01-13
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
1
[next]