aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prohibit unbinding of built-in variablesPo Lu2024-07-221-1/+10
* Add a type-check--optim testAndrea Corallo2024-07-111-0/+24
* Some clean-up in comp-tests.elAndrea Corallo2024-07-111-30/+0
* Merge from savannah/emacs-30Po Lu2024-07-111-0/+1
|\
| * * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.Andrea Corallo2024-07-101-0/+1
* | * test/src/comp-tests.el (compile-forms): Simplify test.Andrea Corallo2024-07-091-2/+1
* | Support interpreted functions as input for 'native-compile' (bug#71934)Andrea Corallo2024-07-091-0/+6
* | Merge from savannah/emacs-30Po Lu2024-07-051-0/+1
|\ \ | |/
| * Fix treesit test (bug#71907)Yuan Fu2024-07-031-0/+1
* | ; Strengthen value< tests slightlyMattias Engdegård2024-07-041-2/+8
* | Compare fixnums and floats accurately in value<Mattias Engdegård2024-07-041-0/+10
|/
* ; Fix typos in symbolsStefan Kangas2024-06-292-2/+2
* Fix two tests for --without-all buildAndrea Corallo2024-06-271-2/+2
* Fix treesit-testsEli Zaretskii2024-06-101-1/+2
* Add 'sqlite-execute-batch' commandJavier Olaechea2024-06-061-0/+26
* Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-281-20/+20
* Merge from origin/emacs-29Eli Zaretskii2024-05-251-0/+6
|\
| * Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-221-0/+6
* | Add multi/unibyte string tests for key-descriptionRobert Pluim2024-05-161-0/+7
* | Silence some macOS build warningsMattias Engdegård2024-05-121-0/+1
* | `read': give fuller error message for errors following "#".Alan Mackenzie2024-05-061-0/+11
* | Fix deletion of text holding `inhibit-read-only' propertiesPo Lu2024-04-301-0/+51
* | Fix value< string comparison ungoodthinkMattias Engdegård2024-04-291-0/+6
* | GC-mark temporary key values created when sorting (bug#69709)Mattias Engdegård2024-04-141-0/+21
* | ; Fix whitespace in editfns-tests.elEli Zaretskii2024-04-111-1/+1
* | (en/decode_coding_object): Fix `after-change-functions`Stefan Monnier2024-04-101-5/+39
* | (test-replace-match-modification-hooks): Delete testStefan Monnier2024-04-091-17/+19
* | * Fix out of date comp pass names in comp-tests.elAndrea Corallo2024-04-081-5/+5
* | Make tree-sitter thing feature public and remove obsolete functionsYuan Fu2024-04-071-3/+3
* | (Freplace_match): Fix bug#65451Stefan Monnier2024-04-071-0/+74
* | Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård2024-04-021-8/+35
* | Update JSON parser test and docsMattias Engdegård2024-04-011-5/+2
* | Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård2024-04-011-3/+1
* | Faster JSON parsingMattias Engdegård2024-04-011-19/+50
* | Native JSON support is always availableMattias Engdegård2024-04-011-23/+0
* | New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-7/+34
* | New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-291-0/+43
* | Add `value<` (bug#69709)Mattias Engdegård2024-03-291-0/+218
* | cl-preloaded.el: Partly revert last changeStefan Monnier2024-03-261-1/+3
* | cl-preloaded.el: Fix the type latticeStefan Monnier2024-03-261-15/+15
* | Fix native comp prediction on null functionp tested objectsAndrea Corallo2024-03-261-1/+8
* | Fix native compilation for circular immediates (bug#67883)Andrea Corallo2024-03-241-0/+3
* | Fix recent test regressionsStefan Monnier2024-03-221-1/+1
* | (primitive-function): New typeStefan Monnier2024-03-181-3/+1
* | (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-181-0/+37
* | Change bare-symbol back to match intentPaul Eggert2024-03-111-0/+5
* | Revert "Update some native comp tests"Stefan Monnier2024-03-041-2/+2
* | Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-286-28/+64
|\ \
| * | Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-1/+1
| * | * test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko2024-02-191-12/+25