aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_api_dispatch.lua
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build: remove PVSdundargoc2023-11-12
* feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(lua): more specific error messages for vim.api type checkingbfredl2023-08-04
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* fix(build): distinguish vim.mpack from global require'mpack'bfredl2023-04-20
* refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* feat(lua): use vim.empty_dict() for empty return value in new api functions ...bfredl2023-03-20
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* docs: fix typos (#21427)dundargoc2023-01-04
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* refactor(arena): use a shared block freelistbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* refactor(lua): rename nlua_msgpack_ => nlua_api_Björn Linse2021-08-28
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* api: add textlock checknotomo2020-12-15
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li2020-04-28
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* jobstop(): close channel before process_stop() #10522Justin M. Keyes2019-07-17
* Fix luacheck errors for all Lua source filesSameed Ali2019-07-04
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* API: Accept empty lists as dictionariesKillTheMule2018-05-23
* *: Add some PVS commentsZyX2018-04-15
* api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse2017-05-10
* generators: separate source generators from scriptsBjörn Linse2017-05-10