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
/
lua
/
treesitter.c
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor: the long goodbye
dundargoc
2023-10-09
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
fix(query_error): multiline bug
Lewis Russell
2023-08-31
*
feat(treesitter): improve query error message
Amaan Qureshi
2023-08-31
*
fix(treesitter.c): improve comments on fenv usage
Lewis Russell
2023-08-30
*
fix(treesitter): fix another TSNode:tree() double free
bfredl
2023-08-29
*
fix(treesitter): fix TSNode:tree() double free (#24796)
nwounkn
2023-08-29
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(treesitter): logger memory leak
Lewis Russell
2023-08-13
*
build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)
Christian Clason
2023-08-08
*
Merge pull request #15534 from bfredl/monomap
bfredl
2023-05-17
|
\
|
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
|
feat(treesitter): improved logging (#23638)
Lewis Russell
2023-05-17
|
/
*
fix(treesitter): reset cursor max_start_depth
Lewis Russell
2023-05-11
*
feat(treesitter): add support for setting query depths
Lewis Russell
2023-05-11
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor(treesitter): delegate region calculation to treesitter (#22576)
Lewis Russell
2023-04-04
*
fix(treesitter): correct include_bytes arg for parse()
Lewis Russell
2023-03-10
*
refactor(treesitter): use byte ranges from treesitter (#22589)
Lewis Russell
2023-03-09
*
Revert "refactor(treesitter): delegate region calculation to treesitter" (#22...
Lewis Russell
2023-03-08
*
refactor(treesitter): delegate region calculation to treesitter (#22553)
Lewis Russell
2023-03-08
*
fix(treesitter): raise ts_match_limit to 256 (#22497)
Christian Clason
2023-03-03
*
refactor(build): graduate libtreesitter features which are 1+ years old
bfredl
2023-03-03
*
feat(treesitter): expand the API
Lewis Russell
2023-02-26
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
feat(treesitter): show filetype associated with parser (#17633)
Matthieu Coudron
2023-01-22
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
*
docs: fix typos (#20394)
dundargoc
2022-09-30
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
feat(treesitter): include language in invalid query error (#14053)
Stephan Seitz
2022-09-03
*
fix(treesitter): more efficient node:root()
bfredl
2022-08-25
*
feat(treesitter): upstream node_length() as a node method
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream get_root_for_node() as a node method
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream get_named_children() as a node method
Quentin Rasmont
2022-08-25
*
fix(treesitter): free memory on removing parser (#19933)
zeertzjq
2022-08-25
*
test(treesitter): make internal lang test pending when necessary
Thomas Vigouroux
2022-08-24
*
feat(treesitter): allow customizing language symbol name
Thomas Vigouroux
2022-08-22
*
refactor: enable -Wconversion warning for lua/treesitter.c
Dundar Goc
2022-07-28
*
docs: fix typos (#18269)
dundargoc
2022-06-04
[next]