summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources
Commit message (Expand)AuthorAgeFilesLines
* Don't rewrite `set` to `setq` of lexical variablesMattias Engdegård2022-09-221-3/+0
* Accept more wide function signatures in docstringsStefan Kangas2022-09-161-0/+4
* Document and test 'no-byte-compile' behavior.Philipp Stephani2022-06-211-0/+1
* Warn about misplaced or duplicated function/macro declarationsMattias Engdegård2022-06-171-0/+266
* Normalise setq during macro-expansionMattias Engdegård2022-06-142-0/+6
* Avoid false positives about wide docstrings for key sequencesStefan Kangas2021-11-221-0/+17
* Warn about arity errors in inlining calls (bug#12299)Mattias Engdegård2021-07-231-0/+5
* Don't propagate lexical variables into inlined functionsMattias Engdegård2021-05-272-0/+15
* Fix spurious "Lexical argument shadows the dynamic variable" due to inliningStefan Monnier2021-01-212-0/+23
* Fix obsolete variable warnings about class namesMichael Heerdegen2021-01-061-0/+7
* Make byte-compiler warn about wide docstringsStefan Kangas2020-12-2815-0/+67
* Add tests for several byte-compiler warningsStefan Kangas2020-12-0316-0/+52
* Fix byte-compiler warning for failed uses of lexical varsStefan Kangas2020-12-016-0/+21
* Add tests for some byte-compiler warningsStefan Kangas2020-12-015-0/+31
* Test byte-compiler free variable warningStefan Kangas2020-11-302-0/+6