summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/stdlib.c
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq1
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-08-21fix(folds): error when deleting lines at end of buffer #35396tao1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-12fix(lua): vim.diff is nil in uv.new_work() thread #34909Justin M. Keyes1
2025-07-12refactor(lua): rename vim.diff => vim.text.diff #34864Justin M. Keyes1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-12-08fix(lua): avoid vim._with() double-free with cmdmod (#31505)zeertzjq1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-23feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight1
2024-06-08feat(lua): add `vim._with`dundargoc1
2024-05-07refactor(fold): avoid coverity false-positiveJaehwang Jung1
2024-04-21perf(treesitter): incremental foldupdateJaehwang Jung1
2024-04-17fix(lua): only free luarefs when returning from API (#28373)zeertzjq1
2024-03-12refactor: use ml_get_buf_len() in API code (#27825)zeertzjq1
2024-02-26fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-12-06fix(treesitter): don't forcefully open foldsJaehwang Jung1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-31feat(stdlib): add vim.base64 module (#25843)Gregory Anders1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-24fix(api, lua): handle setting v: variables properly (#25325)zeertzjq1
2023-09-23fix(lua): show error message when failing to set variable (#25321)zeertzjq1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-04-27Merge pull request #23216 from bfredl/lpegbfredl1
2023-04-27refactor(build): include lpeg as a librarybfredl1
2023-04-26refactor: uncrustifydundargoc1
2023-04-01refactor: add const and remove unnecessary casts (#22841)ii141
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2023-03-11refactor: move ga_loaded to runtime.c (#22626)zeertzjq1
2023-03-10perf(treesitter): more efficient foldexprLewis Russell1
2023-02-22feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc1
2023-01-23feat!: make iconv a non-optional depLewis Russell1