| Commit message (Expand) | Author | Age |
| ... | |
| * | refactor(lua): make vim submodule lazy loading declarative | bfredl | 2022-03-07 |
| * | refactor(lua): move only runtime lua file in src/ to runtime/lua | bfredl | 2022-03-04 |
| * | refactor(lua): reorganize builtin modules, phase 1 | bfredl | 2022-03-03 |
| * | feat(lua): show proper verbose output for lua configuration | shadmansaleh | 2022-02-28 |
| * | feat(lua): add proper support of luv threads | erw7 | 2022-02-26 |
| * | build(win): don't try to package a PDB if not building with MSVC… | Quentin Minster | 2022-02-03 |
| * | build(win): package the debug symbols (PDB file) along with nvim.exe | quentin | 2022-02-03 |
| * | feat: filetype.lua (#16600) | Gregory Anders | 2022-01-04 |
| * | perf: pre-compile embedded Lua source into bytecode (#16631) | Gregory Anders | 2021-12-16 |
| * | fix: skip libutil on SunOS | Claes Nästén | 2021-12-06 |
| * | build: update cmake min version to 3.10 #16065 | Jakub Łuczyński | 2021-10-19 |
| * | refactor(api): handle option dicts properly | Björn Linse | 2021-10-03 |
| * | feat(lua): expose lua-cjson as vim.json | Michael Lingelbach | 2021-09-26 |
| * | fix(build): make vendored libmpack and libmpack-lua build properly | Björn Linse | 2021-09-09 |
| * | build: move src/nvim/xdiff to src/xdiff | Christian Clason | 2021-09-08 |
| * | fix(lua): make core vim module not dependent on $VIMRUNTIME functions | Björn Linse | 2021-08-30 |
| * | refactor(lua): rename nlua_msgpack_ => nlua_api_ | Björn Linse | 2021-08-28 |
| * | win/package: update wintools.zip for curl v7.76.1 (#14570) | Jan Edmund Lazo | 2021-05-17 |
| * | win/package: remove cat,tidy (#14402) | Jan Edmund Lazo | 2021-04-20 |
| * | Issue 12928: Windows missing QtSVG DLL | John Gehrig | 2021-02-16 |
| * | cmake: Remove duplicate compile flags argument (#13920) | Florian Walch | 2021-02-11 |
| * | Use vX.Y.Z-dev+{git-describe} for development versions | James McCoy | 2020-12-06 |
| * | build: Rename TRAVIS_CI_BUILD variable to CI_BUILD | James McCoy | 2020-11-13 |
| * | Align naming of FindTreeSitter cmake file and variables | James McCoy | 2020-11-09 |
| * | lua: make vim.inspect available early so it can be used for path debugging | Björn Linse | 2020-11-05 |
| * | bundle: move tree-sitter as a bundled dep | Thomas Vigouroux | 2020-11-03 |
| * | ci: Try to recover from sanitizer issues | James McCoy | 2020-09-04 |
| * | Disable -Wimplicit-fallthrough for tree_sitter/ | James McCoy | 2020-08-23 |
| * | build: fix a problem with the static library name (#12591) | erw7 | 2020-07-19 |
| * | Merge #11851 'eval.c: factor out eval/userfunc.c' | Justin M. Keyes | 2020-04-26 |
| |\ |
|
| | * | mark userfunc as legacy | Jakub Łuczyński | 2020-02-13 |
| * | | Suppress Microsoft copyright banner. (#12114) | Doug Richardson | 2020-04-14 |
| * | | Use libnvim as OUTPUT_NAME for libnvim (#12119) | Doug Richardson | 2020-04-14 |
| |/ |
|
| * | eval.c: factor out eval/funcs.c #11828 | Jakub Łuczyński | 2020-02-10 |
| * | build: always create build/lib/nvim so the install command doesn't fail | Björn Linse | 2020-02-09 |
| * | build: allow to skip treesitter C parser install | Matthieu Coudron | 2020-02-07 |
| * | build: include tree-sitter-c parser in bundled build | Björn Linse | 2020-02-07 |
| * | Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h} | erw7 | 2020-01-17 |
| * | Add stdin, stdout replacement functions | erw7 | 2020-01-17 |
| * | Change to use ConPTY, if available | erw7 | 2020-01-17 |
| * | cmake: enable exporting symbols from static libs again | Björn Linse | 2019-11-26 |
| * | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
| * | vim-patch 8.1.0084: user name completion does not work on MS-Windows | erw7 | 2019-10-13 |
| * | Fix/revisit git-describe enhancement (#11124) | Daniel Hahler | 2019-10-02 |
| * | tree-sitter: rename tree_sitter => treesitter for consistency | Björn Linse | 2019-09-28 |
| * | tree-sitter: cleanup build code | Björn Linse | 2019-09-28 |
| * | Create BuildUtf8proc.cmake and FindUtf8proc.cmake | Björn Linse | 2019-09-28 |
| * | tree-sitter: initial tree-sitter support | Björn Linse | 2019-09-28 |
| * | build: cmake: GetCompileFlags: include CMAKE_C_FLAGS (#10957) | Daniel Hahler | 2019-09-06 |
| * | build: fail with CLANG_TSAN + USE_GCOV #10958 | Daniel Hahler | 2019-09-06 |