summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/func_attr.h
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2025-02-26build: move all generator scripts to `src/gen/`Lewis Russell1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-03-16build: sanitizers for gccii141
2022-06-30refactor(uncrustify): change config to better align with style guide (#18803)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-12-15api: add textlock checknotomo1
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse1
2019-06-30rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse1
2019-04-13API: emit nvim_error_event on failed async requestJustin M. Keyes1
2018-09-23func_attr.h: FUNC_ATTR_PRINTFMichael Hoffmann1
2017-06-06lintJames McCoy1
2017-06-04func_attr: Allow disabling UBSAN for a functionJames McCoy1
2017-05-13func_attr.h: use NVIM_HAS_ATTRIBUTEJustin M. Keyes1
2017-05-13func_attr.h: clang 3.7+: REAL_FATTR_NONNULL_RETJustin M. Keyes1
2017-05-12func_attr: Support "noreturn" attributeJames McCoy1
2017-05-10api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse1
2017-03-27clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX1
2017-03-15api: implement FUNC_API_SINCEBjörn Linse1
2016-08-31api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse1
2016-06-11func_attr: Fix other new linter errorsZyX1
2016-06-11*: Fix new linter errorsZyX1
2016-05-27api: refactor remote ui to use API dispatch generationBjörn Linse1
2015-08-13msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda1
2014-10-21msgpack-rpc: Allow selective deferral API callsThiago de Arruda1
2014-07-23func_attr: clang/icc support NONNULL_* attrNicolas Hillegeer1
2014-06-02Add REAL_FATTR_ macros to func_attr.h, use them in lib/k*ZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1