summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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