summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
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
2024-01-17* Update a comp test (bug#68523)Andrea Corallo
2024-01-13* src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård
2024-01-04(signal_or_quit): Preserve error object identityStefan Monnier
2024-01-04emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair testStefan Monnier
2024-01-04New special form `handler-bind`Stefan Monnier
2024-01-02; Add 2024 to copyright yearsPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Add tests for `let' (bug#66117)Ihor Radchenko
2023-12-23Merge from origin/emacs-29Eli Zaretskii
2023-12-22Fix treesit test (bug#67117)Denis Zubarev
2023-12-18Fix an issue when searching subtree backward (bug#67117)Denis Zubarev
2023-12-10; Fix typosStefan Kangas
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo