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
*
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
*
|
Consistent empty-body warning messages for let and let*
Mattias Engdegård
2022-12-29
1
-2
/
+2
*
|
Add empty-body warning for when, unless etc
Mattias Engdegård
2022-12-29
1
-1
/
+44
*
|
Warn about `condition-case' with quoted condition names
Mattias Engdegård
2022-12-29
1
-0
/
+5
*
|
Warn about `ignore-error` with quoted condition argument
Mattias Engdegård
2022-12-29
1
-0
/
+5
*
|
Fix condition-case empty success handler misinterpretation
Mattias Engdegård
2022-12-24
1
-0
/
+5
*
|
Fix condition-case body for-effect miscompilation
Mattias Engdegård
2022-12-24
1
-0
/
+48
*
|
Warn about lambda expressions in comparisons
Mattias Engdegård
2022-12-18
1
-6
/
+14
*
|
Warn about unmatchable constant args to `eq`, `memq` etc
Mattias Engdegård
2022-12-14
1
-3
/
+51
|
/
*
Don't rewrite `set` to `setq` of lexical variables
Mattias Engdegård
2022-09-22
1
-3
/
+12
*
Accept more wide function signatures in docstrings
Stefan Kangas
2022-09-16
1
-0
/
+4
*
Fix "warn-lambda-malformed-interactive-spec.el" even more
Lars Ingebrigtsen
2022-09-09
1
-1
/
+1
*
Update a bytecomp test
Lars Ingebrigtsen
2022-09-09
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-4
/
+4
|
\
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
1
-4
/
+4
|
*
Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"
Mattias Engdegård
2022-01-12
1
-43
/
+0
|
*
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2022-01-12
1
-0
/
+43
*
|
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-21
1
-0
/
+7
*
|
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-06-17
1
-0
/
+63
*
|
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-1
/
+7
*
|
Preserve doc string in `byte-compile` (bug#55830)
Mattias Engdegård
2022-06-08
1
-0
/
+21
*
|
Test warning suppressions with lexical binding
Mattias Engdegård
2022-06-06
1
-6
/
+14
*
|
Fix bytecomp-test--with-suppressed-warnings test
Lars Ingebrigtsen
2022-05-22
1
-1
/
+1
*
|
Warn about quoted symbols in defcustom choice/other forms
Lars Ingebrigtsen
2022-05-11
1
-0
/
+6
*
|
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
*
|
Constant-propagate access to captured variables
Mattias Engdegård
2021-12-11
1
-0
/
+6
*
|
Remove spurious space in byte-compiler warning
Stefan Kangas
2021-12-06
1
-1
/
+1
*
|
Assume unfilled byte-compiler warnings in tests
Stefan Kangas
2021-12-06
1
-2
/
+1
*
|
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2021-12-01
1
-0
/
+43
*
|
Avoid false positives about wide docstrings for key sequences
Stefan Kangas
2021-11-22
1
-0
/
+4
*
|
Delete temp directory after bytecomp test
Lars Ingebrigtsen
2021-11-09
1
-29
/
+37
*
|
Prefer ert-with-temp-(directory|file) in most remaining tests
Stefan Kangas
2021-11-08
1
-84
/
+68
*
|
Prefer ert-with-temp-(directory|file)
Stefan Kangas
2021-11-07
1
-2
/
+1
*
|
Optimise (cond) => nil at source level
Mattias Engdegård
2021-11-02
1
-0
/
+3
|
/
*
; * test/lisp/emacs-lisp/bytecomp-tests.el: remove ineffective \
Mattias Engdegård
2021-09-30
1
-1
/
+1
[next]