index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
comp-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Silence byte-compiler
Stefan Kangas
2023-08-20
1
-0
/
+1
*
Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)
Andrea Corallo
2023-08-09
1
-2
/
+4
*
; Update my mail address
Andrea Corallo
2023-06-08
1
-1
/
+1
*
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-03-29
1
-1
/
+17
*
Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"
Andrea Corallo
2023-03-28
1
-13
/
+0
*
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-03-20
1
-0
/
+13
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-11-20
1
-2
/
+2
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-1
/
+1
*
; Add commentary to comp-tests.el
Eli Zaretskii
2022-09-13
1
-0
/
+5
*
comp-tests.el: Enable compilation again
Stefan Monnier
2022-09-13
1
-85
/
+76
*
; * test/src/comp-tests.el: Explain the last change.
Eli Zaretskii
2022-09-13
1
-0
/
+5
*
Fix comp-tests.el problem after reconfiguring
Paul Eggert
2022-09-12
1
-0
/
+4
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-5
/
+5
|
\
|
*
Remove uneffective test
Andrea Corallo
2022-07-13
1
-5
/
+0
|
*
Mark async worker tmp file as utf-8-emacs-unix (bug#48029)
Andrea Corallo
2022-07-13
1
-0
/
+5
*
|
Fix issue with nativecomp tests leaving files behind in /tmp
Lars Ingebrigtsen
2022-05-24
1
-1
/
+8
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-02-10
1
-1
/
+8
|
\
|
|
*
Fix integer arithmetic miss-compilation (bug#53451)
Andrea Corallo
2022-02-09
1
-1
/
+8
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
* test/src/comp-tests.el: Rework last patch
Stefan Monnier
2021-11-27
1
-29
/
+28
*
|
* test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).
Stephen Gildea
2021-11-26
1
-10
/
+27
*
|
Prefer ert-with-temp-(directory|file) in most remaining tests
Stefan Kangas
2021-11-08
1
-23
/
+25
|
/
*
Fix two doc-related test failures
Lars Ingebrigtsen
2021-09-27
1
-2
/
+2
*
; Minor stylistic checkdoc fixes in test/**/*.el
Stefan Kangas
2021-09-26
1
-2
/
+2
*
Rename batch-byte-native-compile-for-bootstrap (bug#48743)
Andrea Corallo
2021-06-01
1
-1
/
+1
*
Rename comp-debug -> native-comp-debug
Andrea Corallo
2021-05-06
1
-1
/
+1
*
Rename comp-speed -> native-comp-speed
Andrea Corallo
2021-05-06
1
-4
/
+4
*
Rename feature `nativecomp' into `native-compile'
Andrea Corallo
2021-05-05
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2021-04-27
1
-4
/
+4
*
Make use of `ert-resource-file' `ert-resource-directory' in comp-tests
Andrea Corallo
2021-04-26
1
-14
/
+6
*
* Use `expand-file-name' in place of `concat' in comp-tests.el
Andrea Corallo
2021-04-26
1
-6
/
+8
*
Move native compiler test data into proper directory (bug#48031)
Andrea Corallo
2021-04-26
1
-2
/
+5
*
* test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).
Andrea Corallo
2021-04-26
1
-1
/
+1
*
Improve a native compiler test
Andrea Corallo
2021-04-22
1
-1
/
+6
*
Fix native compiler string hash consing strategy (bug#47868)
Andrea Corallo
2021-04-21
1
-0
/
+4
*
Fix some entry in `comp-known-type-specifiers' (bug#46847)
Andrea Corallo
2021-03-14
1
-1
/
+1
*
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr
Andrea Corallo
2021-03-06
1
-1
/
+8
*
Fix `=' propagation to handle -0.0 0.0 case
Andrea Corallo
2021-03-06
1
-8
/
+24
*
Don't call _setjmp through a function pointer (Bug#46824)
Pip Cet
2021-03-03
1
-1
/
+5
*
Fix = propagation semantic for constrained inputs
Andrea Corallo
2021-03-02
1
-1
/
+28
*
Fix `eql' `equal' propagation of non hash consed values (bug#46843)
Andrea Corallo
2021-03-01
1
-1
/
+15
*
Don't treat '=' as simple equality emitting constraints (bug#46812)
Andrea Corallo
2021-02-28
1
-6
/
+41
*
Migrate and rename a bunch of functions from comp.el to comp-cstr.el
Andrea Corallo
2021-02-28
1
-4
/
+4
*
Do not emit assumptions referencing clobbered mvars (bug#46670)
Andrea Corallo
2021-02-23
1
-0
/
+6
*
* Fix union constraint for mixed pos/neg constraints
Andrea Corallo
2021-02-22
1
-1
/
+1
*
Fix inverted logic in constraint comparison (bug#46540)
Andrea Corallo
2021-02-17
1
-1
/
+28
*
Fix bug#45603
Andrea Corallo
2021-01-06
1
-0
/
+5
[next]