index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
byte-run.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos
Stefan Kangas
2024-07-18
1
-1
/
+1
*
* Allow for optional function name parameter in 'ftype' declaration
Andrea Corallo
2024-05-14
1
-1
/
+5
*
Change 'type' declaration to 'ftype'
Andrea Corallo
2024-05-14
1
-1
/
+1
*
Add 'safety' function declaration
Andrea Corallo
2024-05-13
1
-0
/
+6
*
Remove unnecessary cons in function-type property
Andrea Corallo
2024-05-05
1
-1
/
+1
*
Rename property 'declared-type' to 'function-type'
Andrea Corallo
2024-04-29
1
-3
/
+3
*
* Add function type declarations for Lisp functions
Andrea Corallo
2024-04-29
1
-1
/
+7
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Error when trying to make nil or t obsolete
Stefan Kangas
2023-09-08
1
-0
/
+7
*
|
Use `mutate-constant` as warning identifier
Mattias Engdegård
2023-05-13
1
-1
/
+1
*
|
Add the function declaration and property `important-return-value`
Mattias Engdegård
2023-05-01
1
-0
/
+7
*
|
Consolidate existing warnings about unused return values
Mattias Engdegård
2023-04-08
1
-5
/
+2
*
|
Styled quotes in compiler warnings
Mattias Engdegård
2023-01-03
1
-6
/
+7
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
|
Correct suppression of suspicious eq type warning
Mattias Engdegård
2022-12-30
1
-2
/
+1
*
|
Add empty-body warning for when, unless etc
Mattias Engdegård
2022-12-29
1
-2
/
+2
*
|
Warn about unmatchable constant args to `eq`, `memq` etc
Mattias Engdegård
2022-12-14
1
-1
/
+2
|
/
*
; Consistently call alists "association list"
Stefan Kangas
2022-11-27
1
-1
/
+1
*
cl-generic: Fix `advertised-calling-convention` declarations
Stefan Monnier
2022-10-16
1
-0
/
+5
*
Delete many items obsolete since 24.3
Stefan Kangas
2022-09-09
1
-43
/
+0
*
Make it possible to mark generalized variables as obsolete
Lars Ingebrigtsen
2022-08-21
1
-1
/
+0
*
Allow specifying how args are to be stored in `command-history'
Lars Ingebrigtsen
2022-08-08
1
-1
/
+16
*
Fix `lsh` warning shortcomings (bug#56641)
Mattias Engdegård
2022-07-23
1
-1
/
+1
*
Don't quote numbers in byte-run--set-*
Lars Ingebrigtsen
2022-06-17
1
-2
/
+6
*
Don't quote the `when' form in obsoletions
Lars Ingebrigtsen
2022-06-17
1
-1
/
+1
*
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-06-17
1
-91
/
+117
*
Audit symbol quoting in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
Fix previous warning suppression change
Lars Ingebrigtsen
2022-05-22
1
-1
/
+1
*
Allow suppressing messages about the wrong number of arguments
Lars Ingebrigtsen
2022-05-22
1
-1
/
+1
*
Byte compiler: correct output warning message positions (part 2)
Alan Mackenzie
2022-04-22
1
-2
/
+1
*
Restore call to byte-run-strip-symbol-positions in byte-compile-out
Alan Mackenzie
2022-03-06
1
-1
/
+2
*
Amend byte-run-strip-symbol-positions so that an unexec build builds
Alan Mackenzie
2022-02-24
1
-42
/
+56
*
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-4
/
+2
*
Fix symbols with position appearing in the output of `compile-defun'
Alan Mackenzie
2022-02-19
1
-50
/
+27
*
Fix with-suppressed-warnings edebug spec
Lars Ingebrigtsen
2022-01-31
1
-1
/
+1
*
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-1
/
+80
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-1
/
+2
|
\
|
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
; Don't use remq (breaks bootstrapping)
Mattias Engdegård
2021-11-28
1
-1
/
+1
|
*
|
Avoid unused argument warnings in lambda compiler macros
Mattias Engdegård
2021-11-28
1
-0
/
+1
*
|
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-1
/
+3
|
/
/
*
/
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-3
/
+3
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+2
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-5
/
+5
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-3
/
+3
*
Merge commit '9cbdf20316' into native-comp
Andrea Corallo
2021-03-09
1
-2
/
+2
|
\
|
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-2
/
+2
[next]