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
*
Don't use pdumper-stats with unexec
Nikolay Kudryavtsev
2021-05-02
1
-1
/
+2
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-19
1
-24
/
+39
|
\
|
*
Add condition-case success handler (bug#47677)
Mattias Engdegård
2021-04-15
1
-24
/
+39
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-25
1
-51
/
+20
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el: Remember location of unresolved calls
Stefan Monnier
2021-03-19
1
-51
/
+20
*
|
Fix `no-byte-compile' native compilation interaction (bug#47169)
Andrea Corallo
2021-03-16
1
-2
/
+1
*
|
Have `no-byte-compile' implies also `no-native-compile'.
Andrea Corallo
2021-03-16
1
-1
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el: Fix native re-compilation (bug#47161).
Andrea Corallo
2021-03-15
1
-0
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-03-12
1
-4
/
+12
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el: Warn about unprefixed vars in `boundp`
Stefan Monnier
2021-03-07
1
-4
/
+12
*
|
Implement `no-native-compile' (bug#46983)
Andrea Corallo
2021-03-12
1
-0
/
+3
*
|
Merge commit '9cbdf20316' into native-comp
Andrea Corallo
2021-03-09
1
-28
/
+26
|
\
|
|
*
Compile closures that modify their bound vars correctly (Bug#46834)
Pip Cet
2021-03-02
1
-23
/
+23
|
*
* lisp/emacs-lisp/bytecomp.el: Fix minor regression introduced by pdump
Stefan Monnier
2021-02-27
1
-2
/
+3
|
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-3
/
+0
*
|
Allow for `comp-native-driver-options' to work as a file-local variable.
Andrea Corallo
2021-03-07
1
-1
/
+4
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-02-26
1
-14
/
+36
|
\
|
|
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): Work in `eval-buffer`
Stefan Monnier
2021-02-24
1
-1
/
+1
|
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.
Stefan Monnier
2021-02-24
1
-0
/
+5
|
*
Fix compilation of closures with nontrivial doc strings
Mattias Engdegård
2021-02-22
1
-14
/
+31
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-02-21
1
-10
/
+18
|
\
|
|
*
Faster, more compact, and readable closure creation
Mattias Engdegård
2021-02-21
1
-9
/
+15
|
*
* lisp/emacs-lisp/bytecomp.el: Don't warn for repeated _ args
Stefan Monnier
2021-02-19
1
-1
/
+3
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-02-17
1
-33
/
+43
|
\
|
|
*
Fix recently introduced bug in `byte-compile-lambda'
Lars Ingebrigtsen
2021-02-17
1
-11
/
+11
|
*
Extend the syntax of `interactive' to list applicable modes
Lars Ingebrigtsen
2021-02-14
1
-15
/
+25
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-02-10
1
-2
/
+1
|
\
|
|
*
* lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-opt
Stefan Monnier
2021-02-09
1
-2
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-01-24
1
-1
/
+2
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el (byte-compile--declare-var): Fix warning
Stefan Monnier
2021-01-20
1
-1
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-08
1
-4
/
+5
|
\
|
|
*
Fix obsolete variable warnings about class names
Michael Heerdegen
2021-01-06
1
-4
/
+5
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-3
/
+87
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
|
*
Make byte-compiler warn about wide docstrings
Stefan Kangas
2020-12-28
1
-2
/
+86
*
|
* Fix `byte-compile-file' for native compilation (bug#45442)
Andrea Corallo
2020-12-26
1
-11
/
+12
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-20
1
-74
/
+96
|
\
|
|
*
Shorten some over-wide docstrings in functions and macros
Stefan Kangas
2020-12-19
1
-6
/
+10
|
*
Ensure that byte compilation works for relative files (Bug#45287).
Philipp Stephani
2020-12-17
1
-1
/
+5
|
*
Byte compilation: handle case where the output file is a mountpoint.
Philipp Stephani
2020-12-13
1
-1
/
+13
|
*
* lisp/emacs-lisp/bytecomp.el: Allow a nil destination file
Stefan Monnier
2020-12-12
1
-58
/
+61
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-06
1
-102
/
+30
|
\
|
|
*
Remove specific byte-compiler warnings for cl.el
Stefan Kangas
2020-12-02
1
-83
/
+6
|
*
Fix byte-compiler warning for failed uses of lexical vars
Stefan Kangas
2020-12-01
1
-1
/
+1
|
*
Decrease code duplication in byte-compiler free-vars warning
Stefan Kangas
2020-11-30
1
-18
/
+23
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-29
1
-3
/
+8
|
\
|
|
*
Allow following symlinks when recompiling directories
Lars Ingebrigtsen
2020-11-26
1
-3
/
+8
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-22
1
-1
/
+2
|
\
|
|
*
Don't optimize away `eval` when its lexical context is different
Stefan Monnier
2020-11-20
1
-1
/
+2
*
|
; Fix trivial typos
Stefan Kangas
2020-11-20
1
-1
/
+1
[next]