aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-11-06* test/src/comp-tests.el (setcarcdr): Don't mutate literals.Mattias Engdegård1-3/+3
2025-07-09Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo1-0/+5
2025-03-23Fix a nativecomp type propagation bug (bug#74771)Andrea Corallo1-1/+6
2025-02-28; Grammar fixes for "native-compiled"Stefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-10-15Fix comp branch-optim pass (bug#73270)Andrea Corallo1-0/+4
2024-07-11Add a type-check--optim testAndrea Corallo1-0/+24
2024-07-11Some clean-up in comp-tests.elAndrea Corallo1-30/+0
2024-07-09* test/src/comp-tests.el (compile-forms): Simplify test.Andrea Corallo1-2/+1
2024-07-09Support interpreted functions as input for 'native-compile' (bug#71934)Andrea Corallo1-0/+6
2024-06-29; Fix typos in symbolsStefan Kangas1-1/+1
2024-05-28Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier1-20/+20
2024-04-08* Fix out of date comp pass names in comp-tests.elAndrea Corallo1-5/+5
2024-03-26Fix native comp prediction on null functionp tested objectsAndrea Corallo1-1/+8
2024-03-04Revert "Update some native comp tests"Stefan Monnier1-2/+2
2024-02-15Update some native comp testsAndrea Corallo1-2/+2
2024-01-29* Better type comparison in comp testsAndrea Corallo1-9/+16
2024-01-28; Fix typosStefan Kangas1-1/+1
2024-01-25* Make comp tests robust against sxhash-equal internal changesAndrea Corallo1-2/+15
2024-01-22Revert "* Update a comp test (bug#68523)"Andrea Corallo1-1/+1
2024-01-17* Update a comp test (bug#68523)Andrea Corallo1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-04comp: Fix mvar dependency chain (bug#67239)Andrea Corallo1-0/+4
2023-11-08With `native-compile', compile lambdas in a defun or lambda tooAlan Mackenzie1-1/+29
2023-10-19Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo1-2/+2
2023-08-20; Silence byte-compilerStefan Kangas1-0/+1
2023-08-16; Silence byte-compilerStefan Kangas1-0/+1
2023-08-09Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo1-2/+4
2023-07-21Fix failing native-compile testRobert Pluim1-1/+1
2023-07-19Fix native compilation in dynamically bound files.Alan Mackenzie1-1/+6
2023-06-08; Update my mail addressAndrea Corallo1-1/+1
2023-05-31; * test/src/comp-tests.el (non-locals): Repair botched test.Mattias Engdegård1-1/+2
2023-05-23* test/src/comp-tests.el: Add some ret type tests for non builtin typesAndrea Corallo1-1/+35
2023-04-07; * test/src/comp-tests.el (61917-1): Underscore unused parameter.Mattias Engdegård1-1/+1
2023-03-29Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo1-1/+17
2023-03-28Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo1-13/+0
2023-03-20Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo1-0/+13
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-20; Fix typosStefan Kangas1-2/+2
2022-10-26; Fix several symbol name typosStefan Kangas1-1/+1
2022-09-13; Add commentary to comp-tests.elEli Zaretskii1-0/+5
2022-09-13comp-tests.el: Enable compilation againStefan Monnier1-85/+76
2022-09-13; * test/src/comp-tests.el: Explain the last change.Eli Zaretskii1-0/+5
2022-09-12Fix comp-tests.el problem after reconfiguringPaul Eggert1-0/+4
2022-07-13Remove uneffective testAndrea Corallo1-5/+0
2022-07-13Mark async worker tmp file as utf-8-emacs-unix (bug#48029)Andrea Corallo1-0/+5
2022-05-24Fix issue with nativecomp tests leaving files behind in /tmpLars Ingebrigtsen1-1/+8
2022-02-09Fix integer arithmetic miss-compilation (bug#53451)Andrea Corallo1-1/+8