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
*
Allow per function speed declaration
Andrea Corallo
2020-06-22
1
-1
/
+7
*
Execute top level forms in the right lex/dyn scope.
Andrea Corallo
2020-06-22
1
-3
/
+4
*
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-06-04
1
-3
/
+4
|
\
|
*
Merge from origin/emacs-27
Paul Eggert
2020-06-01
1
-3
/
+4
|
|
\
|
|
*
Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."
Alan Mackenzie
2020-05-31
1
-3
/
+4
*
|
|
Update spill LAP machinery and compile anonymous lambdas
Andrea Corallo
2020-05-14
1
-31
/
+55
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-05-04
1
-0
/
+8
|
\
|
|
|
*
|
Make `make-local-variable' declare the var locally dynamic
Michael Heerdegen
2020-04-30
1
-0
/
+8
*
|
|
Rework spill LAP mechanism in preparation of compiling lambdas.
Andrea Corallo
2020-04-26
1
-25
/
+18
*
|
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Add comp.eln
Andrea Corallo
2020-04-23
1
-2
/
+3
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-04-23
1
-1
/
+1
|
\
|
|
|
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-20
1
-1
/
+1
|
|
\
|
|
|
*
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
2020-04-18
1
-1
/
+1
*
|
|
Fix free function compilation
Andrea Corallo
2020-03-29
1
-1
/
+2
*
|
|
Prevent collisions in C namespace and function shadowing
Andrea Corallo
2020-03-29
1
-4
/
+10
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-03-09
1
-53
/
+15
|
\
|
|
|
*
|
* lisp/emacs-lisp/bytecomp.el: Drop warning for loading into Emacs<23
Stefan Monnier
2020-03-07
1
-53
/
+15
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-02-26
1
-2
/
+10
|
\
|
|
|
*
|
Generate 'substring' byte op (bug#39709)
Mattias Engdegård
2020-02-25
1
-1
/
+9
|
*
|
Add 'nofollow' flag to set-file-modes etc.
Paul Eggert
2020-02-23
1
-1
/
+1
*
|
|
Make build process robust against interruptions
Andrea Corallo
2020-02-23
1
-6
/
+15
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-02-14
1
-2
/
+1
|
\
|
|
|
*
|
Silence byte-compiler warning
Stefan Kangas
2020-02-05
1
-2
/
+1
*
|
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-02-04
1
-116
/
+43
|
\
|
|
|
*
|
Unbreak byte compilation
Glenn Morris
2020-01-23
1
-30
/
+31
|
*
|
Remove irrelevant info from .elc headers
Stefan Kangas
2020-01-23
1
-5
/
+1
|
*
|
Add space before messsage in byte compiler warnings
Rüdiger Sonderfeld
2020-01-19
1
-1
/
+1
|
*
|
Mark 'catch' and 'condition-case' bytecodes as obsolete
Mattias Engdegård
2020-01-05
1
-2
/
+3
|
*
|
Remove generation of old bytecodes for catch/unwind
Mattias Engdegård
2020-01-05
1
-78
/
+7
*
|
|
Fix bytecomp message when native compiling
Andrea Corallo
2020-01-02
1
-2
/
+4
*
|
|
add batch-byte-native-compile-for-bootstrap
Andrea Corallo
2020-01-01
1
-2
/
+5
*
|
|
spill also interactive functions
Andrea Corallo
2020-01-01
1
-4
/
+1
*
|
|
do not emit elc file while native compiling
Andrea Corallo
2020-01-01
1
-1
/
+3
*
|
|
revert unnecessary modifications
Andrea Corallo
2020-01-01
1
-1
/
+0
*
|
|
fix single function compilation
Andrea Corallo
2020-01-01
1
-3
/
+2
*
|
|
do not native compile interactive functions
Andrea Corallo
2020-01-01
1
-1
/
+4
*
|
|
fix top level macro generation
Andrea Corallo
2020-01-01
1
-1
/
+1
*
|
|
rework bytecomp spill code
Andrea Corallo
2020-01-01
1
-14
/
+23
*
|
|
fix compilation of devar defconst with doc string
Andrea Corallo
2020-01-01
1
-1
/
+1
*
|
|
rework lap spilling
Andrea Corallo
2020-01-01
1
-7
/
+15
*
|
|
fix single function compilation
Andrea Corallo
2020-01-01
1
-3
/
+3
*
|
|
fix lambda handling and add a test for that
Andrea Corallo
2020-01-01
1
-7
/
+5
*
|
|
initial top level support (defvar working)
Andrea Corallo
2020-01-01
1
-0
/
+4
*
|
|
basic file compilation working
Andrea Corallo
2020-01-01
1
-4
/
+8
*
|
|
generalize code into comp.el for compile multiple funcitons
Andrea Corallo
2020-01-01
1
-6
/
+8
*
|
|
prepare for file compilation
Andrea Corallo
2020-01-01
1
-4
/
+6
*
|
|
some order into special vars
Andrea Corallo
2020-01-01
1
-1
/
+4
*
|
|
working on comp.el
Andrea Corallo
2020-01-01
1
-0
/
+1
*
|
|
spill lap
Andrea Corallo
2020-01-01
1
-0
/
+3
|
/
/
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
[next]