aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/stdlib.c
Commit message (Expand)AuthorAge
* 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
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* feat(lua): add vim.iconv (#18286)Lewis Russell2022-08-24
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
* Merge pull request #19205 from bfredl/luaerrbfredl2022-07-02
|\
| * fix(lua): don't leak memory on errorbfredl2022-07-02
* | refactor: replace char_uDundar Goc2022-07-02
|/
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16