summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/typval.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-20build: adjust clang-tidy warning exclusion logicdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-05-28build: remove LOG_LIST_ACTIONS option and related codedundargoc1
2023-05-08vim-patch:9.0.1522: some functions give two error messageszeertzjq1
2023-03-16build: sanitizers for gccii141
2023-02-28vim-patch:8.2.2777: Vim9: blob operations not tested in all wayszeertzjq1
2023-01-21refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq1
2023-01-13build: remove clint error suppression #21782dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-05vim-patch:8.2.1751: using 2 where bool is expected may throw an errorzeertzjq1
2022-10-21refactor(uncrustify): improved formatting rulesdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1
2022-09-14refactor: move definitions from `typval.h` to `typval_defs.h` (#20194)Famiu Haque1
2022-09-07refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1
2022-08-14vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq1
2022-08-12vim-patch:8.1.1684: profiling functionality is spread outzeertzjq1
2022-08-08refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-01-24feat(--headless): add on_print callback to stdioopenglacambre1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2021-09-15vim-patch:8.1.0735: cannot handle binary dataSean Dewar1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-06-23vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo1
2021-03-30Test and initial fix for crash with dictwatcherdelDaniel Hahler1
2021-03-09vim-patch:8.2.2438: out of bounds compiler warningJan Edmund Lazo1
2021-02-22vim-patch:8.1.1310: named function arguments are never optionalerw71
2020-12-13vim-patch:8.1.1630: various small problemsJan Edmund Lazo1
2020-11-06vim-patch:8.2.1961: various comments can be improvedJan Edmund Lazo1
2020-07-10lua: Add ability to pass tables with __callTJ DeVries1
2020-07-10lua: Add ability to pass lua functions directly to vimLTJ DeVries1