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
*
Checkdoc fixes in `emacs-lisp/*.el`
Stefan Kangas
2024-07-08
1
-2
/
+2
*
Format string warnings for more functions (bug#71379)
Mattias Engdegård
2024-06-06
1
-1
/
+2
*
Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`
Stefan Monnier
2024-05-28
1
-1
/
+1
*
; Fix documentation of recently-installed changes
Eli Zaretskii
2024-05-14
1
-4
/
+7
*
Add some 'compilation-safety' documentation
Andrea Corallo
2024-05-13
1
-1
/
+5
*
Add 'safety' function declaration
Andrea Corallo
2024-05-13
1
-0
/
+1
*
Introduce 'compilation-safety' variable
Andrea Corallo
2024-05-13
1
-0
/
+6
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Simplify.
Mattias Engdegård
2024-04-30
1
-10
/
+7
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Simplify.
Mattias Engdegård
2024-04-30
1
-7
/
+5
*
(byte-compile): Fix interaction with old `advice.el`
Stefan Monnier
2024-04-29
1
-2
/
+4
*
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
1
-7
/
+11
*
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
|
\
|
[next]