index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
marktree.c
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
build: adjust clang-tidy warning exclusion logic
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair instead
bfredl
2023-11-18
*
build: remove PVS
dundargoc
2023-11-12
*
feat(extmarks): add 'invalidate' property to extmarks
Luuk van Baal
2023-11-08
*
feat(extmarks): add "undo_restore" flag to opt out of undo-restoring
bfredl
2023-11-05
*
docs: small fixes
dundargoc
2023-10-10
*
fix(marktree): correct qsort usage
L Lllvvuu
2023-10-05
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
fix(marktree): preserve ordering in `marktree_move`
L Lllvvuu
2023-09-16
*
fix(marktree): off-by-one error in `marktree_move`
L Lllvvuu
2023-09-16
*
feat(extmark): support proper multiline ranges
bfredl
2023-09-12
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
ci: add GCC Release testing (#22274)
dundargoc
2023-02-16
*
fix(test): fix issues detected by running unittests in ASAN/UBSAN
bfredl
2023-01-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor: missing parenthesis may cause unexpected problems (#17443)
kylo252
2022-05-26
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: enable -Wconversion warning for edit.c
Dundar Goc
2022-05-06
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
chore(lgtm): fix "empty block without comment" warnings
Dundar Göc
2022-03-09
*
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
feat(api): expose extmark right_gravity and end_right_gravity
notomo
2022-01-24
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
fix(extmark): fix missing virt_lines when using id param of set_extmark
Björn Linse
2021-11-01
*
refactor(decorations): mark decorations directly on the marktree
Björn Linse
2021-10-23
*
fix(PVS/V1028): prevent possible overflow #16023
dundargoc
2021-10-17
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
refactor: format with uncrustify #15741
dundargoc
2021-09-22
*
refactor(marktree): embed the keymap in the MarkTree struct
Björn Linse
2021-08-22
*
clang/'Dead assignment': ignore warning #15000
dundargoc
2021-07-05
*
extmark: fix deletable nodes in MarkTree sometimes getting skipped
snezhniylis
2021-06-22
*
clang/'Logic error': zero-init oldbase array
Jan Edmund Lazo
2021-06-02
*
unused macros: Remove a five unused macros. (#13517)
Edwin Pujols
2020-12-11
*
pvs/v547: comment out code for 'adjustment == 1'
Jan Edmund Lazo
2020-11-08
*
'clang/Logic error': zero-init MarkTreeIter vars
Jan Edmund Lazo
2020-03-01
*
clang/scan-build: restore required code
Hirokazu Hata
2020-02-23
*
clang/scan-build: fix dead stores #11900
Hirokazu Hata
2020-02-18
[next]