index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp-run.el
Age
Commit message (
Expand
)
Author
2026-05-24
native--compile-skip-on-battery-p: Try to fix ?b, ?B conditions
Sean Whitton
2026-03-11
Handle compressed filenames in `native--compile-async-skip-p' (bug#57627)
Phil Sainty
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-31
(native--compile-async): Try and avoid inf-loops (bug#80012)
Stefan Monnier
2025-09-02
Allow any thread to run native compilations
Spencer Baugh
2025-05-03
Improve native--compile-skip-on-battery-p
Sean Whitton
2025-05-02
New user option native-comp-async-on-battery-power
Sean Whitton
2025-04-25
* Fix missing lexical-binding cookie warning on async compilation (bug#77918)
Roi Martin
2025-01-29
; Remove duplicate defvar in comp-run.el.
Basil L. Contovounesios
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-10-01
Prefer defvar-local where possible
Stefan Kangas
2024-07-06
; * lisp/emacs-lisp/comp-run.el (native--compile-async): Improve warning.
Eli Zaretskii
2024-07-05
Improve warnings from native compiler
Eli Zaretskii
2024-05-29
Rename comp-run.el and comp-cstr.el private functions
Davide Pola
2024-05-28
Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`
Stefan Monnier
2024-03-20
; * lisp/emacs-lisp/comp-run.el (comp-run-async-workers): Fix indentation.
Andrea Corallo
2024-03-20
Add native compiler sanitizer
Andrea Corallo
2024-03-15
* Don't install unnecessary trampolines (bug#69573)
Andrea Corallo
2024-02-29
Improve documentation of recent changes in comp-run.el
Eli Zaretskii
2024-02-29
* Add 'native-comp-async-report-warnings-errors-kind'
Andrea Corallo
2024-02-29
* Improve 'native-comp-async-report-warnings-errors' tag
Andrea Corallo
2024-02-21
; * lisp/emacs-lisp/comp-run.el: Fix typo.
Andrea Corallo
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-03
* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)
Andrea Corallo
2023-11-09
Clean-up warnings for non native builds (this time for real)
Andrea Corallo
2023-11-09
comp: Add comp-common.el
Andrea Corallo
2023-11-09
Don't load comp when installing an existing trampoline
Andrea Corallo
2023-11-09
comp: don't require 'warnings' in comp-run
Andrea Corallo
2023-11-09
comp: make comp-run don't require cl-lib at runtime
Andrea Corallo
2023-11-09
comp: split code in comp-run.el
Andrea Corallo