index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
bytecomp.el
Age
Commit message (
Expand
)
Author
2026-04-27
Do not warn about 'lexical-binding' if buffer is not compiled
Philip Kaludercic
2026-03-10
Use the new error API functions
Stefan Monnier
2026-03-04
Rename 'any' to 'member-if' and deprecate 'cl-member-if'
Sean Whitton
2026-03-03
Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"
Mattias Engdegård
2026-03-03
Rename 'any' to 'member-if' and deprecate 'cl-member-if'
Sean Whitton
2026-03-02
Simplify some overly defensive compiler macros
Mattias Engdegård
2026-02-28
Eliminate double arity warnings
Mattias Engdegård
2026-01-31
Don't produce zero-length lazy strings
Mattias Engdegård
2026-01-30
Pass lazy doc string to 'defalias'
Mattias Engdegård
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-26
December 2025 spelling fixes
Paul Eggert
2025-12-22
Recognise %b and %B in compile-time format string checker
Mattias Engdegård
2025-12-04
* lisp/emacs-lisp/bytecomp.el (funarg-positions): amend 'sort'
Mattias Engdegård
2025-12-03
lisp/emacs-lisp/bytecomp.el (seq-sort-by): Improve `funarg-positions`
Stefan Monnier
2025-12-01
Deduplicate bytecode strings in each top-level form
Mattias Engdegård
2025-11-13
lisp/emacs-lisp/bytecomp.el (define-widget): Add `funarg-positions`
Stefan Monnier
2025-11-05
Unify constants that are equal-including-properties in compiler
Mattias Engdegård
2025-10-30
Faster constant pool string searching
Mattias Engdegård
2025-10-30
Define compiler macros for /=, atom and nlistp
Mattias Engdegård
2025-10-30
Fix numeric comparison bug when optimisation is disabled
Mattias Engdegård
2025-10-30
Remove unused byte-compile-eval-before-compile
Mattias Engdegård
2025-10-23
Sink calls to byte-compile-warning-enabled-p
Mattias Engdegård
2025-10-21
Use 'any' and 'all' to simplify parts of the byte-compiler
Mattias Engdegård
2025-10-18
(eval-and-compile): Preserve the surrounding lexical context
Stefan Monnier
2025-09-01
; * lisp/emacs-lisp/bytecomp.el (featurep): mistake in last change
Mattias Engdegård
2025-09-01
* lisp/emacs-lisp/bytecomp.el (featurep): Safer comp-time evaluation
Mattias Engdegård
2025-08-24
* lisp/emacs-lisp/bytecomp.el (mutating-fns): cl-fill and cl-replace
Mattias Engdegård
2025-07-26
bytecomp.el: Rework the message when the macro is not recognized
Stefan Monnier
2025-07-07
Turn compiler macro defalias messages into warnings
Mattias Engdegård
2025-07-05
Merge from origin/emacs-30
Eli Zaretskii
2025-07-01
; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).
Eli Zaretskii
2025-06-21
Fix byte-compilation of defalias with a constant macro cons pair
Zach Shaftel
2025-06-17
Fix function arity check for noncompiled callees (bug#78685)
Mattias Engdegård
2025-06-09
Revert "Fix function arity check for noncompiled callees (bug#78685)"
Mattias Engdegård
2025-06-05
Fix function arity check for noncompiled callees (bug#78685)
Mattias Engdegård
2025-03-24
(byte-compile-maybe-guarded): Make its code edebuggable
Stefan Monnier
2025-03-05
Make byte-compile-cond-use-jump-table obsolete
Stefan Kangas
2025-02-23
Prefer incf to cl-incf in emacs-lisp/*.el
Stefan Kangas
2025-02-17
Prefer '(evenp A)' to '(= 0 (logand A 1))'
Stefan Kangas
2025-02-14
Fix some uses of `%s` for non-strings/names
Stefan Monnier
2025-02-14
Document cl-n... set operations consistently
Basil L. Contovounesios
2025-02-12
Print bare symbols for EMACS_GENERATE_DYNVARS
Basil L. Contovounesios
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-13
Add support for TCP_NODELAY on network streams
Eric Marsden
2024-12-12
Purecopy removal: Lisp code
Pip Cet
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-10-20
Revert "Preserve source position of macro calls in macro expansions"
Mattias Engdegård
2024-10-20
Preserve source position of macro calls in macro expansions
Alan Mackenzie
[next]