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
/
bytecomp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the function declaration and property `important-return-value`
Mattias Engdegård
2023-05-01
1
-61
/
+21
*
Better compilation of arguments to `ignore`
Mattias Engdegård
2023-04-12
1
-5
/
+4
*
Extend ignored-return-value warning to more functions (bug#61730)
Mattias Engdegård
2023-04-09
1
-1
/
+61
*
Consolidate existing warnings about unused return values
Mattias Engdegård
2023-04-08
1
-8
/
+31
*
Repair and speed up safe-copy-tree and make it internal (bug#61962)
Mattias Engdegård
2023-03-12
1
-1
/
+37
*
safe-copy-tree. Correct mistakes from earlier patch.
Alan Mackenzie
2023-03-07
1
-8
/
+1
*
eval-and-compile: Strip symbol positions for eval but not for compile.
Alan Mackenzie
2023-03-07
1
-2
/
+11
*
Fix `cond` miscompilation bug
Mattias Engdegård
2023-03-02
1
-0
/
+1
*
More accurate suppression of ignored return value warning
Mattias Engdegård
2023-02-24
1
-1
/
+4
*
Remove stray quotes
Mattias Engdegård
2023-02-21
1
-1
/
+1
*
Follow aliases for `interactive-only` declarations
Mattias Engdegård
2023-02-21
1
-1
/
+1
*
Make the byte compiler give correct warning positions in eval-and-compile
Alan Mackenzie
2023-02-17
1
-4
/
+3
*
Better commutative binary numerical op codegen
Mattias Engdegård
2023-01-29
1
-3
/
+9
*
Better compilation of n-ary comparisons
Mattias Engdegård
2023-01-29
1
-18
/
+20
*
Improved docstring single quote warning
Mattias Engdegård
2023-01-18
1
-3
/
+9
*
* lisp/emacs-lisp/bytecomp.el (format-message): Warn on bad arity.
Mattias Engdegård
2023-01-16
1
-1
/
+1
*
Styled quotes in compiler warnings
Mattias Engdegård
2023-01-03
1
-4
/
+4
*
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
-1
/
+1
*
|
Add empty-body warning for when, unless etc
Mattias Engdegård
2022-12-29
1
-10
/
+16
*
|
Warn about `condition-case' with quoted condition names
Mattias Engdegård
2022-12-29
1
-0
/
+5
*
|
Warn about lambda expressions in comparisons
Mattias Engdegård
2022-12-18
1
-18
/
+21
*
|
Warn about unmatchable constant args to `eq`, `memq` etc
Mattias Engdegård
2022-12-14
1
-0
/
+74
|
/
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): Typo
Stefan Monnier
2022-11-18
1
-1
/
+1
*
Fix the behaviour of 'byte-compile-ignore-files'
Philip Kaludercic
2022-11-17
1
-4
/
+3
*
bytecomp.el (byte-recompile-directory): Fix negated ignore logic
Nicholas Vollmer
2022-11-09
1
-3
/
+3
*
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-10-30
1
-9
/
+2
|
\
|
*
(Ffunction): Make interpreted closures safe for space
Stefan Monnier
2022-10-25
1
-9
/
+2
*
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-10-18
1
-29
/
+31
|
\
|
|
*
(byte-compile--first-symbol-with-pos): Fix bug#58601
Stefan Monnier
2022-10-18
1
-21
/
+17
|
*
Avoid having the async compile log saying it's compiling loaddefs
Lars Ingebrigtsen
2022-10-17
1
-3
/
+9
|
*
cl-generic: Fix `advertised-calling-convention` declarations
Stefan Monnier
2022-10-16
1
-5
/
+5
*
|
Merge branch 'master' into feature/package+vc
Philip Kaludercic
2022-10-08
1
-18
/
+28
|
\
|
|
*
Clearer byte-compiler arity warnings (bug#58319)
Mattias Engdegård
2022-10-07
1
-1
/
+3
|
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-1
/
+1
|
|
\
|
|
*
; Fix typos in Lisp symbols
Stefan Kangas
2022-09-20
1
-1
/
+1
|
*
|
Accept more wide function signatures in docstrings
Stefan Kangas
2022-09-16
1
-1
/
+1
|
*
|
Fix typo in byte-compile-lambda warning
Lars Ingebrigtsen
2022-09-09
1
-2
/
+2
|
*
|
Fix warning about obsoleted generalized variables
Lars Ingebrigtsen
2022-08-25
1
-0
/
+1
|
*
|
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-1
/
+2
|
*
|
Revert "Make the generalized buffer-local-variable obsolete"
Lars Ingebrigtsen
2022-08-22
1
-1
/
+0
|
*
|
Make the generalized buffer-local-variable obsolete
Lars Ingebrigtsen
2022-08-21
1
-0
/
+1
|
*
|
Make it possible to mark generalized variables as obsolete
Lars Ingebrigtsen
2022-08-21
1
-12
/
+18
*
|
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-08-18
1
-13
/
+13
|
\
|
|
|
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessary
Andrea Corallo
2022-08-17
1
-1
/
+1
|
*
|
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-12
/
+12
*
|
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-08-12
1
-23
/
+11
|
\
|
|
|
*
|
; * lisp/emacs-lisp/bytecomp.el: indentation fix
Mattias Engdegård
2022-08-07
1
-2
/
+2
|
*
|
Cease emitting negative file offsets for user variables
Mattias Engdegård
2022-08-07
1
-12
/
+3
[next]