summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/hashtab.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-28refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2022-12-17vim-patch:8.2.1208: build failurezeertzjq1
2022-11-26refactor: replace char_u with charDundar Göc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-10-26vim-patch:8.1.1769: 'shellslash' is also used for completionskippi1
2019-10-22Perform HASHTAB_ITER bookkeeping before user-codeRob Pilling1
2019-02-27os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX1
2017-01-07unittest: Add dict_items functionZyX1
2014-07-16hashtab.h: don't include vim.hNicolas Hillegeer1
2014-07-11Remove stdbool.h from files which don't need itPavel Platto1
2014-06-16No OOM in hash_may_resize() and hash_add_item()Felipe Oliveira Carvalho1
2014-06-02Add automatic generation of headersZyX1
2014-05-24Remove long_u: hashtab: Enable clint: Add to clint.Eliseo Martínez1
2014-05-24Remove long_u: hashtab: Refactor other types.Eliseo Martínez1
2014-05-24Remove long_u: hashtab: Refactor long_u type.Eliseo Martínez1
2014-05-24Remove long_u: hashtab: Cleanup: Others.Eliseo Martínez1
2014-05-24Remove long_u: hashtab: Cleanup: Comments.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1