summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Prevent dubious argument listsPhilipp Stephani2016-11-181-2/+5
* New error file-missingPaul Eggert2016-10-211-6/+7
* Improve accuracy of line/column numbers in byte compiler's warning messages.Alan Mackenzie2016-09-171-22/+26
* Stop calling ‘byte-compile-log-warning’Philipp Stephani2016-09-111-19/+20
* Fix byte-compile of interactive closuresNoam Postavsky2016-08-061-2/+8
* Don’t document declare-function internalsPaul Eggert2016-05-271-0/+2
* Fix byte-compiler pacification for declare-functionPaul Eggert2016-05-261-6/+5
* Pacify byte-compiler for byte-compile-macroexpand-declare-functionPaul Eggert2016-05-181-5/+6
* Merge from origin/emacs-25John Wiegley2016-02-031-3/+5
|\
| * Quoting fixes in doc strings and diagnosticsPaul Eggert2016-02-031-3/+5
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):Glenn Morris2016-01-281-24/+26
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* Byte compiler: Catch missing argument to `funcall'. Fixes bug#22051.Alan Mackenzie2015-11-291-2/+7
* Byte Compiler: generate code to adjust stack count after call to `signal'.Alan Mackenzie2015-11-261-1/+2
* Byte compiler: on setq with an odd number of arguments, generate a `signal'Alan Mackenzie2015-11-261-14/+18
* Squashed commit of the following:Alan Mackenzie2015-11-241-7/+39
* Byte compile: Output an error, not a warning, for odd number of args to setqAlan Mackenzie2015-11-241-3/+3
* Expunge occurrences of `setq' with an odd number of arguments.Alan Mackenzie2015-11-231-2/+1
* Issue a warning from the byte compiler on a malformed `setq' form.Alan Mackenzie2015-11-231-1/+5
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-3/+3
* * lisp/emacs-lisp/bytecomp.el (compile-defun): Add defvars in scope.Stefan Monnier2015-10-291-1/+4
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-2/+2
* Fix a few problems with directed quotesPaul Eggert2015-10-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-4/+4
* Revert some stray curved quotes I missed earlierPaul Eggert2015-09-101-3/+3
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-42/+42
* Fix disassembly of non-compiled lexical functions (bug#21377)Stefan Monnier2015-09-031-1/+3
* Treat “instead” strings as docstringsPaul Eggert2015-08-311-1/+3
* Prefer directed to neutral quotesPaul Eggert2015-08-241-3/+3
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-8/+9
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-46/+46
* Address a compilation warning.Glenn Morris2015-06-161-1/+1
* Address some compilation warnings.Glenn Morris2015-06-161-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Minor declare-function improvementGlenn Morris2015-05-051-5/+11
* * lisp/emacs-lisp/bytecomp.el: Revert "Silence noninteractive compilations"Artur Malabarba2015-05-011-44/+19
* * lisp/emacs-lisp/bytecomp.el: Use `inhibit-message'Artur Malabarba2015-04-291-3/+2
* * lisp/emacs-lisp/bytecomp.el: Silence noninteractive compilationsArtur Malabarba2015-04-121-19/+45
* Speed up byte-compilation and autoload generation by avoiding mode-hooksArtur Malabarba2015-04-121-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.Stefan Monnier2015-02-161-7/+7
* Add (:documentation <form>) for dynamically-generated docstringsStefan Monnier2015-02-051-21/+38
* Don't downcase system diagnostics' first lettersPaul Eggert2015-01-211-2/+2
* lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-genericStefan Monnier2015-01-201-1/+1
* Less 'make' chatter in batch modePaul Eggert2015-01-031-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Spelling fixesPaul Eggert2014-12-131-1/+1
* * lisp: Prefer inlinable functions to macros.Stefan Monnier2014-12-051-0/+4
* Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier2014-11-091-24/+30
* Merge from emacs-24; up to 117689Glenn Morris2014-11-081-2/+5
|\