aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove uneffective testAndrea Corallo2022-07-131-5/+0
| * Mark async worker tmp file as utf-8-emacs-unix (bug#48029)Andrea Corallo2022-07-131-0/+5
* | Fix issue with nativecomp tests leaving files behind in /tmpLars Ingebrigtsen2022-05-241-1/+8
* | Merge from origin/emacs-28Stefan Kangas2022-02-101-1/+8
|\ \ | |/
| * Fix integer arithmetic miss-compilation (bug#53451)Andrea Corallo2022-02-091-1/+8
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * test/src/comp-tests.el: Rework last patchStefan Monnier2021-11-271-29/+28
* | * test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).Stephen Gildea2021-11-261-10/+27
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-081-23/+25
|/
* Fix two doc-related test failuresLars Ingebrigtsen2021-09-271-2/+2
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-2/+2
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-011-1/+1
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-1/+1
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-4/+4
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* ; Fix typosStefan Kangas2021-04-271-4/+4
* Make use of `ert-resource-file' `ert-resource-directory' in comp-testsAndrea Corallo2021-04-261-14/+6
* * Use `expand-file-name' in place of `concat' in comp-tests.elAndrea Corallo2021-04-261-6/+8
* Move native compiler test data into proper directory (bug#48031)Andrea Corallo2021-04-261-2/+5
* * test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).Andrea Corallo2021-04-261-1/+1
* Improve a native compiler testAndrea Corallo2021-04-221-1/+6
* Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-211-0/+4
* Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-141-1/+1
* Fix `comp-cstr-intersection-no-hashcons' for negated result cstrAndrea Corallo2021-03-061-1/+8
* Fix `=' propagation to handle -0.0 0.0 caseAndrea Corallo2021-03-061-8/+24