summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/encode.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-01refactor(IWYU): fix includes for highlight_group.h (#26340)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27refactor: remove vim.h from more headers (#26244)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: fix uncrustify lint errorsdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2020-06-06vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su1
2017-12-10*: Hide list implementation in other files as wellZyX1
2016-04-18eval/decode: Fix surrogate pairs processingZyX1
2016-04-18eval: Move encode.c to eval/encode.cZyX1