aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/func_attr.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* build: sanitizers for gccii142023-03-16
* refactor(uncrustify): change config to better align with style guide (#18803)dundargoc2022-06-30
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* api: add textlock checknotomo2020-12-15
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* API: emit nvim_error_event on failed async requestJustin M. Keyes2019-04-13
* func_attr.h: FUNC_ATTR_PRINTFMichael Hoffmann2018-09-23
* lintJames McCoy2017-06-06
* func_attr: Allow disabling UBSAN for a functionJames McCoy2017-06-04
* func_attr.h: use NVIM_HAS_ATTRIBUTEJustin M. Keyes2017-05-13
* func_attr.h: clang 3.7+: REAL_FATTR_NONNULL_RETJustin M. Keyes2017-05-13
* func_attr: Support "noreturn" attributeJames McCoy2017-05-12
* api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2017-04-30
* | clint: Allow omitting include guards in .c.h file and func_attr.h fileZyX2017-03-27
|/
* api: implement FUNC_API_SINCEBjörn Linse2017-03-15
* api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse2016-08-31
* func_attr: Fix other new linter errorsZyX2016-06-11
* *: Fix new linter errorsZyX2016-06-11
* api: refactor remote ui to use API dispatch generationBjörn Linse2016-05-27
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* msgpack-rpc: Allow selective deferral API callsThiago de Arruda2014-10-21
* func_attr: clang/icc support NONNULL_* attrNicolas Hillegeer2014-07-23
* Add REAL_FATTR_ macros to func_attr.h, use them in lib/k*ZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15