aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/converter.c
Commit message (Expand)AuthorAge
* 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
* build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes2018-03-18
* *: Provide list length when allocating listsZyX2018-01-14
* eval,lua/converter: Fix problems spotted in reviewZyX2017-12-31
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* lua: Add PVS comment to lua/*.cZyX2017-05-20
* lua/converter: Fix typo in assert condition (#6708)Nikolai Aleksandrovich Pavlov2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
* lua/converter: Remove useless macrosZyX2017-04-11
* lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11