index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
/
bytecomp-resources
Age
Commit message (
Expand
)
Author
2025-10-11
Merge from origin/emacs-30
Eli Zaretskii
2025-07-13
Preserve source position of macro calls in macro expansions
Alan Mackenzie
2024-03-07
Single string literal in body is return value only, not doc string
Mattias Engdegård
2023-10-21
Move lexical-binding warning from checkdoc to byte-compiler
Mattias Engdegård
2023-08-08
Check keyword args of make-process
Helmut Eller
2022-09-22
Don't rewrite `set` to `setq` of lexical variables
Mattias Engdegård
2022-09-16
Accept more wide function signatures in docstrings
Stefan Kangas
2022-06-21
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-17
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-06-14
Normalise setq during macro-expansion
Mattias Engdegård
2021-11-22
Avoid false positives about wide docstrings for key sequences
Stefan Kangas
2021-07-23
Warn about arity errors in inlining calls (bug#12299)
Mattias Engdegård
2021-05-27
Don't propagate lexical variables into inlined functions
Mattias Engdegård
2021-01-21
Fix spurious "Lexical argument shadows the dynamic variable" due to inlining
Stefan Monnier
2021-01-06
Fix obsolete variable warnings about class names
Michael Heerdegen
2020-12-28
Make byte-compiler warn about wide docstrings
Stefan Kangas
2020-12-03
Add tests for several byte-compiler warnings
Stefan Kangas
2020-12-01
Fix byte-compiler warning for failed uses of lexical vars
Stefan Kangas
2020-12-01
Add tests for some byte-compiler warnings
Stefan Kangas
2020-11-30
Test byte-compiler free variable warning
Stefan Kangas