summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAge
...
| * | bytecomp.el: Further simplifications enabled by commit 59732a83c8875cStefan Monnier2022-08-05
| * | Check for mis-quoted #' in doc strings during byte-compileLars Ingebrigtsen2022-08-03
| * | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-01
* | | Allow ignoring files during byte compilationPhilip Kaludercic2022-08-11
|/ /
* | Handle the optional argument of 'narrow-to-region' in byte-compiled code.Gregory Heytings2022-07-30
* | ; * lisp/emacs-lisp/bytecomp.el: comment cleanupMattias Engdegård2022-07-23
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-14
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* | Make some defcustom types more restrictiveStefan Kangas2022-07-05
* | Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-04
* | Bytecode opcode comments updateMattias Engdegård2022-06-24
* | Remove unused function in bytecomp.elMattias Engdegård2022-06-23
* | Document and test 'no-byte-compile' behavior.Philipp Stephani2022-06-21
* | Check defface doc stringsLars Ingebrigtsen2022-06-21
* | Fix potential (goto-char nil) in byte-compile-warning-prefixAlan Mackenzie2022-06-20
* | Add mechanism for gradually phasing in new byte compilation warningsLars Ingebrigtsen2022-06-19
* | More aggressive bytecode split between top-level forms (bug#55972)Mattias Engdegård2022-06-18
* | Simplify byte-compiler assuming cconv normalisationsMattias Engdegård2022-06-14
* | Run cconv for dynbound code as wellMattias Engdegård2022-06-14
* | Normalise setq during macro-expansionMattias Engdegård2022-06-14
* | Preserve doc string in `byte-compile` (bug#55830)Mattias Engdegård2022-06-08
* | Don't issue warnings for Unicode quotes for nowLars Ingebrigtsen2022-06-03
* | Traverse record literals in byte-compile--first-symbol-with-posMattias Engdegård2022-05-29
* | eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)Stefan Monnier2022-05-26
* | Faster and less recursive byte-compile--first-symbol-with-posMattias Engdegård2022-05-26
* | Make byte compilation warn about wrong quoting in doc stringsLars Ingebrigtsen2022-05-24
* | Fix previous warning suppression changeLars Ingebrigtsen2022-05-22
* | Allow suppressing messages about the wrong number of argumentsLars Ingebrigtsen2022-05-22
* | Fix M-x compile-defun when an interactive form is (list ...)Alan Mackenzie2022-05-18
* | (byte-compile-eval): Avoid some false positive "noruntime" warningsStefan Monnier2022-05-11
* | Warn about quoted symbols in defcustom choice/other formsLars Ingebrigtsen2022-05-11
* | Use `advice--cd*r` where applicableStefan Monnier2022-04-26
* | Byte compiler: Prevent special forms' symbols being replaced by bare symbolsAlan Mackenzie2022-04-22
* | Byte compiler: correct output warning message positions (part 2)Alan Mackenzie2022-04-22
* | Byte compiler: correct output warning message positionsAlan Mackenzie2022-04-18
* | Byte compiler: remove symbol positions from byte-switch tablesAlan Mackenzie2022-04-18
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Minor optimizationStefan Monnier2022-03-18
* | Strip positions from symbols before the eval in eval-{when,and}-compile.Alan Mackenzie2022-03-16
* | Restore call to byte-run-strip-symbol-positions in byte-compile-outAlan Mackenzie2022-03-06
* | Clean up byte-compile-arglist-warnMattias Engdegård2022-02-28
* | Amend byte-run-strip-symbol-positions so that an unexec build buildsAlan Mackenzie2022-02-24
* | Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-19
* | Fix bug with M-x compile-defun in a defconst/defvarAlan Mackenzie2022-02-02
* | (byte-compile-eval): Adjust to changes in `load-history`Stefan Monnier2022-01-31
* | Remove the unused unbind-all bytecodeMattias Engdegård2022-01-24
* | Expunge read-with-symbol-position and read-symbol-positions-listAlan Mackenzie2022-01-24
* | Bind print-symbols-bare to t in byte-compile-from-bufferAlan Mackenzie2022-01-23
* | Don't use 'load-read-function' in byte-compile-from-bufferAlan Mackenzie2022-01-22
* | Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-22
|\ \
| * \ Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-22
| |\ \