summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp-run.el
AgeCommit message (Expand)Author
2026-05-24native--compile-skip-on-battery-p: Try to fix ?b, ?B conditionsSean Whitton
2026-03-11Handle 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-02Allow any thread to run native compilationsSpencer Baugh
2025-05-03Improve native--compile-skip-on-battery-pSean Whitton
2025-05-02New user option native-comp-async-on-battery-powerSean 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-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-01Prefer defvar-local where possibleStefan Kangas
2024-07-06; * lisp/emacs-lisp/comp-run.el (native--compile-async): Improve warning.Eli Zaretskii
2024-07-05Improve warnings from native compilerEli Zaretskii
2024-05-29Rename comp-run.el and comp-cstr.el private functionsDavide Pola
2024-05-28Redirect 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-20Add native compiler sanitizerAndrea Corallo
2024-03-15* Don't install unnecessary trampolines (bug#69573)Andrea Corallo
2024-02-29Improve documentation of recent changes in comp-run.elEli Zaretskii
2024-02-29* Add 'native-comp-async-report-warnings-errors-kind'Andrea Corallo
2024-02-29* Improve 'native-comp-async-report-warnings-errors' tagAndrea Corallo
2024-02-21; * lisp/emacs-lisp/comp-run.el: Fix typo.Andrea Corallo
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-03* lisp/emacs-lisp/comp-run.el (bytecomp): Require it (bug#67590)Andrea Corallo
2023-11-09Clean-up warnings for non native builds (this time for real)Andrea Corallo
2023-11-09comp: Add comp-common.elAndrea Corallo
2023-11-09Don't load comp when installing an existing trampolineAndrea Corallo
2023-11-09comp: don't require 'warnings' in comp-runAndrea Corallo
2023-11-09comp: make comp-run don't require cl-lib at runtimeAndrea Corallo
2023-11-09comp: split code in comp-run.elAndrea Corallo