summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-09-12; even less test log spam from loadMattias Engdegård
2025-09-10Make bytecomp-tests cease warn and error to stdoutMattias Engdegård
2025-07-13Preserve source position of macro calls in macro expansionsAlan Mackenzie
2025-06-21Fix byte-compilation of defalias with a constant macro cons pairZach Shaftel
2025-06-17Fix function arity check for noncompiled callees (bug#78685)Mattias Engdegård
2025-06-09Revert "Fix function arity check for noncompiled callees (bug#78685)"Mattias Engdegård
2025-06-05Fix function arity check for noncompiled callees (bug#78685)Mattias Engdegård
2025-02-23Prefer incf to cl-incf in testsStefan Kangas
2025-02-17Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas
2025-01-31Port dest-mountpoint test to suspicious bwrapPaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-02; Fix thinko in my last changeStefan Kangas
2024-10-02Warn about bad defcustom :local keyword at compile timeStefan Kangas
2024-09-29; Reword :reverse-video warningMattias Engdegård
2024-09-29Warn about :reverse-video in deffaceMattias Engdegård
2024-09-27Warn about bad face specs in `defface` at compile timeMattias Engdegård
2024-04-22Better format string compilation warningMattias Engdegård
2024-04-03Make lexical-binding cookie warning test more robustMattias Engdegård
2024-03-04Repair miscompilation of single-arg `apply` (bug#69533)Mattias Engdegård
2024-02-05Grudgingly accept function values in the function positionMattias Engdegård
2024-01-04Use handler-bind to repair bytecomp-testsMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-11-13Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård
2023-11-04Fix bytecomp-tests--dest-mountpoint test failureMattias Engdegård
2023-10-21Move lexical-binding warning from checkdoc to byte-compilerMattias Engdegård
2023-09-19Warn about duplicated :tag strings in defcustom choicesMattias Engdegård
2023-09-17Expanded defcustom type byte-compilation warnings (bug#65852)Mattias Engdegård
2023-09-13Shorten docstrings generated by cl-defstructDamien Cassou
2023-09-13Shorten docstrings generated by cl-defsubstDamien Cassou
2023-09-13bytecomp-tests.el: Add new helper functionDamien Cassou
2023-09-09Add byte-compiler warning about useless trailing cond clausesMattias Engdegård
2023-09-09Don't cache warnings between bytecode compilation testsMattias Engdegård
2023-08-08Check keyword args of make-processHelmut Eller
2023-08-08; Fix bad bytecomp-tests casesMattias Engdegård
2023-08-08Teach byte-compiler about Aristotelian identityMattias Engdegård
2023-08-04Don't allow the `eq` and `unbind` byte-ops to commute (bug#65017)Mattias Engdegård
2023-07-26Fix broken byte-compilation of unary comparisonsMattias Engdegård
2023-07-26Provide backtrace for byte-ops aref and asetMattias Engdegård
2023-07-26; bytecode backtrace test clean-upMattias Engdegård
2023-07-14Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård
2023-06-21Don't compile (+ X 0) as (* X 1)Mattias Engdegård
2023-05-30Clean up defcustom type quote checkMattias Engdegård
2023-05-13Use `mutate-constant` as warning identifierMattias Engdegård
2023-05-13Byte-compiler warning about mutation of constant valuesMattias Engdegård
2023-04-27Don't rewrite (nconc X nil) -> X for any X (bug#63103)Mattias Engdegård
2023-04-08Consolidate existing warnings about unused return valuesMattias Engdegård