summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2024-07-181-1/+1
* * Allow for optional function name parameter in 'ftype' declarationAndrea Corallo2024-05-141-1/+5
* Change 'type' declaration to 'ftype'Andrea Corallo2024-05-141-1/+1
* Add 'safety' function declarationAndrea Corallo2024-05-131-0/+6
* Remove unnecessary cons in function-type propertyAndrea Corallo2024-05-051-1/+1
* Rename property 'declared-type' to 'function-type'Andrea Corallo2024-04-291-3/+3
* * Add function type declarations for Lisp functionsAndrea Corallo2024-04-291-1/+7
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Error when trying to make nil or t obsoleteStefan Kangas2023-09-081-0/+7
* | Use `mutate-constant` as warning identifierMattias Engdegård2023-05-131-1/+1
* | Add the function declaration and property `important-return-value`Mattias Engdegård2023-05-011-0/+7
* | Consolidate existing warnings about unused return valuesMattias Engdegård2023-04-081-5/+2
* | Styled quotes in compiler warningsMattias Engdegård2023-01-031-6/+7
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Correct suppression of suspicious eq type warningMattias Engdegård2022-12-301-2/+1
* | Add empty-body warning for when, unless etcMattias Engdegård2022-12-291-2/+2
* | Warn about unmatchable constant args to `eq`, `memq` etcMattias Engdegård2022-12-141-1/+2
|/
* ; Consistently call alists "association list"Stefan Kangas2022-11-271-1/+1
* cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-161-0/+5
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-43/+0
* Make it possible to mark generalized variables as obsoleteLars Ingebrigtsen2022-08-211-1/+0
* Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen2022-08-081-1/+16
* Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård2022-07-231-1/+1
* Don't quote numbers in byte-run--set-*Lars Ingebrigtsen2022-06-171-2/+6
* Don't quote the `when' form in obsoletionsLars Ingebrigtsen2022-06-171-1/+1
* Warn about misplaced or duplicated function/macro declarationsMattias Engdegård2022-06-171-91/+117
* Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* Fix previous warning suppression changeLars Ingebrigtsen2022-05-221-1/+1
* Allow suppressing messages about the wrong number of argumentsLars Ingebrigtsen2022-05-221-1/+1
* Byte compiler: correct output warning message positions (part 2)Alan Mackenzie2022-04-221-2/+1
* 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