summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAge
* Better compilation of arguments to `ignore`Mattias Engdegård2023-04-12
* Extend ignored-return-value warning to more functions (bug#61730)Mattias Engdegård2023-04-09
* Consolidate existing warnings about unused return valuesMattias Engdegård2023-04-08
* Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-12
* safe-copy-tree. Correct mistakes from earlier patch.Alan Mackenzie2023-03-07
* eval-and-compile: Strip symbol positions for eval but not for compile.Alan Mackenzie2023-03-07
* Fix `cond` miscompilation bugMattias Engdegård2023-03-02
* More accurate suppression of ignored return value warningMattias Engdegård2023-02-24
* Remove stray quotesMattias Engdegård2023-02-21
* Follow aliases for `interactive-only` declarationsMattias Engdegård2023-02-21
* Make the byte compiler give correct warning positions in eval-and-compileAlan Mackenzie2023-02-17
* Better commutative binary numerical op codegenMattias Engdegård2023-01-29
* Better compilation of n-ary comparisonsMattias Engdegård2023-01-29
* Improved docstring single quote warningMattias Engdegård2023-01-18
* * lisp/emacs-lisp/bytecomp.el (format-message): Warn on bad arity.Mattias Engdegård2023-01-16
* Styled quotes in compiler warningsMattias Engdegård2023-01-03
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Correct suppression of suspicious eq type warningMattias Engdegård2022-12-30
* | Add empty-body warning for when, unless etcMattias Engdegård2022-12-29
* | Warn about `condition-case' with quoted condition namesMattias Engdegård2022-12-29
* | Warn about lambda expressions in comparisonsMattias Engdegård2022-12-18
* | Warn about unmatchable constant args to `eq`, `memq` etcMattias Engdegård2022-12-14
|/
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): TypoStefan Monnier2022-11-18
* Fix the behaviour of 'byte-compile-ignore-files'Philip Kaludercic2022-11-17
* bytecomp.el (byte-recompile-directory): Fix negated ignore logicNicholas Vollmer2022-11-09
* Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-30
|\
| * (Ffunction): Make interpreted closures safe for spaceStefan Monnier2022-10-25
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-18
|\|
| * (byte-compile--first-symbol-with-pos): Fix bug#58601Stefan Monnier2022-10-18
| * Avoid having the async compile log saying it's compiling loaddefsLars Ingebrigtsen2022-10-17
| * cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-16
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-08
|\|
| * Clearer byte-compiler arity warnings (bug#58319)Mattias Engdegård2022-10-07
| * Merge from origin/emacs-28Stefan Kangas2022-09-21
| |\
| | * ; Fix typos in Lisp symbolsStefan Kangas2022-09-20
| * | Accept more wide function signatures in docstringsStefan Kangas2022-09-16
| * | Fix typo in byte-compile-lambda warningLars Ingebrigtsen2022-09-09
| * | Fix warning about obsoleted generalized variablesLars Ingebrigtsen2022-08-25
| * | Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
| * | Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-22
| * | Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-21
| * | Make it possible to mark generalized variables as obsoleteLars Ingebrigtsen2022-08-21
* | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-18
|\| |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessaryAndrea Corallo2022-08-17
| * | (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-14
* | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-12
|\| |
| * | ; * lisp/emacs-lisp/bytecomp.el: indentation fixMattias Engdegård2022-08-07
| * | Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-07
| * | bytecomp.el: Update comments referring to `make-docfile`Stefan Monnier2022-08-05