index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
byte-run.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-18
(lisp-indent-function): Auto-load macros to get the indent info
Stefan Monnier
2025-10-18
(eval-and-compile): Preserve the surrounding lexical context
Stefan Monnier
2025-10-18
Fix coding error in byte-run--strip-vector/record
Alan Mackenzie
2025-08-10
Implement new autoload macro expansion declare form
JD Smith
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-19
Fix display of obsolete variables in *Help*
Michael Albinus
2024-12-12
Don't call purecopy in emacs-lisp/*.el
Stefan Kangas
2024-07-24
Add some basic checking for function type declarations
Andrea Corallo
2024-07-18
; Fix typos
Stefan Kangas
2024-05-14
* Allow for optional function name parameter in 'ftype' declaration
Andrea Corallo
2024-05-14
Change 'type' declaration to 'ftype'
Andrea Corallo
2024-05-13
Add 'safety' function declaration
Andrea Corallo
2024-05-05
Remove unnecessary cons in function-type property
Andrea Corallo
2024-04-29
Rename property 'declared-type' to 'function-type'
Andrea Corallo
2024-04-29
* Add function type declarations for Lisp functions
Andrea Corallo
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-09-08
Error when trying to make nil or t obsolete
Stefan Kangas
2023-05-13
Use `mutate-constant` as warning identifier
Mattias Engdegård
2023-05-01
Add the function declaration and property `important-return-value`
Mattias Engdegård
2023-04-08
Consolidate existing warnings about unused return values
Mattias Engdegård
2023-01-03
Styled quotes in compiler warnings
Mattias Engdegård
2023-01-01
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-30
Correct suppression of suspicious eq type warning
Mattias Engdegård
2022-12-29
Add empty-body warning for when, unless etc
Mattias Engdegård
2022-12-14
Warn about unmatchable constant args to `eq`, `memq` etc
Mattias Engdegård
2022-11-27
; Consistently call alists "association list"
Stefan Kangas
2022-10-16
cl-generic: Fix `advertised-calling-convention` declarations
Stefan Monnier
2022-09-09
Delete many items obsolete since 24.3
Stefan Kangas
2022-08-21
Make it possible to mark generalized variables as obsolete
Lars Ingebrigtsen
2022-08-08
Allow specifying how args are to be stored in `command-history'
Lars Ingebrigtsen
2022-07-23
Fix `lsh` warning shortcomings (bug#56641)
Mattias Engdegård
2022-06-17
Don't quote numbers in byte-run--set-*
Lars Ingebrigtsen
2022-06-17
Don't quote the `when' form in obsoletions
Lars Ingebrigtsen
2022-06-17
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-05-24
Audit symbol quoting in Lisp doc strings
Lars Ingebrigtsen
2022-05-22
Fix previous warning suppression change
Lars Ingebrigtsen
2022-05-22
Allow suppressing messages about the wrong number of arguments
Lars Ingebrigtsen
2022-04-22
Byte compiler: correct output warning message positions (part 2)
Alan Mackenzie
2022-03-06
Restore call to byte-run-strip-symbol-positions in byte-compile-out
Alan Mackenzie
2022-02-24
Amend byte-run-strip-symbol-positions so that an unexec build builds
Alan Mackenzie
2022-02-19
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
Fix symbols with position appearing in the output of `compile-defun'
Alan Mackenzie
2022-01-31
Fix with-suppressed-warnings edebug spec
Lars Ingebrigtsen
2022-01-14
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
[next]