| Age | Commit message (Expand) | Author | Files |
| 2025-08-26 | feat(api): nvim_echo can emit Progress messages/events #34846 | Shadman | 1 |
| 2025-08-24 | docs: misc #35459 | Justin M. Keyes | 1 |
| 2025-08-14 | refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards | bfredl | 1 |
| 2025-07-28 | docs: lsp, ui events, dev guidance, osc7 | Justin M. Keyes | 1 |
| 2025-07-01 | fix: type of nvim_echo | Lewis Russell | 1 |
| 2025-06-29 | fix(exrc): exrc knows its own location (#34638) | Yochem van Rosmalen | 1 |
| 2025-06-26 | docs(api): document types using LuaCATS types | Lewis Russell | 1 |
| 2025-06-07 | fix(api): update topline when flushing with nvim__redraw() (#34346) | luukvbaal | 1 |
| 2025-06-01 | docs: news, intro, lsp, api #33687 | Justin M. Keyes | 1 |
| 2025-05-27 | feat(api): set nvim_echo() kind for ext_messages (#33998) | luukvbaal | 1 |
| 2025-05-01 | refactor: move StringBuilder to types_defs.h (#33745) | Gregory Anders | 1 |
| 2025-04-30 | feat(terminal): parse current buffer contents in nvim_open_term() (#33720) | Gregory Anders | 1 |
| 2025-04-28 | refactor(ui): separate types for allocated grids and viewports | bfredl | 1 |
| 2025-03-17 | docs: misc | Justin M. Keyes | 1 |
| 2025-03-17 | docs(api): rename "handle" => "id" | Justin M. Keyes | 1 |
| 2025-03-02 | docs: misc #31996 | Justin M. Keyes | 1 |
| 2025-02-27 | doc: clarify window-id, tab-id, nvim_set_current_x #32528 | David Briscoe | 1 |
| 2025-02-10 | feat(ui): UI :detach command | Justin M. Keyes | 1 |
| 2025-01-23 | feat(api): combined highlights in nvim_eval_statusline() | Luuk van Baal | 1 |
| 2025-01-15 | fix(messages): verbose kind for nvim_echo() | Luuk van Baal | 1 |
| 2025-01-10 | refactor(api): deprecate nvim_notify #31938 | Justin M. Keyes | 1 |
| 2025-01-09 | docs: misc #31867 | Justin M. Keyes | 1 |
| 2025-01-09 | feat(api): deprecate nvim_out/err_write(ln) | Luuk van Baal | 1 |
| 2025-01-09 | feat(api): add err field to nvim_echo() opts | Luuk van Baal | 1 |
| 2025-01-05 | fix(api): nvim__complete_set requires completeopt=popup #31177 | glepnir | 1 |
| 2024-12-25 | fix(api): clamp range lines in `nvim__redraw()` (#31710) | Artem | 1 |
| 2024-12-23 | refactor: iwyu #31637 | Justin M. Keyes | 1 |
| 2024-12-17 | refactor(api): always use TRY_WRAP #31600 | luukvbaal | 1 |
| 2024-12-16 | fix(api): generic error messages, not using TRY_WRAP #31596 | Justin M. Keyes | 1 |
| 2024-12-16 | fix(api): not using TRY_WRAP, generic error messages #31595 | Justin M. Keyes | 1 |
| 2024-12-16 | fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576 | phanium | 1 |
| 2024-12-03 | docs: misc, help tags for neovim.io searches #31428 | Justin M. Keyes | 1 |
| 2024-11-23 | refactor(options): autogenerate valid values and flag enums for options (#31089) | Famiu Haque | 1 |
| 2024-11-18 | fix(api): only flush nvim__redraw when necessary #31250 | luukvbaal | 1 |
| 2024-11-17 | fix(api): update "range" windows in nvim__redraw #31042 | luukvbaal | 1 |
| 2024-11-16 | fix(api): validation, documentation of hl_group #31195 | luukvbaal | 1 |
| 2024-11-16 | refactor(options): remove `.indir`, redesign option scopes #31066 | Famiu Haque | 1 |
| 2024-11-14 | fix(messages)!: vim.ui_attach message callbacks are unsafe | Luuk van Baal | 1 |
| 2024-11-13 | refactor(highlight): make enum of builtin highlights start with 1 | bfredl | 1 |
| 2024-11-11 | Merge pull request #27813 from luukvbaal/msgid | bfredl | 1 |
| 2024-11-09 | docs: misc (#30914) | dundargoc | 1 |
| 2024-11-08 | refactor(message): propagate highlight id instead of attrs | Luuk van Baal | 1 |
| 2024-11-01 | vim-patch:9.1.0824: too many strlen() calls in register.c (#31022) | zeertzjq | 1 |
| 2024-09-25 | docs: render @see, @note items in _meta/api.lua #30494 | Justin M. Keyes | 1 |
| 2024-09-24 | fix(paste): only record a paste when it's from RPC (#30491) | zeertzjq | 1 |
| 2024-09-24 | docs: lua error patterns #30240 | Justin M. Keyes | 1 |
| 2024-09-24 | feat(paste): unify cancel and error behavior (#30476) | zeertzjq | 1 |
| 2024-09-23 | refactor(api)!: rename Dictionary => Dict | Justin M. Keyes | 1 |
| 2024-09-22 | docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454 | Evgeni Chasnovski | 1 |
| 2024-09-22 | fix(paste): improve repeating of pasted text (#30438) | zeertzjq | 1 |