summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* Restore call to byte-run-strip-symbol-positions in byte-compile-outAlan Mackenzie2022-03-061-1/+2
* Amend byte-run-strip-symbol-positions so that an unexec build buildsAlan Mackenzie2022-02-241-42/+56
* (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-191-4/+2
* Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-191-50/+27
* Fix with-suppressed-warnings edebug specLars Ingebrigtsen2022-01-311-1/+1
* Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-1/+80
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-1/+2
|\
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | ; 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
* | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-1/+3
|/ /
* / 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