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
/
cconv.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2023-02-19
1
-1
/
+1
|
\
|
*
Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"
Mattias Engdegård
2022-01-12
1
-25
/
+6
|
*
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2022-01-12
1
-6
/
+25
*
|
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
|
cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695
Stefan Monnier
2022-10-28
1
-36
/
+65
*
|
Pacify recent unused/ignored lexvar warnings
Basil L. Contovounesios
2022-10-26
1
-2
/
+0
*
|
(Ffunction): Make interpreted closures safe for space
Stefan Monnier
2022-10-25
1
-46
/
+73
*
|
cconv.el: Fix interactive closure bug#51695
Stefan Monnier
2022-09-23
1
-15
/
+36
*
|
; * lisp/emacs-lisp/cconv.el (cconv--var-classification): Optimise.
Mattias Engdegård
2022-07-09
1
-2
/
+1
*
|
Run cconv for dynbound code as well
Mattias Engdegård
2022-06-14
1
-13
/
+16
*
|
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-29
/
+18
*
|
; * lisp/emacs-lisp/cconv.el: Fix outdated comments.
Mattias Engdegård
2022-06-14
1
-8
/
+5
*
|
Byte compiler: Prevent special forms' symbols being replaced by bare symbols
Alan Mackenzie
2022-04-22
1
-11
/
+11
*
|
Add OClosures, a cross between functions and structs
Stefan Monnier
2022-03-28
1
-2
/
+16
*
|
Fix position argument to macroexp--warn-wrap in cconv--convert-funcbody
Alan Mackenzie
2022-01-23
1
-1
/
+1
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-15
/
+29
|
\
\
|
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
Fix bug#28557
Stefan Monnier
2021-12-20
1
-8
/
+3
|
*
|
* lisp/emacs-lisp/cconv.el (cconv--lifted-arg): Simplify
Stefan Monnier
2021-12-01
1
-3
/
+3
|
*
|
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2021-12-01
1
-6
/
+25
*
|
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-8
/
+11
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-9
/
+13
|
/
/
*
/
Allow inhibiting `not-unused' warnings
Lars Ingebrigtsen
2021-10-13
1
-4
/
+3
|
/
*
Improve error messaging from byte-compiling dotted lists
Lars Ingebrigtsen
2021-09-22
1
-0
/
+2
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-1
/
+1
*
Simplify lexical let-optimisations
Mattias Engdegård
2021-07-30
1
-80
/
+83
*
Move warnings about bad let-bindings from source optimiser to cconv
Mattias Engdegård
2021-07-30
1
-0
/
+7
*
* lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`
Stefan Monnier
2021-07-21
1
-7
/
+8
*
Allow inhibiting warnings about unused variables and empty bodies
Lars Ingebrigtsen
2021-07-06
1
-1
/
+2
*
; Fix typos: emacs lisp -> Emacs Lisp
Stefan Kangas
2021-04-16
1
-1
/
+1
*
Fix typo in cconv
Mattias Engdegård
2021-04-11
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify (doh!)
Stefan Monnier
2021-03-11
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Tune down the warning
Stefan Monnier
2021-03-11
1
-1
/
+2
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Warn never-initialized vars
Stefan Monnier
2021-03-11
1
-5
/
+8
*
* lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstring
Stefan Monnier
2021-03-09
1
-2
/
+3
*
Make lambda-lifting work again
Mattias Engdegård
2021-03-05
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el: Fix uncaught brain farts in last change
Stefan Monnier
2021-02-27
1
-2
/
+2
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-92
/
+119
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Remove generation of old bytecodes for catch/unwind
Mattias Engdegård
2020-01-05
1
-30
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Improve errors & warnings due to fancy quoted vars (Bug#32939)
Noam Postavsky
2019-11-28
1
-2
/
+4
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/subr.el (prog2): Define as a macro
Stefan Monnier
2019-04-02
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-10
/
+10
[next]