aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* refactor(drawline): avoid xmalloc/xfree cycles on each screenlinebfredl2023-11-09
* refactor(grid): do arabic shaping in one placebfredl2023-10-08
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* build: remove LOG_LIST_ACTIONS option and related codedundargoc2023-05-28
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.0749: alloc/free of buffer for each quickfix entry is inefficientzeertzjq2023-03-05
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* refactor: rename mch_msg => os_msgJustin M. Keyes2022-12-16
* fix(treesitter): properly restore `'syntax'` (#21358)Lewis Russell2022-12-14
* docs: fix typos (#21168)dundargoc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor(memory): simplify new alignment logicbfredl2022-10-31
* fix(memory): fix memory alignment for dynamic allocationJan Palus2022-10-31
* fix(lua): free vim.ui_attach callback before lua close (#20205)notomo2022-09-16
* vim-patch:9.0.0386: some code blocks are nested too deepzeertzjq2022-09-05
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* refactor(arena): use a shared block freelistbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* docs: fix typos (#19588)dundargoc2022-08-03
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* vim-patch:9.0.0015: with EXITFREE defined terminal menus are not cleared (#19...zeertzjq2022-07-01
* vim-patch:9.0.0002: map functionality outside of map.c (#19150)zeertzjq2022-06-29
* refactor(map): simplify free_all_mem handlingbfredl2022-06-24
* perf(highlight): allocate permanent names in an arena for fun and cache localitybfredl2022-06-21
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* docs: fix typos (#18866)dundargoc2022-06-15
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08