summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources
AgeCommit message (Expand)Author
2025-10-11Merge from origin/emacs-30Eli Zaretskii
2025-07-13Preserve source position of macro calls in macro expansionsAlan Mackenzie
2024-03-07Single string literal in body is return value only, not doc stringMattias Engdegård
2023-10-21Move lexical-binding warning from checkdoc to byte-compilerMattias Engdegård
2023-08-08Check keyword args of make-processHelmut Eller
2022-09-22Don't rewrite `set` to `setq` of lexical variablesMattias Engdegård
2022-09-16Accept more wide function signatures in docstringsStefan Kangas
2022-06-21Document and test 'no-byte-compile' behavior.Philipp Stephani
2022-06-17Warn about misplaced or duplicated function/macro declarationsMattias Engdegård
2022-06-14Normalise setq during macro-expansionMattias Engdegård
2021-11-22Avoid false positives about wide docstrings for key sequencesStefan Kangas
2021-07-23Warn about arity errors in inlining calls (bug#12299)Mattias Engdegård
2021-05-27Don't propagate lexical variables into inlined functionsMattias Engdegård
2021-01-21Fix spurious "Lexical argument shadows the dynamic variable" due to inliningStefan Monnier
2021-01-06Fix obsolete variable warnings about class namesMichael Heerdegen
2020-12-28Make byte-compiler warn about wide docstringsStefan Kangas
2020-12-03Add tests for several byte-compiler warningsStefan Kangas
2020-12-01Fix byte-compiler warning for failed uses of lexical varsStefan Kangas
2020-12-01Add tests for some byte-compiler warningsStefan Kangas
2020-11-30Test byte-compiler free variable warningStefan Kangas