index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid crashes on MS-Windows due to invalid UNC file names
Eli Zaretskii
2024-05-22
1
-0
/
+6
*
* doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.
Juri Linkov
2024-02-04
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
51
-51
/
+51
*
Fix treesit test (bug#67117)
Denis Zubarev
2023-12-22
1
-7
/
+13
*
Fix an issue when searching subtree backward (bug#67117)
Denis Zubarev
2023-12-18
1
-0
/
+30
*
(report_overlay_modification): Fix bug#65929
Stefan Monnier
2023-09-13
1
-0
/
+1
*
(regexp-tests-backtrack-optimization): Mark it as failing
Stefan Monnier
2023-09-05
1
-0
/
+1
*
; Add regression test for bug#65726
Mattias Engdegård
2023-09-05
1
-0
/
+4
*
; Silence byte-compiler
Stefan Kangas
2023-08-20
1
-0
/
+1
*
Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)
Andrea Corallo
2023-08-09
1
-2
/
+4
*
; Re-enable the /dev/urandom test
Eli Zaretskii
2023-08-09
1
-3
/
+2
*
Disable failing test (bug#65156)
Mattias Engdegård
2023-08-09
1
-0
/
+2
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-2
/
+2
*
; Update my mail address
Andrea Corallo
2023-06-08
4
-4
/
+4
*
Handle #@00 in new reader in a compatible way (bug#63722)
Mattias Engdegård
2023-05-26
1
-0
/
+16
*
Fix loading SQLite extensions
Eli Zaretskii
2023-05-20
1
-9
/
+14
*
Fix tree-sitter test (bug#63481)
Yuan Fu
2023-05-18
1
-1
/
+1
*
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-03-29
1
-1
/
+17
*
Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"
Andrea Corallo
2023-03-28
1
-13
/
+0
*
; * test/src/fns-tests.el: Fix last change
Ken Brown
2023-03-25
1
-1
/
+1
*
Fix failure of fns-tests-collate-strings on Cygwin
Ken Brown
2023-03-25
1
-2
/
+2
*
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-03-20
1
-0
/
+13
*
Add tests for Bug#62207
Robert Pluim
2023-03-18
1
-0
/
+18
*
Adjust tree-sitter defun navigation (bug#61617)
Yuan Fu
2023-02-27
1
-16
/
+16
*
regex-emacs.c: Reduce the use of backtracking a bit further
Stefan Monnier
2023-02-20
1
-0
/
+11
*
Rename with/without-narrowing to with/without-restriction
Eli Zaretskii
2023-02-13
1
-16
/
+16
*
Merge branch 'scratch/fix-locked-narrowing'
Gregory Heytings
2023-02-13
1
-0
/
+106
|
\
|
*
Add an extensive test for labeled (locked) narrowing
Gregory Heytings
2023-02-09
1
-0
/
+106
*
|
Add 'live' property to treesit-node-check (bug#61235)
Yuan Fu
2023-02-09
1
-1
/
+13
|
/
*
Make `keymap-set-after' work for menus
Robert Pluim
2023-01-20
1
-0
/
+17
*
Use `key-parse' in `keymap-lookup'
Robert Pluim
2023-01-20
1
-0
/
+16
*
Fix buffer-list-update-hook for indirect buffers
Basil L. Contovounesios
2023-01-17
1
-20
/
+26
*
Fix encoding with 'utf-8-auto'
Eli Zaretskii
2023-01-12
1
-15
/
+15
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
51
-51
/
+51
*
Fix tree-sitter typos
Yuan Fu
2022-12-28
1
-1
/
+1
*
Fix treesit--things-around (bug#60355)
Yuan Fu
2022-12-27
1
-1
/
+39
*
; * test/src/treesit-tests.el: remove dead store (bytecomp warning)
Mattias Engdegård
2022-12-27
1
-3
/
+1
*
Add a new tree-sitter query predicate 'pred'
Yuan Fu
2022-12-26
1
-3
/
+10
*
; Fix tree-sitter defun tests
Yuan Fu
2022-12-26
1
-30
/
+34
*
Switch to use cursor API in treesit.c
Yuan Fu
2022-12-17
1
-0
/
+135
*
; Fix typos
Stefan Kangas
2022-12-13
1
-3
/
+3
*
Add improved tree-sitter navigation
Yuan Fu
2022-12-12
1
-0
/
+282
*
; * test/src/treesit-tests.el: Add outline headers.
Yuan Fu
2022-12-12
1
-0
/
+13
*
Make indirect buffers use tree-sitter parsers of their base buffer
Yuan Fu
2022-12-09
1
-0
/
+34
*
Improve parameter checking in tree-sitter functions
Yuan Fu
2022-12-07
1
-0
/
+8
*
* test/src/sqlite-tests.el (sqlite-version): Declare.
Mattias Engdegård
2022-12-07
1
-0
/
+1
*
Add sqlite library version string retrieval function (bug#58766)
Mattias Engdegård
2022-11-25
1
-0
/
+1
*
; Fix warnings in builds without tree-sitter
Mattias Engdegård
2022-11-22
1
-17
/
+47
*
; * test/src/treesit-tests.el (treesit-misc): Remove test.
Yuan Fu
2022-11-21
1
-21
/
+0
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
11
-148
/
+6975
|
\
[next]