summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Document batch-byte-compile directory behaviorLars Ingebrigtsen2019-08-011-1/+8
* Merge commit '9b480db6732c6d2e886838f112d9bd46fc8989bf'Stephen Leake2019-07-301-8/+9
|\
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Fix bug#34757Stefan Monnier2019-07-271-8/+9
* | Improve doc strings for some -search-path variablesStephen Leake2019-07-301-3/+4
|/
* Revert "Turn off bytecode jumptables to avoid Bug#36447"Stefan Monnier2019-07-091-2/+1
* Turn off bytecode jumptables to avoid Bug#36447Noam Postavsky2019-07-081-1/+2
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-9/+11
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-11/+9
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+2
* (with-suppressed-warnings): Make it apply to macro-expansion as wellStefan Monnier2019-06-191-20/+14
* Compile any subsequence of `cond' clauses to switch (bug#36139)Mattias Engdegård2019-06-191-180/+162
* Compile cond with heterogeneous tests into switch (bug#36139)Mattias Engdegård2019-06-191-12/+17
* Compile list member functions in cond to switch (bug#36139)Mattias Engdegård2019-06-191-27/+54
* Add check for enabled warning before issuingLars Ingebrigtsen2019-06-171-1/+2
* Tweak compilation mode used by byte-recompile-directoryGlenn Morris2019-06-161-3/+3
* Tweak how byte-compile-print-syms fillsGlenn Morris2019-06-161-1/+4
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-121-23/+59
* Don't keep warning about unescaped literals (Bug#36068)Noam Postavsky2019-06-101-2/+3
* Merge from origin/emacs-26Glenn Morris2019-06-071-1/+3
|\
| * Allow macros autoloaded as functions during bytecomp (Bug#36022)Noam Postavsky2019-06-011-1/+3
* | Merge from origin/emacs-26Glenn Morris2019-06-011-1/+1
|\|
| * Warn about wrong number of args for subrs (Bug#35767)Noam Postavsky2019-05-301-1/+1
* | Correctly eliminate duplicate cases in switch compilationMattias Engdegård2019-05-271-7/+6
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-8/+3
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-8/+1
* | * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-25/+10
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix tempfile creation when byte compilingPaul Eggert2018-11-151-11/+1
| * Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-161-9/+15
* | Accept 1-arg 'substring' calls in byte compilerPaul Pogonyshev2018-12-271-1/+1
* | Don't create *Compile-Log* due to byte-compile. Amend message to it.Alan Mackenzie2018-12-091-4/+2
* | * lisp/emacs-lisp/bytecomp.el: Don't load compile at runtime.Glenn Morris2018-11-281-1/+1
* | Make compilation mode work with warnings from compiled buffer functionsAlan Mackenzie2018-11-281-5/+27
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-16/+16
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-6/+6
* | 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