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
/
memory.c
Commit message (
Expand
)
Author
Age
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor(drawline): avoid xmalloc/xfree cycles on each screenline
bfredl
2023-11-09
*
refactor(grid): do arabic shaping in one place
bfredl
2023-10-08
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
build: remove LOG_LIST_ACTIONS option and related code
dundargoc
2023-05-28
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.0749: alloc/free of buffer for each quickfix entry is inefficient
zeertzjq
2023-03-05
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
refactor: rename mch_msg => os_msg
Justin M. Keyes
2022-12-16
*
fix(treesitter): properly restore `'syntax'` (#21358)
Lewis Russell
2022-12-14
*
docs: fix typos (#21168)
dundargoc
2022-11-26
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor(memory): simplify new alignment logic
bfredl
2022-10-31
*
fix(memory): fix memory alignment for dynamic allocation
Jan Palus
2022-10-31
*
fix(lua): free vim.ui_attach callback before lua close (#20205)
notomo
2022-09-16
*
vim-patch:9.0.0386: some code blocks are nested too deep
zeertzjq
2022-09-05
*
refactor: migrate comment style (#20012)
Lewis Russell
2022-09-02
*
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
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
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
vim-patch:8.1.1869: code for the argument list is spread out (#19791)
zeertzjq
2022-08-16
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
vim-patch:8.1.1823: command line history code is spread out (#19688)
zeertzjq
2022-08-09
*
docs: fix typos (#19588)
dundargoc
2022-08-03
*
vim-patch:8.1.1076: file for Insert mode is much too big
zeertzjq
2022-07-20
*
vim-patch:9.0.0015: with EXITFREE defined terminal menus are not cleared (#19...
zeertzjq
2022-07-01
*
vim-patch:9.0.0002: map functionality outside of map.c (#19150)
zeertzjq
2022-06-29
*
refactor(map): simplify free_all_mem handling
bfredl
2022-06-24
*
perf(highlight): allocate permanent names in an arena for fun and cache locality
bfredl
2022-06-21
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
docs: fix typos (#18866)
dundargoc
2022-06-15
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(grid): move out grid_* functions from screen.c
bfredl
2022-05-08
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
vim-patch:8.2.0004: get E685 and E931 if buffer reload is interrupted
zeertzjq
2022-04-08
[next]