index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
/
bytecomp-tests.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer incf to cl-incf in tests
Stefan Kangas
2025-02-23
1
-1
/
+1
*
Prefer plusp/minusp to cl-plusp/cl-minusp
Stefan Kangas
2025-02-17
1
-6
/
+6
*
Port dest-mountpoint test to suspicious bwrap
Paul Eggert
2025-01-31
1
-0
/
+6
*
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
; Fix thinko in my last change
Stefan Kangas
2024-10-02
1
-0
/
+3
*
Warn about bad defcustom :local keyword at compile time
Stefan Kangas
2024-10-02
1
-0
/
+8
*
; Reword :reverse-video warning
Mattias Engdegård
2024-09-29
1
-1
/
+1
*
Warn about :reverse-video in defface
Mattias Engdegård
2024-09-29
1
-0
/
+4
*
Warn about bad face specs in `defface` at compile time
Mattias Engdegård
2024-09-27
1
-0
/
+26
*
Better format string compilation warning
Mattias Engdegård
2024-04-22
1
-1
/
+1
*
Make lexical-binding cookie warning test more robust
Mattias Engdegård
2024-04-03
1
-6
/
+8
*
Repair miscompilation of single-arg `apply` (bug#69533)
Mattias Engdegård
2024-03-04
1
-0
/
+3
*
Grudgingly accept function values in the function position
Mattias Engdegård
2024-02-05
1
-0
/
+16
*
Use handler-bind to repair bytecomp-tests
Mattias Engdegård
2024-01-04
1
-12
/
+6
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
; Fix typos
Stefan Kangas
2023-12-10
1
-4
/
+4
*
|
Fix variable aliasing bytecode miscompilation (bug#67116)
Mattias Engdegård
2023-11-13
1
-0
/
+10
*
|
Fix bytecomp-tests--dest-mountpoint test failure
Mattias Engdegård
2023-11-04
1
-1
/
+2
*
|
Move lexical-binding warning from checkdoc to byte-compiler
Mattias Engdegård
2023-10-21
1
-4
/
+35
*
|
Warn about duplicated :tag strings in defcustom choices
Mattias Engdegård
2023-09-19
1
-1
/
+4
*
|
Expanded defcustom type byte-compilation warnings (bug#65852)
Mattias Engdegård
2023-09-17
1
-7
/
+45
*
|
Shorten docstrings generated by cl-defstruct
Damien Cassou
2023-09-13
1
-0
/
+17
*
|
Shorten docstrings generated by cl-defsubst
Damien Cassou
2023-09-13
1
-0
/
+11
*
|
bytecomp-tests.el: Add new helper function
Damien Cassou
2023-09-13
1
-2
/
+5
*
|
Add byte-compiler warning about useless trailing cond clauses
Mattias Engdegård
2023-09-09
1
-0
/
+9
*
|
Don't cache warnings between bytecode compilation tests
Mattias Engdegård
2023-09-09
1
-6
/
+11
*
|
Check keyword args of make-process
Helmut Eller
2023-08-08
1
-0
/
+16
*
|
; Fix bad bytecomp-tests cases
Mattias Engdegård
2023-08-08
1
-8
/
+10
*
|
Teach byte-compiler about Aristotelian identity
Mattias Engdegård
2023-08-08
1
-0
/
+3
*
|
Don't allow the `eq` and `unbind` byte-ops to commute (bug#65017)
Mattias Engdegård
2023-08-04
1
-0
/
+34
*
|
Fix broken byte-compilation of unary comparisons
Mattias Engdegård
2023-07-26
1
-0
/
+5
*
|
Provide backtrace for byte-ops aref and aset
Mattias Engdegård
2023-07-26
1
-0
/
+9
*
|
; bytecode backtrace test clean-up
Mattias Engdegård
2023-07-26
1
-11
/
+11
*
|
Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and elt
Mattias Engdegård
2023-07-14
1
-0
/
+58
*
|
Don't compile (+ X 0) as (* X 1)
Mattias Engdegård
2023-06-21
1
-0
/
+4
*
|
Clean up defcustom type quote check
Mattias Engdegård
2023-05-30
1
-4
/
+4
*
|
Use `mutate-constant` as warning identifier
Mattias Engdegård
2023-05-13
1
-5
/
+5
*
|
Byte-compiler warning about mutation of constant values
Mattias Engdegård
2023-05-13
1
-0
/
+30
*
|
Don't rewrite (nconc X nil) -> X for any X (bug#63103)
Mattias Engdegård
2023-04-27
1
-0
/
+10
*
|
Consolidate existing warnings about unused return values
Mattias Engdegård
2023-04-08
1
-2
/
+2
*
|
Warn about unwind-protect without unwind forms
Mattias Engdegård
2023-03-29
1
-0
/
+6
*
|
Repair and speed up safe-copy-tree and make it internal (bug#61962)
Mattias Engdegård
2023-03-12
1
-0
/
+28
*
|
Fix `cond` miscompilation bug
Mattias Engdegård
2023-03-02
1
-0
/
+9
*
|
Warn about `condition-case` without handlers
Mattias Engdegård
2023-02-27
1
-0
/
+6
*
|
(bytecomp-warn--ignore): New test
Stefan Monnier
2023-02-25
1
-2
/
+10
*
|
bytecomp--with-warning-test: Make it a function
Stefan Monnier
2023-02-25
1
-6
/
+7
*
|
Fix test errors when run with fancy charset (bug#61534)
Mattias Engdegård
2023-02-16
1
-1
/
+3
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
[next]