summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix handling of 'byte-compile-ignore-files' when nilJim Porter2023-08-051-1/+3
* Fix handling of ".elpaignore" file when compiling packagesJim Porter2023-08-011-6/+4
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): TypoStefan Monnier2022-11-181-1/+1
* Fix the behaviour of 'byte-compile-ignore-files'Philip Kaludercic2022-11-171-4/+3
* bytecomp.el (byte-recompile-directory): Fix negated ignore logicNicholas Vollmer2022-11-091-3/+3
* Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-301-9/+2
|\
| * (Ffunction): Make interpreted closures safe for spaceStefan Monnier2022-10-251-9/+2
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-181-29/+31
|\|
| * (byte-compile--first-symbol-with-pos): Fix bug#58601Stefan Monnier2022-10-181-21/+17
| * Avoid having the async compile log saying it's compiling loaddefsLars Ingebrigtsen2022-10-171-3/+9
| * cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-161-5/+5
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-081-18/+28
|\|
| * Clearer byte-compiler arity warnings (bug#58319)Mattias Engdegård2022-10-071-1/+3
| * Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
| |\
| | * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
| * | Accept more wide function signatures in docstringsStefan Kangas2022-09-161-1/+1
| * | Fix typo in byte-compile-lambda warningLars Ingebrigtsen2022-09-091-2/+2
| * | Fix warning about obsoleted generalized variablesLars Ingebrigtsen2022-08-251-0/+1
| * | Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+2
| * | Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-221-1/+0
| * | Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-211-0/+1
| * | Make it possible to mark generalized variables as obsoleteLars Ingebrigtsen2022-08-211-12/+18
* | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-181-13/+13
|\| |
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessaryAndrea Corallo2022-08-171-1/+1
| * | (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-141-12/+12
* | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-121-23/+11
|\| |
| * | ; * lisp/emacs-lisp/bytecomp.el: indentation fixMattias Engdegård2022-08-071-2/+2
| * | Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-071-12/+3
| * | bytecomp.el: Update comments referring to `make-docfile`Stefan Monnier2022-08-051-5/+5
| * | bytecomp.el: Further simplifications enabled by commit 59732a83c8875cStefan Monnier2022-08-051-3/+0
| * | Check for mis-quoted #' in doc strings during byte-compileLars Ingebrigtsen2022-08-031-1/+1
| * | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-2/+2
* | | Allow ignoring files during byte compilationPhilip Kaludercic2022-08-111-2/+14
|/ /
* | Handle the optional argument of 'narrow-to-region' in byte-compiled code.Gregory Heytings2022-07-301-2/+2
* | ; * lisp/emacs-lisp/bytecomp.el: comment cleanupMattias Engdegård2022-07-231-8/+2
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-9/+2
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* | Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-041-4/+2
* | Bytecode opcode comments updateMattias Engdegård2022-06-241-13/+14
* | Remove unused function in bytecomp.elMattias Engdegård2022-06-231-12/+0
* | Document and test 'no-byte-compile' behavior.Philipp Stephani2022-06-211-0/+3
* | Check defface doc stringsLars Ingebrigtsen2022-06-211-6/+6
* | Fix potential (goto-char nil) in byte-compile-warning-prefixAlan Mackenzie2022-06-201-2/+1
* | Add mechanism for gradually phasing in new byte compilation warningsLars Ingebrigtsen2022-06-191-8/+33
* | More aggressive bytecode split between top-level forms (bug#55972)Mattias Engdegård2022-06-181-5/+4
* | Simplify byte-compiler assuming cconv normalisationsMattias Engdegård2022-06-141-5/+2
* | Run cconv for dynbound code as wellMattias Engdegård2022-06-141-3/+1