aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(decorations): move provider codeLewis Russell2022-03-10
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | vim-patch:8.2.2922: computing array length is done in various waysVVKot2021-11-21
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* fix(PVS V507): false positiveJustin M. Keyes2021-09-24