summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/comp.el: Fix typos. Add LocalWords.Stefan Kangas2021-04-271-21/+24
* Doc fixes for comp.elGlenn Morris2021-04-261-6/+6
* Fix some custom types in comp.elGlenn Morris2021-04-261-5/+5
* Rename abnormal hook to comp-async-cu-done-functionsStefan Kangas2021-04-271-6/+5
* Rework where `comp-ctxt' is defined.Andrea Corallo2021-04-261-2/+0
* * lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).Andrea Corallo2021-04-261-0/+2
* * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix string-search.Andrea Corallo2021-04-261-1/+1
* * lisp/emacs-lisp/comp.el (comp-accept-and-process-async-output): Fix regexp.Andrea Corallo2021-04-261-1/+1
* ; Add 2021 to copyright yearsGlenn Morris2021-04-251-2/+1
* * lisp/emacs-lisp/comp.el (no-native-compile): Minor doc fixes.Stefan Kangas2021-04-251-7/+6
* * lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.Andrea Corallo2021-04-211-2/+1
* * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.Andrea Corallo2021-04-211-1/+1
* Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-211-34/+38
* * lisp/emacs-lisp/comp.el (comp-effective-async-max-jobs): Handle BSD.Ashish SHUKLA2021-04-161-0/+3
* * Improve some docstring in comp.elAndrea Corallo2021-04-071-6/+13
* * lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.Andrea Corallo2021-04-041-2/+5
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-011-0/+7
* * lisp/emacs-lisp/comp.el (comp-final): Clean-up temporary file.Andrea Corallo2021-03-311-1/+3
* Rework native compilation `comp-debug' (bug#46495)Andrea Corallo2021-03-311-6/+6
* * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.Andrea Corallo2021-03-311-2/+2
* Improve two native compiler related docstrings.Andrea Corallo2021-03-241-1/+1
* * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.Andrea Corallo2021-03-211-0/+1
* * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add new function.Andrea Corallo2021-03-211-0/+14
* Revert "* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all..."Andrea Corallo2021-03-211-5/+2
* ; Remove two unnecessary quotesAndrea Corallo2021-03-211-1/+1
* * lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.Andrea Corallo2021-03-211-2/+5
* Fix `no-byte-compile' native compilation interaction (bug#47169)Andrea Corallo2021-03-161-1/+2
* Have `no-byte-compile' implies also `no-native-compile'.Andrea Corallo2021-03-161-0/+2
* Prefer expand-file-name to concat in native-compilation codeEli Zaretskii2021-03-151-3/+3
* Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-141-8/+8
* * Fix circular dependecy when loading a modified comp.el (bug#47049)Andrea Corallo2021-03-121-14/+17
* Implement `no-native-compile' (bug#46983)Andrea Corallo2021-03-121-43/+54
* * Fix error reporting for async native compilation (bug#47024)Andrea Corallo2021-03-121-5/+17
* * Fix truncated warnings (bug#47024)Andrea Corallo2021-03-101-1/+2
* Use `length=' and family where possible in native comp codeAndrea Corallo2021-03-071-3/+3
* * lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.Andrea Corallo2021-03-071-0/+1
* Allow for `comp-native-driver-options' to work as a file-local variable.Andrea Corallo2021-03-071-0/+4
* Use MS-Windows system APIs to get number of processorsEli Zaretskii2021-03-071-2/+1
* Fix miscompilation of funcall forms in some cases (bug#46974)Pip Cet2021-03-061-2/+4
* * lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-simple): Suppress warning.Andrea Corallo2021-03-061-2/+1
* Fix typos and doc strings in native-compilation filesEli Zaretskii2021-03-041-103/+104
* Fix `eql' `equal' propagation of non hash consed values (bug#46843)Andrea Corallo2021-03-011-5/+10
* Don't treat '=' as simple equality emitting constraints (bug#46812)Andrea Corallo2021-02-281-15/+22
* Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-281-83/+17
* Make some defcustom types stricter in comp.elStefan Kangas2021-02-261-6/+9
* Add :version tags to defcustoms in comp.elStefan Kangas2021-02-261-15/+28
* Fix last changeEli Zaretskii2021-02-261-10/+12
* * Improve `comp-async-report-warnings-errors' docstringAndrea Corallo2021-02-261-1/+12
* Improve documentation of last changeEli Zaretskii2021-02-261-2/+6
* * Add `comp-async-query-on-exit' customize.Andrea Corallo2021-02-261-1/+6