summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete commentTom Tromey2018-08-131-1/+0
* Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-161-9/+15
* Tweak recent bytecomp defvaralias changeGlenn Morris2018-04-201-2/+3
* * lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar-function):Stefan Monnier2018-04-201-0/+9
* Merge from origin/emacs-26Glenn Morris2018-03-281-2/+2
|\
| * * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.Glenn Morris2018-03-261-2/+2
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-7/+4
* | Try and fix the more obvious sources of bug#30635Stefan Monnier2018-03-221-12/+6
* | Make compiler warn about use of obsolete hooksGlenn Morris2018-03-121-0/+5
* | Let warning about (:foo) be suppressible (Bug#30499)Noam Postavsky2018-03-101-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-02-161-0/+5
|\ \ | |/
| * Make 'byte-compile-error-on-warn' a safe file variableRobert Cochran2018-02-161-0/+5
* | Fix tempfile creation when byte compilingPaul Eggert2018-01-201-11/+1
* | Merge from origin/emacs-26Glenn Morris2018-01-201-1/+11
|\ \ | |/
| * Revert "Fix tempfile creation when byte compiling"Eli Zaretskii2018-01-201-1/+11
| * Fix tempfile creation when byte compilingPaul Eggert2018-01-191-11/+1
| * * lisp/emacs-lisp/bytecomp.el: Tweak last changeStefan Monnier2018-01-191-7/+7
| * Unbreak building Emacs on FreeBSDEli Zaretskii2018-01-191-1/+11
* | Revert "Fix command repetition with lexical-binding (Bug#29334)"Noam Postavsky2018-01-061-1/+6
* | Fix command repetition with lexical-binding (Bug#29334)Noam Postavsky2018-01-031-5/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-201-1/+1
|\ \ | |/
| * ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-0/+1
|\ \ | |/
| * Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* | Automatically evaluate top-level define-obsolete-function-alias etcGlenn Morris2017-12-151-0/+6
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-091-7/+1
|/
* Fix byte compilation of files with leading directoriesEli Zaretskii2017-12-021-1/+2
* ; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting in previous.Glenn Morris2017-11-291-1/+3
* Restore obsolete method of changing byte-compile-dest-fileGlenn Morris2017-11-291-0/+5
* ; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):Glenn Morris2017-11-271-1/+1
* A few small doc fixes for bytecomp.elGlenn Morris2017-11-271-4/+11
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-031-0/+22
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Support lazy loading for autogenerated usage docstrings too (Bug#27748)Noam Postavsky2017-08-301-1/+1
* Minor simplification for byte-compile-constant-pushNoam Postavsky2017-08-291-5/+4
* Fix over-protection of byte-compiled filesPaul Eggert2017-08-261-0/+5
* Stop printing '4' in .elc files after 'define-symbol-prop' callsNoam Postavsky2017-08-191-1/+2
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+29
* Fix a couple of make-temp-file racesPaul Eggert2017-08-051-19/+21
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-28/+15
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-3/+8
* Don't attempt to recover from undefined behavior in some casesPhilipp Stephani2017-05-271-0/+8
* Don't save unrelated buffers before recompiling directory (Bug#25964)Andreas Politz2017-05-201-1/+6
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-2/+2
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+1
* Remove obsolete method of changing byte-compile-dest-fileGlenn Morris2017-05-061-14/+9
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+7
* b-c--cond-jump-table-info: Use correct body for singleton clausesVibhav Pant2017-04-221-2/+2