| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning about obsoleted generalized variables | Lars Ingebrigtsen | 2022-08-25 | 1 | -0/+1 |
* | Make point-at-eol and point-at-bol obsolete | Stefan Kangas | 2022-08-23 | 1 | -1/+2 |
* | Revert "Make the generalized buffer-local-variable obsolete" | Lars Ingebrigtsen | 2022-08-22 | 1 | -1/+0 |
* | Make the generalized buffer-local-variable obsolete | Lars Ingebrigtsen | 2022-08-21 | 1 | -0/+1 |
* | Make it possible to mark generalized variables as obsolete | Lars Ingebrigtsen | 2022-08-21 | 1 | -12/+18 |
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessary | Andrea Corallo | 2022-08-17 | 1 | -1/+1 |
* | (compiled-function-p): New function (bug#56648) | Stefan Monnier | 2022-08-14 | 1 | -12/+12 |
* | ; * lisp/emacs-lisp/bytecomp.el: indentation fix | Mattias Engdegård | 2022-08-07 | 1 | -2/+2 |
* | Cease emitting negative file offsets for user variables | Mattias Engdegård | 2022-08-07 | 1 | -12/+3 |
* | bytecomp.el: Update comments referring to `make-docfile` | Stefan Monnier | 2022-08-05 | 1 | -5/+5 |
* | bytecomp.el: Further simplifications enabled by commit 59732a83c8875c | Stefan Monnier | 2022-08-05 | 1 | -3/+0 |
* | Check for mis-quoted #' in doc strings during byte-compile | Lars Ingebrigtsen | 2022-08-03 | 1 | -1/+1 |
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'. | Gregory Heytings | 2022-08-01 | 1 | -2/+2 |
* | Handle the optional argument of 'narrow-to-region' in byte-compiled code. | Gregory Heytings | 2022-07-30 | 1 | -2/+2 |
* | ; * lisp/emacs-lisp/bytecomp.el: comment cleanup | Mattias Engdegård | 2022-07-23 | 1 | -8/+2 |
* | ; Fix typos: prefer American spelling | Stefan Kangas | 2022-07-14 | 1 | -1/+1 |
* | Remove many items obsolete since 24.1 | Stefan Kangas | 2022-07-08 | 1 | -9/+2 |
* | Make some defcustom types more restrictive | Stefan Kangas | 2022-07-05 | 1 | -2/+2 |
* | Prefer defvar-keymap in emacs-lisp/*.el | Stefan Kangas | 2022-07-04 | 1 | -4/+2 |
* | Bytecode opcode comments update | Mattias Engdegård | 2022-06-24 | 1 | -13/+14 |
* | Remove unused function in bytecomp.el | Mattias Engdegård | 2022-06-23 | 1 | -12/+0 |
* | Document and test 'no-byte-compile' behavior. | Philipp Stephani | 2022-06-21 | 1 | -0/+3 |
* | Check defface doc strings | Lars Ingebrigtsen | 2022-06-21 | 1 | -6/+6 |
* | Fix potential (goto-char nil) in byte-compile-warning-prefix | Alan Mackenzie | 2022-06-20 | 1 | -2/+1 |
* | Add mechanism for gradually phasing in new byte compilation warnings | Lars Ingebrigtsen | 2022-06-19 | 1 | -8/+33 |
* | More aggressive bytecode split between top-level forms (bug#55972) | Mattias Engdegård | 2022-06-18 | 1 | -5/+4 |
* | Simplify byte-compiler assuming cconv normalisations | Mattias Engdegård | 2022-06-14 | 1 | -5/+2 |
* | Run cconv for dynbound code as well | Mattias Engdegård | 2022-06-14 | 1 | -3/+1 |
* | Normalise setq during macro-expansion | Mattias Engdegård | 2022-06-14 | 1 | -19/+7 |
* | Preserve doc string in `byte-compile` (bug#55830) | Mattias Engdegård | 2022-06-08 | 1 | -0/+1 |
* | Don't issue warnings for Unicode quotes for now | Lars Ingebrigtsen | 2022-06-03 | 1 | -6/+0 |
* | Traverse record literals in byte-compile--first-symbol-with-pos | Mattias Engdegård | 2022-05-29 | 1 | -1/+1 |
* | eval.c: New functions `defvar-1` and `defconst-1` (bug#55156) | Stefan Monnier | 2022-05-26 | 1 | -13/+10 |
* | Faster and less recursive byte-compile--first-symbol-with-pos | Mattias Engdegård | 2022-05-26 | 1 | -31/+26 |
* | Make byte compilation warn about wrong quoting in doc strings | Lars Ingebrigtsen | 2022-05-24 | 1 | -15/+32 |
* | Fix previous warning suppression change | Lars Ingebrigtsen | 2022-05-22 | 1 | -2/+2 |
* | Allow suppressing messages about the wrong number of arguments | Lars Ingebrigtsen | 2022-05-22 | 1 | -15/+17 |
* | Fix M-x compile-defun when an interactive form is (list ...) | Alan Mackenzie | 2022-05-18 | 1 | -9/+21 |
* | (byte-compile-eval): Avoid some false positive "noruntime" warnings | Stefan Monnier | 2022-05-11 | 1 | -2/+8 |
* | Warn about quoted symbols in defcustom choice/other forms | Lars Ingebrigtsen | 2022-05-11 | 1 | -4/+28 |
* | Use `advice--cd*r` where applicable | Stefan Monnier | 2022-04-26 | 1 | -1/+1 |
* | Byte compiler: Prevent special forms' symbols being replaced by bare symbols | Alan Mackenzie | 2022-04-22 | 1 | -2/+2 |
* | Byte compiler: correct output warning message positions (part 2) | Alan Mackenzie | 2022-04-22 | 1 | -2/+2 |
* | Byte compiler: correct output warning message positions | Alan Mackenzie | 2022-04-18 | 1 | -7/+7 |
* | Byte compiler: remove symbol positions from byte-switch tables | Alan Mackenzie | 2022-04-18 | 1 | -7/+16 |
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Minor optimization | Stefan Monnier | 2022-03-18 | 1 | -2/+2 |
* | Strip positions from symbols before the eval in eval-{when,and}-compile. | Alan Mackenzie | 2022-03-16 | 1 | -4/+6 |
* | Restore call to byte-run-strip-symbol-positions in byte-compile-out | Alan Mackenzie | 2022-03-06 | 1 | -0/+5 |
* | Clean up byte-compile-arglist-warn | Mattias Engdegård | 2022-02-28 | 1 | -26/+25 |
* | Amend byte-run-strip-symbol-positions so that an unexec build builds | Alan Mackenzie | 2022-02-24 | 1 | -2/+1 |