summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer incf to cl-incf in testsStefan Kangas2025-02-231-1/+1
* Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas2025-02-171-6/+6
* Port dest-mountpoint test to suspicious bwrapPaul Eggert2025-01-311-0/+6
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Fix thinko in my last changeStefan Kangas2024-10-021-0/+3
* Warn about bad defcustom :local keyword at compile timeStefan Kangas2024-10-021-0/+8
* ; Reword :reverse-video warningMattias Engdegård2024-09-291-1/+1
* Warn about :reverse-video in deffaceMattias Engdegård2024-09-291-0/+4
* Warn about bad face specs in `defface` at compile timeMattias Engdegård2024-09-271-0/+26
* Better format string compilation warningMattias Engdegård2024-04-221-1/+1
* Make lexical-binding cookie warning test more robustMattias Engdegård2024-04-031-6/+8
* Repair miscompilation of single-arg `apply` (bug#69533)Mattias Engdegård2024-03-041-0/+3
* Grudgingly accept function values in the function positionMattias Engdegård2024-02-051-0/+16
* Use handler-bind to repair bytecomp-testsMattias Engdegård2024-01-041-12/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-4/+4
* | Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård2023-11-131-0/+10
* | Fix bytecomp-tests--dest-mountpoint test failureMattias Engdegård2023-11-041-1/+2
* | Move lexical-binding warning from checkdoc to byte-compilerMattias Engdegård2023-10-211-4/+35
* | Warn about duplicated :tag strings in defcustom choicesMattias Engdegård2023-09-191-1/+4
* | Expanded defcustom type byte-compilation warnings (bug#65852)Mattias Engdegård2023-09-171-7/+45
* | Shorten docstrings generated by cl-defstructDamien Cassou2023-09-131-0/+17
* | Shorten docstrings generated by cl-defsubstDamien Cassou2023-09-131-0/+11
* | bytecomp-tests.el: Add new helper functionDamien Cassou2023-09-131-2/+5
* | Add byte-compiler warning about useless trailing cond clausesMattias Engdegård2023-09-091-0/+9
* | Don't cache warnings between bytecode compilation testsMattias Engdegård2023-09-091-6/+11
* | Check keyword args of make-processHelmut Eller2023-08-081-0/+16
* | ; Fix bad bytecomp-tests casesMattias Engdegård2023-08-081-8/+10
* | Teach byte-compiler about Aristotelian identityMattias Engdegård2023-08-081-0/+3
* | Don't allow the `eq` and `unbind` byte-ops to commute (bug#65017)Mattias Engdegård2023-08-041-0/+34
* | Fix broken byte-compilation of unary comparisonsMattias Engdegård2023-07-261-0/+5
* | Provide backtrace for byte-ops aref and asetMattias Engdegård2023-07-261-0/+9
* | ; bytecode backtrace test clean-upMattias Engdegård2023-07-261-11/+11
* | Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård2023-07-141-0/+58
* | Don't compile (+ X 0) as (* X 1)Mattias Engdegård2023-06-211-0/+4
* | Clean up defcustom type quote checkMattias Engdegård2023-05-301-4/+4
* | Use `mutate-constant` as warning identifierMattias Engdegård2023-05-131-5/+5
* | Byte-compiler warning about mutation of constant valuesMattias Engdegård2023-05-131-0/+30
* | Don't rewrite (nconc X nil) -> X for any X (bug#63103)Mattias Engdegård2023-04-271-0/+10
* | Consolidate existing warnings about unused return valuesMattias Engdegård2023-04-081-2/+2
* | Warn about unwind-protect without unwind formsMattias Engdegård2023-03-291-0/+6
* | Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-121-0/+28
* | Fix `cond` miscompilation bugMattias Engdegård2023-03-021-0/+9
* | Warn about `condition-case` without handlersMattias Engdegård2023-02-271-0/+6
* | (bytecomp-warn--ignore): New testStefan Monnier2023-02-251-2/+10
* | bytecomp--with-warning-test: Make it a functionStefan Monnier2023-02-251-6/+7
* | Fix test errors when run with fancy charset (bug#61534)Mattias Engdegård2023-02-161-1/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1