summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Restore call to byte-run-strip-symbol-positions in byte-compile-outAlan Mackenzie2022-03-061-0/+5
* Clean up byte-compile-arglist-warnMattias Engdegård2022-02-281-26/+25
* Amend byte-run-strip-symbol-positions so that an unexec build buildsAlan Mackenzie2022-02-241-2/+1
* Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-191-19/+9
* Fix bug with M-x compile-defun in a defconst/defvarAlan Mackenzie2022-02-021-9/+9
* (byte-compile-eval): Adjust to changes in `load-history`Stefan Monnier2022-01-311-18/+11
* Remove the unused unbind-all bytecodeMattias Engdegård2022-01-241-5/+1
* Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-241-6/+1
* Bind print-symbols-bare to t in byte-compile-from-bufferAlan Mackenzie2022-01-231-6/+7
* Don't use 'load-read-function' in byte-compile-from-bufferAlan Mackenzie2022-01-221-2/+5
* Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-221-286/+327
|\
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-221-172/+180
| |\
| * | Miscellaneous amendments to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-221-7/+11
| * | Remove the remnants of old position mechanism from scratch/correct-warning-posAlan Mackenzie2022-01-151-115/+21
| * | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-66/+50
| * | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-92/+16
| |\ \
| * | | Make symbols with positions work with native compilationAlan Mackenzie2021-12-301-260/+247
| * | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-7/+2
| * | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-153/+323
* | | | Use load-read-function in byte-compile-from-bufferLars Ingebrigtsen2022-01-221-1/+1
| |_|/ |/| |
* | | Suspend temp .elc production when native compiling till when necessaryAndrea Corallo2022-01-191-5/+10
* | | * Move some code in in `byte-write-target-file'.Andrea Corallo2022-01-191-32/+37
| |/ |/|
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-7/+7
* | | Add `macroexp--dynamic-variable-p`Mattias Engdegård2021-12-201-1/+1
* | | Remove incorrect byte-hunk-handler for `eval`Mattias Engdegård2021-12-181-9/+0
* | | Remove some unnecessary references to Emacs 22Stefan Kangas2021-12-071-2/+1
* | | Remove spurious space in byte-compiler warningStefan Kangas2021-12-061-2/+2
* | | Autoload byte-compile-warning-enabled-pLars Ingebrigtsen2021-12-011-0/+1
* | | Use compiler macros for the key syntax checksMattias Engdegård2021-11-281-63/+0
| |/ |/|
* | ; Further minor simplification of rx form in bytecomp.elStefan Kangas2021-11-221-2/+2
* | ; Fix typoStefan Kangas2021-11-221-1/+1
* | ; Very minor simplification in bytecomp.elStefan Kangas2021-11-221-1/+1
* | Avoid false positives about wide docstrings for key sequencesStefan Kangas2021-11-221-1/+6
* | Change the call signature to keymap-substituteLars Ingebrigtsen2021-11-171-1/+1
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-0/+65
* | Allow inhibiting `not-unused' warningsLars Ingebrigtsen2021-10-131-1/+2
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-3/+3
* Warn about overly long docstring in lambdaStefan Kangas2021-09-261-14/+8
* Avoid false positives in bytecomp docstring width warningStefan Kangas2021-09-261-2/+10
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-251-0/+2
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-3/+3
* Improve doc strings of a recent commitEli Zaretskii2021-09-181-1/+1
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-2/+2
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-4/+4
* Add support for GCC compiler command-line optionsArthur Miller2021-09-101-0/+3
* More robust optimisation of `ignore`Mattias Engdegård2021-09-061-0/+6
* Improve byte-compile-warnings doc stringLars Ingebrigtsen2021-08-231-2/+3
* Single source optimiser entry pointMattias Engdegård2021-07-301-3/+3