index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
generators
/
gen_api_dispatch.lua
Commit message (
Expand
)
Author
Age
*
fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456
Justin M. Keyes
2024-12-02
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
fix(version): fix vim.version().prerelease
bfredl
2024-05-16
*
refactor(build): make all generated c files headers
bfredl
2024-04-27
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
docs: small fixes (#27364)
dundargoc
2024-03-12
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(api): use an arena for nvim_buf_get_lines and buffer updates
bfredl
2024-02-11
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
refactor(generators): style of generating and generated lua dispatch code
bfredl
2024-02-08
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
refactor(api): give "hl_group" more accurate _meta type
bfredl
2024-01-22
*
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
2024-01-20
*
refactor(IWYU): add "private" pragma to more generated headers (#26706)
zeertzjq
2023-12-22
*
refactor: move some anonymous enums back to non-defs headers (#26622)
zeertzjq
2023-12-18
*
build: enable lintlua for src/ dir #26395
Justin M. Keyes
2023-12-04
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build: remove PVS
dundargoc
2023-11-12
*
feat(lua): specific error messages for type checking `opts` params
bfredl
2023-08-07
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
feat(lua): more specific error messages for vim.api type checking
bfredl
2023-08-04
*
feat(lua-types): types for vim.api.* (#24523)
Lewis Russell
2023-08-01
*
fix(api): use text_locked() to check textlock
Sean Dewar
2023-07-05
*
fix(build): distinguish vim.mpack from global require'mpack'
bfredl
2023-04-20
*
refactor(build): use vendored versions of mpack and luabitop
bfredl
2023-04-19
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
feat(lua): use vim.empty_dict() for empty return value in new api functions ...
bfredl
2023-03-20
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
build: make generated source files reproducible #21586
Arnout Engelen
2023-01-23
*
docs: fix typos (#21427)
dundargoc
2023-01-04
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
fix(rpc): break nvim_error_event feedback loop between two nvim instances
bfredl
2022-07-19
*
vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...
zeertzjq
2022-07-07
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
[next]