aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/stdlib.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(lua): avoid vim._with() double-free with cmdmod (#31505)zeertzjq2024-12-08
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* feat(lua): add `vim._with`dundargoc2024-06-08
* refactor(fold): avoid coverity false-positiveJaehwang Jung2024-05-07
* perf(treesitter): incremental foldupdateJaehwang Jung2024-04-21
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* fix(treesitter): don't forcefully open foldsJaehwang Jung2023-12-06
* 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: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* Merge pull request #23216 from bfredl/lpegbfredl2023-04-27
|\
| * refactor(build): include lpeg as a librarybfredl2023-04-27
* | refactor: uncrustifydundargoc2023-04-26
|/
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
* perf(treesitter): more efficient foldexprLewis Russell2023-03-10
* feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl2023-02-22
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* feat!: make iconv a non-optional depLewis Russell2023-01-23
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: replace char_u with charDundar Göc2022-10-15
* fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia2022-10-10
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27