summaryrefslogtreecommitdiff
path: root/test/src/comp-tests.el
AgeCommit message (Expand)Author
2026-03-12Fix 'comp--func-unique-in-cu-p' to match docstringJulian Scheid
2026-03-11Fix negated equality assumptions (bug#80327)Andrea Corallo
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-06* test/src/comp-tests.el (setcarcdr): Don't mutate literals.Mattias Engdegård
2025-07-09Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo
2025-03-23Fix a nativecomp type propagation bug (bug#74771)Andrea Corallo
2025-02-28; Grammar fixes for "native-compiled"Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-15Fix comp branch-optim pass (bug#73270)Andrea Corallo
2024-07-11Add a type-check--optim testAndrea Corallo
2024-07-11Some clean-up in comp-tests.elAndrea Corallo
2024-07-09* test/src/comp-tests.el (compile-forms): Simplify test.Andrea Corallo
2024-07-09Support interpreted functions as input for 'native-compile' (bug#71934)Andrea Corallo
2024-06-29; Fix typos in symbolsStefan Kangas
2024-05-28Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier
2024-04-08* Fix out of date comp pass names in comp-tests.elAndrea Corallo
2024-03-26Fix native comp prediction on null functionp tested objectsAndrea Corallo
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-15Update some native comp testsAndrea Corallo
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-17* Update a comp test (bug#68523)Andrea Corallo
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo
2023-11-08With `native-compile', compile lambdas in a defun or lambda tooAlan Mackenzie
2023-10-19Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo
2023-08-20; Silence byte-compilerStefan Kangas
2023-08-16; Silence byte-compilerStefan Kangas
2023-08-12Merge from origin/emacs-29Eli Zaretskii
2023-08-09Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo
2023-07-21Fix failing native-compile testRobert Pluim
2023-07-19Fix native compilation in dynamically bound files.Alan Mackenzie
2023-06-10Merge from origin/emacs-29Eli Zaretskii
2023-06-08; Update my mail addressAndrea Corallo
2023-05-31; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård
2023-05-23* test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo
2023-04-07; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård
2023-03-29Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo
2023-03-28Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo
2023-03-20Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-20; Fix typosStefan Kangas
2022-10-26; Fix several symbol name typosStefan Kangas
2022-09-13; Add commentary to comp-tests.elEli Zaretskii
2022-09-13comp-tests.el: Enable compilation againStefan Monnier
2022-09-13; * test/src/comp-tests.el: Explain the last change.Eli Zaretskii