aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/marktree.c
Commit message (Expand)AuthorAge
* refactor: remove redundant castsii142023-04-07
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* ci: add GCC Release testing (#22274)dundargoc2023-02-16
* fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl2023-01-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: enable -Wconversion warning for edit.cDundar Goc2022-05-06
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
* refactor: remove redundant castsDundar Göc2022-03-06
* feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* refactor(decorations): mark decorations directly on the marktreeBjörn Linse2021-10-23
* fix(PVS/V1028): prevent possible overflow #16023dundargoc2021-10-17
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: format with uncrustify #15741dundargoc2021-09-22
* refactor(marktree): embed the keymap in the MarkTree structBjörn Linse2021-08-22
* clang/'Dead assignment': ignore warning #15000dundargoc2021-07-05
* extmark: fix deletable nodes in MarkTree sometimes getting skippedsnezhniylis2021-06-22
* clang/'Logic error': zero-init oldbase arrayJan Edmund Lazo2021-06-02
* unused macros: Remove a five unused macros. (#13517)Edwin Pujols2020-12-11
* pvs/v547: comment out code for 'adjustment == 1'Jan Edmund Lazo2020-11-08
* 'clang/Logic error': zero-init MarkTreeIter varsJan Edmund Lazo2020-03-01
* clang/scan-build: restore required codeHirokazu Hata2020-02-23
* clang/scan-build: fix dead stores #11900Hirokazu Hata2020-02-18
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* Add new marktree data structure for storing marksBjörn Linse2020-01-14