aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* * test/src/comp-tests.el (setcarcdr): Don't mutate literals.Mattias Engdegård2025-11-061-3/+3
* Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-091-0/+5
* Fix a nativecomp type propagation bug (bug#74771)Andrea Corallo2025-03-231-1/+6
* ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix comp branch-optim pass (bug#73270)Andrea Corallo2024-10-151-0/+4
* Add a type-check--optim testAndrea Corallo2024-07-111-0/+24
* Some clean-up in comp-tests.elAndrea Corallo2024-07-111-30/+0
* * 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
* ; Fix typos in symbolsStefan Kangas2024-06-291-1/+1
* Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-281-20/+20
* * Fix out of date comp pass names in comp-tests.elAndrea Corallo2024-04-081-5/+5
* Fix native comp prediction on null functionp tested objectsAndrea Corallo2024-03-261-1/+8
* 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-281-9/+16
|\
| * * Better type comparison in comp testsAndrea Corallo2024-01-291-9/+16
* | Update some native comp testsAndrea Corallo2024-02-151-2/+2
|/
* ; Fix typosStefan Kangas2024-01-281-1/+1
* * Make comp tests robust against sxhash-equal internal changesAndrea Corallo2024-01-251-2/+15
* Revert "* Update a comp test (bug#68523)"Andrea Corallo2024-01-221-1/+1
* * Update a comp test (bug#68523)Andrea Corallo2024-01-171-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| * ; Silence byte-compilerStefan Kangas2023-08-201-0/+1
* | comp: Fix mvar dependency chain (bug#67239)Andrea Corallo2023-12-041-0/+4
* | With `native-compile', compile lambdas in a defun or lambda tooAlan Mackenzie2023-11-081-1/+29
* | Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo2023-10-191-2/+2
* | ; Silence byte-compilerStefan Kangas2023-08-161-0/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-08-121-2/+4
|\ \ | |/
| * Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo2023-08-091-2/+4
* | Fix failing native-compile testRobert Pluim2023-07-211-1/+1
* | Fix native compilation in dynamically bound files.Alan Mackenzie2023-07-191-1/+6
* | Merge from origin/emacs-29Eli Zaretskii2023-06-101-1/+1
|\ \ | |/
| * ; Update my mail addressAndrea Corallo2023-06-081-1/+1
* | ; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård2023-05-311-1/+2
* | * test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo2023-05-231-1/+35
* | ; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård2023-04-071-1/+1
|/
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-1/+17
* Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-281-13/+0
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-201-0/+13
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-201-2/+2
* ; Fix several symbol name typosStefan Kangas2022-10-261-1/+1
* ; Add commentary to comp-tests.elEli Zaretskii2022-09-131-0/+5
* comp-tests.el: Enable compilation againStefan Monnier2022-09-131-85/+76
* ; * test/src/comp-tests.el: Explain the last change.Eli Zaretskii2022-09-131-0/+5
* Fix comp-tests.el problem after reconfiguringPaul Eggert2022-09-121-0/+4
* Merge from origin/emacs-28Stefan Kangas2022-07-141-5/+5
|\