index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
treesit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix recent treesit-related changes
Eli Zaretskii
2022-12-31
1
-5
/
+5
*
Show tree-sitter query source when signaling query error
Yuan Fu
2022-12-30
1
-4
/
+7
*
Add treesit-language-abi-version
Yuan Fu
2022-12-30
1
-4
/
+27
*
Avoid assertion violations in treesit.c with --enable-checking
Eli Zaretskii
2022-12-29
1
-4
/
+3
*
Call tree-sitter parser notifier on the first parse
Yuan Fu
2022-12-28
1
-9
/
+19
*
Fix tree-sitter parser notifier recursion
Yuan Fu
2022-12-28
1
-5
/
+14
*
Add a new tree-sitter query predicate 'pred'
Yuan Fu
2022-12-26
1
-12
/
+45
*
Add maintainer stub for tree-sitter files
Yuan Fu
2022-12-26
1
-0
/
+2
*
; Add treesit_recursion_limit
Yuan Fu
2022-12-24
1
-3
/
+8
*
Fix treesit_cursor_helper (bug#60267)
Yuan Fu
2022-12-24
1
-53
/
+76
*
Fix MS-Windows build broken by recent treesit.c changes
Eli Zaretskii
2022-12-18
1
-4
/
+8
*
Use cursor API in treesit-node-parent
Yuan Fu
2022-12-17
1
-6
/
+13
*
Switch to use cursor API in treesit.c
Yuan Fu
2022-12-17
1
-125
/
+187
*
Add treesit_assume_true and treesit_cursor_helper
Yuan Fu
2022-12-17
1
-0
/
+67
*
Make indirect buffers use tree-sitter parsers of their base buffer
Yuan Fu
2022-12-09
1
-17
/
+44
*
Improve parameter checking in tree-sitter functions
Yuan Fu
2022-12-07
1
-19
/
+31
*
; Minor cleanup in treesit.c
Eli Zaretskii
2022-12-06
1
-6
/
+4
*
Fix treesit-query-capture
Yuan Fu
2022-12-05
1
-4
/
+7
*
Reparse tree-sitter tree when buffer restriction changes
Yuan Fu
2022-11-28
1
-6
/
+20
*
; * src/treesit.c (Ftreesit_parser_included_ranges): Doc fix.
Eli Zaretskii
2022-11-27
1
-2
/
+2
*
; Fix typo (Bug#59634)
Stefan Kangas
2022-11-27
1
-2
/
+2
*
; * src/treesit.c (Ftreesit_induce_sparse_tree): Doc fix.
Eli Zaretskii
2022-11-27
1
-1
/
+1
*
Add default limit for tree-sitter recursive tree-traversing function
Yuan Fu
2022-11-26
1
-28
/
+27
*
; * src/treesit.c: Fix typos and wording in comments.
Eli Zaretskii
2022-11-26
1
-25
/
+25
*
Fix tree-sitter assertion error (bug#59574)
Yuan Fu
2022-11-25
1
-9
/
+15
*
Rename treesit_ensure_position_synced to treesit_sync_visible_region
Yuan Fu
2022-11-25
1
-13
/
+14
*
; Add comments in treesit.c and treesit.h
Yuan Fu
2022-11-25
1
-4
/
+45
*
Avoid assertion violations in treesit.c when editing non-ASCII
Eli Zaretskii
2022-11-24
1
-2
/
+2
*
; * src/treesit.c (treesit_predicate_match): Move use below check.
Yuan Fu
2022-11-23
1
-2
/
+3
*
; * src/treesit.c: Minor comment improvement.
Yuan Fu
2022-11-23
1
-1
/
+2
*
; Fix typos
Stefan Kangas
2022-11-23
1
-2
/
+2
*
Fix 'treesit-max-buffer-size' and its use
Eli Zaretskii
2022-11-22
1
-3
/
+3
*
; Fix comparisons in treesit.c
Eli Zaretskii
2022-11-22
1
-2
/
+2
*
; Fix typos
Stefan Kangas
2022-11-22
1
-5
/
+5
*
; * src/treesit.c (treesit_load_language): Move call to eassume.
Yuan Fu
2022-11-21
1
-3
/
+1
*
; Repair build without tree-sitter
Mattias EngdegÄrd
2022-11-21
1
-2
/
+2
*
* src/treesit.c (treesit_load_language): Fix uninitialized uses.
Po Lu
2022-11-21
1
-1
/
+6
*
Avoid usage of intern_c_string in treesit.c
Po Lu
2022-11-21
1
-4
/
+8
*
Stylistic fixes to treesit.c
Po Lu
2022-11-21
1
-6
/
+6
*
Fix documentation of recent treesit changes
Eli Zaretskii
2022-11-17
1
-5
/
+5
*
Fix treesit-search-forward not matching leaf nodes
Yuan Fu
2022-11-16
1
-0
/
+9
*
Allow checking for outdated nodes in tree-sitter
Yuan Fu
2022-11-16
1
-3
/
+12
*
; Add documentation for tree-sitter parser after-change notifiers
Yuan Fu
2022-11-16
1
-3
/
+11
*
; * src/treesit.c: Minor stylistic changes.
Yuan Fu
2022-11-15
1
-13
/
+8
*
Fix the MS-Windows build due to use of a new TS function
Eli Zaretskii
2022-11-15
1
-4
/
+5
*
Allow tree-sitter to notify parse-tree changes
Yuan Fu
2022-11-15
1
-1
/
+85
*
Extract out treesit_make_ranges
Yuan Fu
2022-11-15
1
-17
/
+27
*
Remove feature that checks whether tree-sitter node "has changes"
Yuan Fu
2022-11-14
1
-8
/
+2
*
Fix crash on MS-Windows due to memory-allocation problem in treesit.c
Eli Zaretskii
2022-11-13
1
-2
/
+2
*
; Fix docstring graph alignment in Ftreesit_search_forward
Yuan Fu
2022-11-10
1
-4
/
+4
[next]