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 format string compilation warning
Mattias Engdegård
2024-04-22
1
-17
/
+32
*
Inhibit flymake lexical cookie warning in *scratch* (bug#70068)
Mattias Engdegård
2024-04-09
1
-1
/
+4
*
Revert "Check if lexical-binding is enabled before warning"
Mattias Engdegård
2024-04-03
1
-2
/
+1
*
Check if lexical-binding is enabled before warning
Philip Kaludercic
2024-04-03
1
-1
/
+2
*
Fix mutates-arguments warning for `sort`
Mattias Engdegård
2024-04-01
1
-9
/
+20
*
Better `sort` ignored-return-value warning
Mattias Engdegård
2024-03-29
1
-2
/
+14
*
Try and avoid hardcoding lists of function types
Stefan Monnier
2024-03-12
1
-12
/
+3
*
Single string literal in body is return value only, not doc string
Mattias Engdegård
2024-03-07
1
-5
/
+4
*
Warn about docstrings with control characters
Mattias Engdegård
2024-02-23
1
-0
/
+21
*
bytecomp.el: Warn for `,' not within backquote construct
Richard M Stallman
2024-02-03
1
-0
/
+10
*
bytecomp.el: Rewrite the way we print dynamic docstrings
Stefan Monnier
2024-02-02
1
-284
/
+182
*
Eliminate lazy bytecode loading
Mattias Engdegård
2024-01-31
1
-56
/
+10
*
(byte-compile): Try and make it a bit more readable
Stefan Monnier
2024-01-29
1
-46
/
+36
*
Bind cross-buffer buffer-local variable correctly.
Alan Mackenzie
2024-01-11
1
-2
/
+3
*
Merge branch 'handler-bind'
Stefan Monnier
2024-01-04
1
-17
/
+22
|
\
|
*
(macroexp--with-extended-form-stack): Use plain `let`
Stefan Monnier
2024-01-04
1
-18
/
+23
*
|
Avoid `defconst` for vars which we modify
Stefan Monnier
2024-01-04
1
-2
/
+2
|
/
*
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
*
|
Ensure proper mode of *Compile-Log* buffer (bug#67920)
Mattias Engdegård
2023-12-22
1
-32
/
+35
*
|
Encapsulate byte-compile-form-stack maintenance
Mattias Engdegård
2023-12-22
1
-125
/
+120
*
|
; Fix typos
Stefan Kangas
2023-12-10
1
-5
/
+5
*
|
.elc format: Record lambdas' doc strings lazily, not inline
Alan Mackenzie
2023-11-26
1
-110
/
+160
*
|
Move lexical-binding warning from checkdoc to byte-compiler
Mattias Engdegård
2023-10-21
1
-0
/
+4
*
|
Simplify and describe docstrings-wide check
Mattias Engdegård
2023-10-14
1
-11
/
+14
*
|
Make the docstrings-wide check 70x faster
Mattias Engdegård
2023-10-14
1
-39
/
+58
*
|
Sort byte compiler warnings in alphabetic order
Mattias Engdegård
2023-10-14
1
-27
/
+29
*
|
Separate `docstrings-wide` warning identifier
Mattias Engdegård
2023-10-13
1
-8
/
+12
*
|
Small clean-up of byte-compile-docstring-style-warn
Mattias Engdegård
2023-09-29
1
-17
/
+21
*
|
Include `all` in `byte-compile-warnings` defcustom type
Mattias Engdegård
2023-09-29
1
-1
/
+2
*
|
Warn about duplicated :tag strings in defcustom choices
Mattias Engdegård
2023-09-19
1
-1
/
+8
*
|
Expanded defcustom type byte-compilation warnings (bug#65852)
Mattias Engdegård
2023-09-17
1
-55
/
+181
*
|
; Delete code commented out since 1992
Stefan Kangas
2023-08-25
1
-2
/
+0
*
|
Remove harmful and redundant bindings from the byte compiler.
Alan Mackenzie
2023-08-09
1
-13
/
+8
*
|
Check keyword args of make-pipe-process (bug#65030)
Mattias Engdegård
2023-08-08
1
-0
/
+7
*
|
Check keyword args of make-process
Helmut Eller
2023-08-08
1
-0
/
+61
*
|
Merge from origin/emacs-29
Jim Porter
2023-08-05
1
-1
/
+3
|
\
|
|
*
Fix handling of 'byte-compile-ignore-files' when nil
Jim Porter
2023-08-05
1
-1
/
+3
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-08-04
1
-6
/
+4
|
\
|
|
*
Fix handling of ".elpaignore" file when compiling packages
Jim Porter
2023-08-01
1
-6
/
+4
*
|
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
[next]