aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
Commit message (Expand)AuthorAge
* docs: misc (#29719)dundargoc2024-08-29
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* Merge pull request #29124 from bfredl/inputringbfredl2024-06-02
|\
| * refactor(input): don't use a ring for inputbfredl2024-06-01
* | refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
|/
* refactor: add function attributes to xmemcpyz() (#28435)zeertzjq2024-04-21
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* fix(exitfree): don't use ex commands to close windows in free_all_mem()bfredl2024-02-12
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* revert: "memory: Free buffers after freeing variables" (#26356)zeertzjq2023-12-02
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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