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
/
api
/
private
/
dispatch.h
Commit message (
Expand
)
Author
Age
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(IWYU): add "private" pragma to more generated headers (#26706)
zeertzjq
2023-12-22
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)
zeertzjq
2023-11-30
*
refactor: fix runtime_defs.h (#26259)
zeertzjq
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): export generated headers
dundargoc
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor(uncrustify): improved formatting rules
dundargoc
2022-10-21
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
*
rename: FUNC_API_ASYNC => FUNC_API_FAST
Björn Linse
2019-06-30
*
Merge pull request #4568 from bfredl/multirequest
Björn Linse
2016-10-22
|
\
|
*
api: call multiple methods atomically (useful in async contexts)
Björn Linse
2016-10-22
*
|
api: move verbatim c code out of gendispatch.lua and into c files
Björn Linse
2016-10-19
|
/
*
api: auto generate api function wrappers for viml
Björn Linse
2016-08-31
*
api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...
Björn Linse
2016-08-31