aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/converter.c
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
* feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
* refactor(api): use typed keysetsbfredl2023-08-07
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove redundant const char * castsii142023-04-07
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
* feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor(lua): use references directly on main threadBjörn Linse2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* refactor(coverity/345583): assert fp is non-NULLJames McCoy2022-01-19
* feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
* fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* fix(api): check type in nlua_pop_keydict (#15940)virchau132021-10-08
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15722dundargoc2021-09-19
* feat(nlua): convert Blobs to stringsSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* perf(api): avoid spurious allocations when converting small objectsBjörn Linse2021-08-28
* luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse2021-04-03
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* lua: metatable for empty dict valueBjörn Linse2020-01-01
* doc: fix typosBrian Wignall2019-11-27
* lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
* lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse2019-10-27
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04