summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* ; Don't use remq (breaks bootstrapping)Mattias EngdegÄrd2021-11-281-1/+1
* Avoid unused argument warnings in lambda compiler macrosMattias EngdegÄrd2021-11-281-0/+1
* Mark def* macros for indentationLars Ingebrigtsen2021-10-131-3/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+2
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-5/+5
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-3/+3
* Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-2/+2
|\
| * * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-261-2/+2
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-261-1/+1
|\|
| * Function-quote completion property of declare formBasil L. Contovounesios2021-02-261-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-211-3/+1
|\|
| * Change how (declare (modes store the dataLars Ingebrigtsen2021-02-201-3/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-1/+18
|\|
| * Change name for the completion-* predicatesLars Ingebrigtsen2021-02-171-2/+3
| * * lisp/emacs-lisp/byte-run.el (compiler-macro): Make it EdebuggableStefan Monnier2021-02-141-0/+3
| * Fix byte-run--set-modes call signatureLars Ingebrigtsen2021-02-141-2/+2
| * Add new 'declare' forms for command completion predicatesLars Ingebrigtsen2021-02-141-1/+14
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-241-5/+11
|\|
| * Fix missing file&line info in "Unknown defun property" warningsStefan Monnier2021-01-231-5/+11
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-20/+9
|\|
| * * lisp/emacs-lisp/byte-run.el (make-obsolete): Make `when` mandatoryStefan Monnier2021-01-031-20/+9
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix defsubst effectiveness (bug#44209)Andrea Corallo2020-10-251-4/+4
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-231-4/+10
|\|
| * Tweak the documentation for define-obsolete-variable-aliasLars Ingebrigtsen2020-10-201-4/+10
* | * Fix defsbust declare effectiveness introduced by 80d7f710 (Bug#43280).Andrea Corallo2020-09-131-6/+5
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-091-2/+15
|\|
| * Make 'byte-compile-info*' functions more logicalLars Ingebrigtsen2020-08-061-2/+15
* | * Fix defsubst missing inline Bug#42664Andrea Corallo2020-08-021-1/+6
* | Allow per function speed declarationAndrea Corallo2020-06-221-1/+7
|/
* Merge from origin/emacs-27Glenn Morris2020-05-091-5/+6
|\
| * Improve documentation of 'with-suppressed-warnings'.Philipp Stephani2020-05-081-5/+6
* | Use named functions in {defun,macro}-declarations-alist (Bug#40491)Philipp Stephani2020-04-121-58/+81
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix documentation of define-obsolete-* functionsEli Zaretskii2019-12-281-6/+6
* (with-suppressed-warnings): Also suppress warnings when not byte-compilingStefan Monnier2019-06-221-5/+17
* Report progress during custom-make-dependencies instead of file countLars Ingebrigtsen2019-06-181-1/+5
* Tweak implementation of byte-compile-info-messageLars Ingebrigtsen2019-06-181-1/+1
* Output progress messages when scraping autoloads during bootstrapLars Ingebrigtsen2019-06-181-0/+4
* Avoid compilation warning in byte-runLars Ingebrigtsen2019-06-141-1/+4
* Revert "Compilation warning fix for byte-run.el"Glenn Morris2019-06-121-4/+3
* Compilation warning fix for byte-run.elLars Ingebrigtsen2019-06-131-3/+4
* Add the new macro with-suppressed-warningsLars Ingebrigtsen2019-06-121-0/+28
* 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
* * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-191-0/+15
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1