aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/comp-static-dataVibhav Pant2023-06-069-68/+293
|\
| * ; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård2023-05-311-1/+2
| * Merge from origin/emacs-29Eli Zaretskii2023-05-261-0/+16
| |\
| | * Handle #@00 in new reader in a compatible way (bug#63722)Mattias Engdegård2023-05-261-0/+16
| * | Merge from origin/emacs-29Eli Zaretskii2023-05-262-10/+15
| |\ \ | | |/
| | * Fix loading SQLite extensionsEli Zaretskii2023-05-201-9/+14
| | * Fix tree-sitter test (bug#63481)Yuan Fu2023-05-181-1/+1
| * | Fix nativecomp ICE compiling structure related code (bug#63674)Andrea Corallo2023-05-241-0/+8
| * | * test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo2023-05-231-1/+35
| * | Don't mutate constants in testsMattias Engdegård2023-05-132-2/+2
| * | ; * test/src/treesit-tests.el: declare functions to silence warningsMattias Engdegård2023-05-091-0/+3
| * | Make use of the new pred shapes in treesit.elYuan Fu2023-04-141-3/+1
| * | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-0/+16
| * | Fix tree-sitter testYuan Fu2023-04-131-3/+3
| * | Fix previous commit on tree-sitterYuan Fu2023-04-131-4/+5
| * | Support more predicates in tree-sitter search functionsYuan Fu2023-04-131-0/+53
| * | Fix tree-sitter testsYuan Fu2023-04-131-30/+32
| * | ; * test/src/fns-tests.el: Strengthen tests of `nreverse`.Mattias Engdegård2023-04-091-18/+21
| * | ; * 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 branch 'master' into scratch/comp-static-dataVibhav Pant2023-03-086-23/+190
|\ \ \ | |/ /
| * | 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
| | |/
* | | Add tests for testing immutability of native comp-ed Lisp literals.Vibhav Pant2023-02-022-0/+36
|/ /
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-0/+33
|\ \ | |/
| * Make `keymap-set-after' work for menusRobert Pluim2023-01-201-0/+17