summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
AgeCommit message (Expand)Author
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-09-03Fix disassembly of non-compiled lexical functions (bug#21377)Stefan Monnier
2015-08-31Treat “instead” strings as docstringsPaul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-21text-quoting-style in emacs-lisp diagnosticsPaul Eggert
2015-06-16Address a compilation warning.Glenn Morris
2015-06-16Address some compilation warnings.Glenn Morris
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-05-05Minor declare-function improvementGlenn Morris
2015-05-01* lisp/emacs-lisp/bytecomp.el: Revert "Silence noninteractive compilations"Artur Malabarba
2015-04-29* lisp/emacs-lisp/bytecomp.el: Use `inhibit-message'Artur Malabarba
2015-04-12* lisp/emacs-lisp/bytecomp.el: Silence noninteractive compilationsArtur Malabarba
2015-04-12Speed up byte-compilation and autoload generation by avoiding mode-hooksArtur Malabarba
2015-02-16* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.Stefan Monnier
2015-02-05Add (:documentation <form>) for dynamically-generated docstringsStefan Monnier
2015-01-21Don't downcase system diagnostics' first lettersPaul Eggert
2015-01-20lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-genericStefan Monnier
2015-01-03Less 'make' chatter in batch modePaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-13Spelling fixesPaul Eggert
2014-12-05* lisp: Prefer inlinable functions to macros.Stefan Monnier
2014-11-09Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier
2014-11-08Merge from emacs-24; up to 117689Glenn Morris
2014-11-08* bytecomp.el (byte-compile-report-error): Allow the argument to be a string.Glenn Morris
2014-11-08* lisp/emacs-lisp/bytecomp.el: Add a warning and remove a spurious warning.Stefan Monnier
2014-10-29Merge from emacs-24; up to 117634Glenn Morris
2014-10-23* lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.Stefan Monnier
2014-10-23* lisp/emacs-lisp/bytecomp.el: Require cl-extra.Stefan Monnier
2014-10-22* lisp/select.el: Use lexical-binding.Stefan Monnier
2014-10-22* lisp/emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case whereStefan Monnier
2014-10-20Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ruGlenn Morris
2014-10-20Restore temporarily reverted bytecomp changeStefan Monnier
2014-10-20Temporarily revert previous bytecomp changeGlenn Morris
2014-10-19* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-argStefan Monnier
2014-09-27* lisp/subr.el (track-mouse): New macro.Stefan Monnier
2014-09-22* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usageStefan Monnier
2014-04-21Minor bytecomp.el fixesDaniel Colascione
2014-04-21Correctly treat progn contents as toplevel forms when byte compilingDaniel Colascione
2014-03-13Move some help functions from help-fns.el to help.el, which is preloaded.Glenn Morris
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-02-06"Use instead" obsolescence messages should end with "."Glenn Morris
2014-01-24Silence byte-compiler warning.Juanma Barranquero
2014-01-15Use whole file-name-history'.Daniel Colascione
2014-01-06* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.Stefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-30Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris
2013-11-25* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.Bozhidar Batsov
2013-11-25* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov
2013-10-29Cleanup namespace of dos-w32.el.Stefan Monnier