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
...
*
|
Better compilation of char-before, backward-char and backward-word
Mattias Engdegård
2023-07-27
1
-37
/
+22
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-eval): Fix bug#64232
Stefan Monnier
2023-07-07
1
-1
/
+2
*
|
Warn about misplaced :success in condition-case (bug#64404)
Mattias Engdegård
2023-07-02
1
-0
/
+4
*
|
cl-macs-tests.el (cl-&key-arguments): Fix regression
Stefan Monnier
2023-06-27
1
-2
/
+3
*
|
Allow suppressing the "lexical arg shadows dynbound var" warning
Stefan Monnier
2023-06-25
1
-0
/
+8
*
|
(macroexp--unfold-lambda): Obey the lexbind semantics
Stefan Monnier
2023-06-24
1
-6
/
+0
*
|
Move quoted lambda funarg check and expand coverage
Mattias Engdegård
2023-06-13
1
-0
/
+80
*
|
; fix important-return-value-fns mistake
Mattias Engdegård
2023-06-08
1
-1
/
+1
*
|
Remove special fset byte-compilation warning
Mattias Engdegård
2023-06-08
1
-21
/
+1
*
|
Disable unused-return-value warning for delq and delete, again
Mattias Engdegård
2023-05-31
1
-3
/
+3
*
|
Add function declarations
Mattias Engdegård
2023-05-30
1
-0
/
+2
*
|
Clean up defcustom type quote check
Mattias Engdegård
2023-05-30
1
-15
/
+14
*
|
Declare more mutating functions
Mattias Engdegård
2023-05-20
1
-0
/
+1
*
|
Declare more functions as having important-return-value
Mattias Engdegård
2023-05-20
1
-1
/
+1
*
|
Try declaring `delq` and `delete` important-return-value (bug#61730)
Mattias Engdegård
2023-05-18
1
-1
/
+1
*
|
Use `mutate-constant` as warning identifier
Mattias Engdegård
2023-05-13
1
-1
/
+3
*
|
Byte-compiler warning about mutation of constant values
Mattias Engdegård
2023-05-13
1
-0
/
+53
*
|
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
[prev]
[next]