summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2024-06-10Fix treesit-testsEli Zaretskii
2024-06-06Add 'sqlite-execute-batch' commandJavier Olaechea
2024-05-28Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier
2024-05-25Merge from origin/emacs-29Eli Zaretskii
2024-05-22Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii
2024-05-16Add multi/unibyte string tests for key-descriptionRobert Pluim
2024-05-12Silence some macOS build warningsMattias Engdegård
2024-05-06`read': give fuller error message for errors following "#".Alan Mackenzie
2024-04-30Fix deletion of text holding `inhibit-read-only' propertiesPo Lu
2024-04-29Fix value< string comparison ungoodthinkMattias Engdegård
2024-04-14GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård
2024-04-11; Fix whitespace in editfns-tests.elEli Zaretskii
2024-04-10(en/decode_coding_object): Fix `after-change-functions`Stefan Monnier
2024-04-09(test-replace-match-modification-hooks): Delete testStefan Monnier
2024-04-08* Fix out of date comp pass names in comp-tests.elAndrea Corallo
2024-04-07Make tree-sitter thing feature public and remove obsolete functionsYuan Fu
2024-04-07(Freplace_match): Fix bug#65451Stefan Monnier
2024-04-02Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård
2024-04-01Update JSON parser test and docsMattias Engdegård
2024-04-01Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård
2024-04-01Faster JSON parsingMattias Engdegård
2024-04-01Native JSON support is always availableMattias Engdegård
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård
2024-03-29New `sort` keyword arguments (bug#69709)Mattias Engdegård
2024-03-29Add `value<` (bug#69709)Mattias Engdegård
2024-03-26cl-preloaded.el: Partly revert last changeStefan Monnier
2024-03-26cl-preloaded.el: Fix the type latticeStefan Monnier
2024-03-26Fix native comp prediction on null functionp tested objectsAndrea Corallo
2024-03-24Fix native compilation for circular immediates (bug#67883)Andrea Corallo
2024-03-22Fix recent test regressionsStefan Monnier
2024-03-18(primitive-function): New typeStefan Monnier
2024-03-18(cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier
2024-03-11Change bare-symbol back to match intentPaul Eggert
2024-03-04Revert "Update some native comp tests"Stefan Monnier
2024-02-28Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo
2024-02-23Use obarray-make instead of make-vector to create obarraysMattias Engdegård
2024-02-19* test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko
2024-02-15Update some native comp testsAndrea Corallo
2024-02-12Make minibuf-tests independent of obarray hash orderMattias Engdegård
2024-02-11Rename a number of native compiler functionsAndrea Corallo
2024-02-10Merge from origin/emacs-29Eli Zaretskii
2024-02-04* doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.Juri Linkov
2024-01-31Allow equal user-defined hash table tests with different namesMattias Engdegård
2024-01-29* Better type comparison in comp testsAndrea Corallo
2024-01-28; Fix typosStefan Kangas
2024-01-25* Make comp tests robust against sxhash-equal internal changesAndrea Corallo
2024-01-22Revert "* Update a comp test (bug#68523)"Andrea Corallo
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-20Merge branch 'mwheel-no-alts'Stefan Monnier
2024-01-20* lisp/keymap.el (define-keymap): Demote "duplicate def" to a warningStefan Monnier