summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-221-0/+6
* * doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.Juri Linkov2024-02-041-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-0251-51/+51
* Fix treesit test (bug#67117)Denis Zubarev2023-12-221-7/+13
* Fix an issue when searching subtree backward (bug#67117)Denis Zubarev2023-12-181-0/+30
* (report_overlay_modification): Fix bug#65929Stefan Monnier2023-09-131-0/+1
* (regexp-tests-backtrack-optimization): Mark it as failingStefan Monnier2023-09-051-0/+1
* ; Add regression test for bug#65726Mattias Engdegård2023-09-051-0/+4
* ; Silence byte-compilerStefan Kangas2023-08-201-0/+1
* Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo2023-08-091-2/+4
* ; Re-enable the /dev/urandom testEli Zaretskii2023-08-091-3/+2
* Disable failing test (bug#65156)Mattias Engdegård2023-08-091-0/+2
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
* ; Update my mail addressAndrea Corallo2023-06-084-4/+4
* Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-261-0/+16
* Fix loading SQLite extensionsEli Zaretskii2023-05-201-9/+14
* Fix tree-sitter test (bug#63481)Yuan Fu2023-05-181-1/+1
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-1/+17
* Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-281-13/+0
* ; * test/src/fns-tests.el: Fix last changeKen Brown2023-03-251-1/+1
* Fix failure of fns-tests-collate-strings on CygwinKen Brown2023-03-251-2/+2
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-201-0/+13
* Add tests for Bug#62207Robert Pluim2023-03-181-0/+18
* Adjust tree-sitter defun navigation (bug#61617)Yuan Fu2023-02-271-16/+16
* regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-201-0/+11
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-16/+16
* Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-131-0/+106
|\
| * Add an extensive test for labeled (locked) narrowingGregory Heytings2023-02-091-0/+106
* | Add 'live' property to treesit-node-check (bug#61235)Yuan Fu2023-02-091-1/+13
|/
* Make `keymap-set-after' work for menusRobert Pluim2023-01-201-0/+17
* Use `key-parse' in `keymap-lookup'Robert Pluim2023-01-201-0/+16
* Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-171-20/+26
* Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-121-15/+15
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0151-51/+51
* Fix tree-sitter typosYuan Fu2022-12-281-1/+1
* Fix treesit--things-around (bug#60355)Yuan Fu2022-12-271-1/+39
* ; * test/src/treesit-tests.el: remove dead store (bytecomp warning)Mattias Engdegård2022-12-271-3/+1
* Add a new tree-sitter query predicate 'pred'Yuan Fu2022-12-261-3/+10
* ; Fix tree-sitter defun testsYuan Fu2022-12-261-30/+34
* Switch to use cursor API in treesit.cYuan Fu2022-12-171-0/+135
* ; Fix typosStefan Kangas2022-12-131-3/+3
* Add improved tree-sitter navigationYuan Fu2022-12-121-0/+282
* ; * test/src/treesit-tests.el: Add outline headers.Yuan Fu2022-12-121-0/+13
* Make indirect buffers use tree-sitter parsers of their base bufferYuan Fu2022-12-091-0/+34
* Improve parameter checking in tree-sitter functionsYuan Fu2022-12-071-0/+8
* * test/src/sqlite-tests.el (sqlite-version): Declare.Mattias Engdegård2022-12-071-0/+1
* Add sqlite library version string retrieval function (bug#58766)Mattias Engdegård2022-11-251-0/+1
* ; Fix warnings in builds without tree-sitterMattias Engdegård2022-11-221-17/+47
* ; * test/src/treesit-tests.el (treesit-misc): Remove test.Yuan Fu2022-11-211-21/+0
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-2111-148/+6975
|\