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
*
docs: misc (#29719)
dundargoc
2024-08-29
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
Merge pull request #29124 from bfredl/inputring
bfredl
2024-06-02
|
\
|
*
refactor(input): don't use a ring for input
bfredl
2024-06-01
*
|
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
|
/
*
refactor: add function attributes to xmemcpyz() (#28435)
zeertzjq
2024-04-21
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(api): reduce temporary allocations when replacing lines
bfredl
2024-02-20
*
fix(exitfree): don't use ex commands to close windows in free_all_mem()
bfredl
2024-02-12
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor(options): remove option type macros
Famiu Haque
2023-12-14
*
revert: "memory: Free buffers after freeing variables" (#26356)
zeertzjq
2023-12-02
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
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
[next]