summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* Add native-compile-prune-cache commandLars Ingebrigtsen2022-07-021-0/+24
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-2/+2
* Fix native-comp of trampolines after previous changeLars Ingebrigtsen2022-05-281-0/+1
* Make comp--native-compile delete the temp file it createsLars Ingebrigtsen2022-05-261-42/+53
* Fix comp-mvar doc string quotingLars Ingebrigtsen2022-05-241-1/+1
* comp.el: Cosmetic changesStefan Monnier2022-05-221-23/+39
* ; Fix two mail addressesAndrea Corallo2022-05-161-1/+1
* Fix native-comp type of prin1-to-stringLars Ingebrigtsen2022-05-151-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-6/+6
* Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-2/+10
* * Have `null' and `not' explicit in LIMPLE so we inline themAndrea Corallo2022-02-041-1/+3
* (byte-compile-eval): Adjust to changes in `load-history`Stefan Monnier2022-01-311-0/+1
* * `batch-byte+native-compile' produce .eln younger than .elc (bug#52912)Andrea Corallo2022-01-251-6/+11
* * lisp/emacs-lisp/comp.el (batch-byte+native-compile): Fix unwind formAndrea Corallo2022-01-251-2/+2
* Remove the unused unbind-all bytecodeMattias EngdegÄrd2022-01-241-1/+0
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-221-4/+6
|\
| * Suspend temp .elc production when native compiling till when necessaryAndrea Corallo2022-01-191-4/+6
* | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-1/+3
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-16/+9
|\|
| * Remove the filename argument from the command line after an ELC+ELN buildAlan Mackenzie2022-01-111-1/+2
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | * Fix native comp for non trivial function names (bug#52833)Andrea Corallo2021-12-281-1/+3
| * | Make use of `comp-cstr-shallow-copy'Andrea Corallo2021-12-011-13/+3
| |/
* | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-1/+1
* | Make symbols with positions work with native compilationAlan Mackenzie2021-12-301-7/+6
|/
* * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.Andrea Corallo2021-10-161-1/+2
* * Fix `native-compile-target-directory' effectiveness on trampolinesAndrea Corallo2021-10-151-1/+3
* ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.Andrea Corallo2021-10-151-2/+2
* New function num-processorsPaul Eggert2021-10-101-14/+1
* * Fix `batch-native-compile' not to spawn a subprocessAndrea Corallo2021-10-041-4/+8
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.Eli Zaretskii2021-09-281-1/+1
* Make the build of source tarball produce *.eln filesEli Zaretskii2021-09-281-9/+16
* ; * lisp/emacs-lisp/comp.el (batch-native-compile): Doc fix.Eli Zaretskii2021-09-281-4/+5
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-2/+2
* Improve doc strings of a recent commitEli Zaretskii2021-09-181-2/+3
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* ; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.Eli Zaretskii2021-09-111-1/+1
* Add support for GCC compiler command-line optionsArthur Miller2021-09-101-0/+18
* * Forward `comp-file-preloaded-p' to async workersAndrea Corallo2021-08-271-1/+2
* ; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.Eli Zaretskii2021-08-221-3/+3
* * Fix `native-compile-target-directory' effectiveness for async compilation.Andrea Corallo2021-08-171-1/+2
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-1/+1
* Fix print-length issue in comp-run-async-workersLars Ingebrigtsen2021-08-071-1/+3
* * Add `native-compile-target-directory' (bug#48743)Andrea Corallo2021-06-011-5/+9
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-011-5/+5
* * Make *Async-native-compile-log* buffer read-only (bug#48763)Andrea Corallo2021-05-311-3/+8
* Fix native-comp-async-report-warnings-errors :typeBasil L. Contovounesios2021-05-221-1/+1
* Add a 'silent option for native-comp-async-report-warnings-errorsEric Abrahamsen2021-05-161-10/+19
* * Rename comp-deferred-compilation-deny-listAndrea Corallo2021-05-111-3/+3