summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/hashtab.c
AgeCommit message (Expand)AuthorFiles
2025-08-31vim-patch:8.1.1752: resizing hashtable is inefficient (#35563)Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-03-23fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2022-12-27vim-patch:9.0.1100: a hashtab with many removed items is not cleaned upzeertzjq1
2022-12-27vim-patch:9.0.1097: tests are failingzeertzjq1
2022-12-27vim-patch:9.0.1096: reallocating hashtab when the size didn't changezeertzjq1
2022-12-17vim-patch:8.2.1209: Vim9: test failurezeertzjq1
2022-11-28refactor: replace char_u with chardundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-10-09docs: various #12823Justin M. Keyes1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-08-25refactor: pre-incr to post-incrLewis Russell1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-07-02refactor: replace char_uDundar Goc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-20refactor: reformat with uncrustify #15736dundargoc1
2017-12-15vim-patch:8.0.0074Michael Schupikov1
2017-04-19*: Add comment to all C filesZyX1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX1
2017-02-15*: Partial string handling refactoringZyX1
2017-01-07unittest: Add dict_items functionZyX1
2016-11-25vim-patch:7.4.1707Michael Ennen1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2015-04-13memory: Add `free` wrapper and refactor project to use itThiago de Arruda1
2014-12-13Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho1
2014-07-09move assert.h include out of vim.hBrandon Coleman1
2014-07-09move <inttypes.h> include out of vim.hBrandon Coleman1
2014-07-09move ascii.h include out of vim.hBrandon Coleman1
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: Enable -Wconversion.Eliseo Martínez1