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
/
macroexp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): less consing
Mattias Engdegård
2024-04-14
1
-1
/
+1
*
(macroexp--with-extended-form-stack): Use plain `let`
Stefan Monnier
2024-01-04
1
-8
/
+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
*
|
Encapsulate byte-compile-form-stack maintenance
Mattias Engdegård
2023-12-22
1
-4
/
+2
*
|
Maintain byte-compile-form-stack in cconv-convert (bug#67483)
Mattias Engdegård
2023-12-21
1
-0
/
+12
*
|
* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Fix bug#67568
Stefan Monnier
2023-12-03
1
-11
/
+12
*
|
Silence macro expansion during completion at point
Jens Schmidt
2023-10-05
1
-6
/
+14
*
|
macroexp-parse-body: correct parsing of empty body (bug#66136)
Mattias Engdegård
2023-09-25
1
-6
/
+11
*
|
Insert symbol `debug' into two condition-case handlers
Alan Mackenzie
2023-09-20
1
-1
/
+1
*
|
Add byte-compiler warning about useless trailing cond clauses
Mattias Engdegård
2023-09-09
1
-1
/
+28
*
|
Remove harmful and redundant bindings from the byte compiler.
Alan Mackenzie
2023-08-09
1
-36
/
+33
*
|
macroexp.el: Fix missing warning for intermediate expansions
Stefan Monnier
2023-07-21
1
-15
/
+13
*
|
(macroexp--unfold-lambda): Obey the lexbind semantics
Stefan Monnier
2023-06-24
1
-76
/
+67
*
|
Move quoted lambda funarg check and expand coverage
Mattias Engdegård
2023-06-13
1
-27
/
+1
*
|
; * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): minor tweaks
Mattias Engdegård
2023-06-12
1
-4
/
+2
*
|
Warn about unwind-protect without unwind forms
Mattias Engdegård
2023-03-29
1
-0
/
+5
*
|
Warn about `condition-case` without handlers
Mattias Engdegård
2023-02-27
1
-8
/
+13
*
|
* lisp/emacs-lisp/macroexp.el (mapcan): Set funarg-positions.
Mattias Engdegård
2023-02-20
1
-1
/
+1
*
|
Better lambda quote warning
Mattias Engdegård
2023-01-18
1
-6
/
+7
*
|
Styled quotes in compiler warnings
Mattias Engdegård
2023-01-03
1
-7
/
+8
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
|
Consistent empty-body warning messages for let and let*
Mattias Engdegård
2022-12-29
1
-1
/
+1
*
|
Add empty-body warning for when, unless etc
Mattias Engdegård
2022-12-29
1
-1
/
+1
*
|
Fix compiler macro expansion bug
Mattias Engdegård
2022-12-18
1
-1
/
+1
|
/
*
* lisp/emacs-lisp/macroexp.el (macroexp--compiler-macro): Soften message
Stefan Monnier
2022-09-03
1
-1
/
+2
*
Move `while` syntax check from optimiser to macroexpand
Mattias Engdegård
2022-08-19
1
-0
/
+5
*
Display new keybinding in obsolete command warning
Stefan Kangas
2022-08-19
1
-1
/
+3
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-1
/
+1
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-14
1
-1
/
+1
*
Don't say that macro-expansion error is a warning
Mattias Engdegård
2022-06-30
1
-1
/
+1
*
Make "eager macro-expansion" warning into an error
Lars Ingebrigtsen
2022-06-30
1
-3
/
+3
*
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-0
/
+48
*
Byte compiler: Prevent special forms' symbols being replaced by bare symbols
Alan Mackenzie
2022-04-22
1
-101
/
+102
*
* lisp/emacs-lisp/macroexp.el (macroexp-let2*): Allow common shorthand
Stefan Monnier
2022-04-11
1
-3
/
+11
*
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-13
/
+9
*
Remove the remnants of old position mechanism from scratch/correct-warning-pos
Alan Mackenzie
2022-01-15
1
-1
/
+3
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-14
1
-3
/
+5
|
\
|
*
(macroexp--expand-all): Fix bug#53227 and bug#46636
Stefan Monnier
2022-01-14
1
-2
/
+6
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-219
/
+161
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-25
/
+50
|
\
|
|
*
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
|
*
|
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-20
1
-19
/
+41
|
*
|
Fix previous macroexp--warn-wrap change
Lars Ingebrigtsen
2021-12-02
1
-5
/
+6
|
*
|
* lisp/emacs-lisp/macroexp.el: Improve last change
Stefan Monnier
2021-12-01
1
-7
/
+8
|
*
|
Allow inhibiting warnings about obsolete macros again
Lars Ingebrigtsen
2021-11-30
1
-4
/
+5
|
|
/
*
|
Miscellaneous enhancements to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-31
1
-13
/
+27
*
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-3
/
+63
[next]