summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAge
* Make use of the new pred shapes in treesit.elYuan Fu2023-04-14
* Disallow creation of circular variable alias chainsMattias Engdegård2023-04-14
* Fix tree-sitter testYuan Fu2023-04-13
* Fix previous commit on tree-sitterYuan Fu2023-04-13
* Support more predicates in tree-sitter search functionsYuan Fu2023-04-13
* Fix tree-sitter testsYuan Fu2023-04-13
* ; * test/src/fns-tests.el: Strengthen tests of `nreverse`.Mattias Engdegård2023-04-09
* ; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård2023-04-07
* Comp: Fix limplification pass (bug#62537)Andrea Corallo2023-04-05
* Merge from origin/emacs-29João Távora2023-04-03
|\
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-29
* | src/eval.c: Fix bug#62419Stefan Monnier2023-04-02
* | Merge from origin/emacs-29Stefan Kangas2023-03-29
|\|
| * Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-28
* | Merge from origin/emacs-29Stefan Monnier2023-03-27
|\|
| * ; * test/src/fns-tests.el: Fix last changeKen Brown2023-03-25
| * Fix failure of fns-tests-collate-strings on CygwinKen Brown2023-03-25
* | Merge from origin/emacs-29Stefan Kangas2023-03-22
|\|
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-20
* | Merge from origin/emacs-29Stefan Kangas2023-03-20
|\|
| * Add tests for Bug#62207Robert Pluim2023-03-18
* | Remove recursion from character escape handling in readerMattias Engdegård2023-03-11
* | Merge from origin/emacs-29Stefan Kangas2023-02-28
|\|
| * Adjust tree-sitter defun navigation (bug#61617)Yuan Fu2023-02-27
* | Use delete-char instead of backward-delete-charMattias Engdegård2023-02-22
* | Merge from origin/emacs-29Stefan Kangas2023-02-21
|\|
| * regex-emacs.c: Reduce the use of backtracking a bit furtherStefan Monnier2023-02-20
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-21
* | Fix test errors when run with fancy charset (bug#61534)Mattias Engdegård2023-02-16
* | Merge from origin/emacs-29Stefan Kangas2023-02-15
|\|
| * Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-13
| * Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings2023-02-13
| |\
| | * Add an extensive test for labeled (locked) narrowingGregory Heytings2023-02-09
* | | Merge from origin/emacs-29Stefan Kangas2023-02-12
|\| |
| * | Add 'live' property to treesit-node-check (bug#61235)Yuan Fu2023-02-09
| |/
* | Merge from origin/emacs-29Stefan Kangas2023-01-23
|\|
| * Make `keymap-set-after' work for menusRobert Pluim2023-01-20
| * Use `key-parse' in `keymap-lookup'Robert Pluim2023-01-20
* | Merge from origin/emacs-29Stefan Kangas2023-01-19
|\|
| * Fix buffer-list-update-hook for indirect buffersBasil L. Contovounesios2023-01-17
* | Merge from origin/emacs-29Stefan Monnier2023-01-14
|\|
| * Fix encoding with 'utf-8-auto'Eli Zaretskii2023-01-12
* | undo-tests.el: Tests for bug#60467Gregory Heytings2023-01-13
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | ; remove incorrect quoting of condition namesMattias Engdegård2022-12-30
|/
* Fix tree-sitter typosYuan Fu2022-12-28
* Fix treesit--things-around (bug#60355)Yuan Fu2022-12-27
* ; * test/src/treesit-tests.el: remove dead store (bytecomp warning)Mattias Engdegård2022-12-27
* Add a new tree-sitter query predicate 'pred'Yuan Fu2022-12-26