aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård2023-04-071-1/+1
* Comp: Fix limplification pass (bug#62537)Andrea Corallo2023-04-051-0/+13
* Merge from origin/emacs-29João Távora2023-04-031-1/+17
|\
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-1/+17
* | src/eval.c: Fix bug#62419Stefan Monnier2023-04-021-0/+19
* | Merge from origin/emacs-29Stefan Kangas2023-03-291-13/+0
|\ \ | |/
| * Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-281-13/+0
* | Merge from origin/emacs-29Stefan Monnier2023-03-271-1/+1
|\ \ | |/
| * ; * 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
* | Merge from origin/emacs-29Stefan Kangas2023-03-221-0/+13
|\ \ | |/
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-201-0/+13
* | Merge from origin/emacs-29Stefan Kangas2023-03-201-0/+18
|\ \ | |/
| * Add tests for Bug#62207Robert Pluim2023-03-181-0/+18
* | Remove recursion from character escape handling in readerMattias Engdegård2023-03-111-2/+21
* | Merge from origin/emacs-29Stefan Kangas2023-02-281-16/+16
|\ \ | |/
| * Adjust tree-sitter defun navigation (bug#61617)Yuan Fu2023-02-271-16/+16
* | Use delete-char instead of backward-delete-charMattias Engdegård2023-02-221-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-211-0/+11
|\ \ | |/
| * regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-201-0/+11
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-0/+36
* | Fix test errors when run with fancy charset (bug#61534)Mattias Engdegård2023-02-161-5/+7
* | Merge from origin/emacs-29Stefan Kangas2023-02-151-0/+106
|\ \ | |/
| * 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
* | | Merge from origin/emacs-29Stefan Kangas2023-02-121-1/+13
|\ \ \ | |/ /
| * | Add 'live' property to treesit-node-check (bug#61235)Yuan Fu2023-02-091-1/+13
| |/
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-0/+33
|\ \ | |/
| * Make `keymap-set-after' work for menusRobert Pluim2023-01-201-0/+17
| * Use `key-parse' in `keymap-lookup'Robert Pluim2023-01-201-0/+16
* | Merge from origin/emacs-29Stefan Kangas2023-01-191-20/+26
|\ \ | |/
| * Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-171-20/+26
* | Merge from origin/emacs-29Stefan Monnier2023-01-141-15/+15
|\ \ | |/
| * Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-121-15/+15
* | undo-tests.el: Tests for bug#60467Gregory Heytings2023-01-131-0/+72
* | Merge from origin/emacs-29Eli Zaretskii2023-01-0151-51/+51
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-0151-51/+51
* | ; remove incorrect quoting of condition namesMattias Engdegård2022-12-302-3/+3
|/
* 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