summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* * Invoke spawed Emacs processes with '-Q' when native compiling (bug#60208)Andrea Corallo2022-12-211-2/+2
* Prevent Abort dialogs from async-compiling jobs on WindowsEli Zaretskii2022-12-171-2/+5
* ; Remove debugging leftover messageEli Zaretskii2022-12-031-1/+0
* Do not prune native-compiled system directories (bug#59658)Juanma Barranquero2022-11-281-1/+3
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-1/+1
* Set 'native-comp-debug' to zero on MS-WindowsEli Zaretskii2022-10-291-2/+2
* Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-291-3/+4
* Set `comp-no-spawn' earlier using -no-comp-spawnAndrea Corallo2022-10-261-5/+5
* * Fix async native compilation (bug#58637)Andrea Corallo2022-10-191-1/+2
* * Prevent potential native compilation infinite recursionsAndrea Corallo2022-10-181-83/+85
* Improve native-compile-prune-cache messagesStefan Kangas2022-10-171-1/+1
* Don't prune *.eln files in parent of eln-load-pathStefan Kangas2022-10-171-1/+3
* Fix spurious "Compilation finished" native-comp messagesLars Ingebrigtsen2022-10-171-3/+8
* Avoid having the async compile log saying it's compiling loaddefsLars Ingebrigtsen2022-10-171-0/+1
* Add trampoline AOT compilation target (bug#58318)Andrea Corallo2022-10-111-0/+11
* Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-1/+1
* Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-16/+20
* Merge from origin/emacs-28Stefan Kangas2022-09-211-2/+3
|\
| * MacOS ld warning from native compilation (bug#57849)Gerd Möllmann2022-09-191-2/+3
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-1/+0
* | Merge from origin/emacs-28Stefan Kangas2022-09-051-2/+5
|\|
| * * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefullyStefan Monnier2022-09-031-2/+5
* | Teach 'max-char' about the Unicode code rangeEli Zaretskii2022-09-031-1/+1
* | * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type specAndrea Corallo2022-08-221-6/+16
* | Fix string-to-syntax signature in comp-known-type-specifiersMattias Engdegård2022-08-181-1/+1
* | * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some typeAndrea Corallo2022-08-181-10/+10
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-1/+4
* | Fix native compiler handling of narrow-to-regionGerd Möllmann2022-07-301-5/+1
* | Adapt native compiler to change in narrow-to-regionGerd Möllmann2022-07-291-1/+2
* | Fix typo in error message in native-compile-prune-cacheLars Ingebrigtsen2022-07-231-1/+1
* | Give a better error message in native-compile-prune-cacheLars Ingebrigtsen2022-07-221-0/+2
* | Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\|
| * Mark async worker tmp file as utf-8-emacs-unix (bug#48029)Andrea Corallo2022-07-131-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-07-121-1/+3
|\|
| * ; * lisp/emacs-lisp/comp.el (native-comp-speed): Explain the -1 value.Eli Zaretskii2022-07-111-1/+3
| * * Fix native comp for non trivial function names (bug#52833)Andrea Corallo2022-01-171-1/+3
| * Revert "Remove the filename argument from the command line after an ELC+ELN b...Eli Zaretskii2022-01-101-2/+1
| * Remove the filename argument from the command line after an ELC+ELN buildAlan Mackenzie2022-01-101-1/+2
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-3/+3
* | 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