summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp-common.el
Commit message (Expand)AuthorAgeFilesLines
* ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-2/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* Add 'message' to 'comp-primitive-type-specifiers'Andrea Corallo2024-06-031-0/+1
* Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-281-1/+1
* Remove unnecessary cons in function-type propertyAndrea Corallo2024-05-051-1/+1
* Rename property 'declared-type' to 'function-type'Andrea Corallo2024-04-291-1/+1
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-291-34/+3
* Make use of Lisp function declarationsAndrea Corallo2024-04-291-12/+17
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-0/+2
* * Fix `capitalize` entry in `comp-known-type-specifiers` (bug#69631)Andrea Corallo2024-03-081-1/+1
* Add a proper type for obarraysMattias EngdegÄrd2024-02-231-1/+2
* * Fix 'parse-colon-path' entry in 'comp-known-type-specifiers'Andrea Corallo2024-02-221-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Update handling of advices during preloadJens Schmidt2023-12-041-5/+4
* * Update 'native-comp-never-optimize-functions' versionAndrea Corallo2023-11-221-1/+1
* * Add 'eval' to 'native-comp-never-optimize-functions' (bug#67141)Andrea Corallo2023-11-201-1/+2
* Clean-up warnings for non native builds (this time for real)Andrea Corallo2023-11-091-14/+1
* Clean-up warnings for non native buildsAndrea Corallo2023-11-091-0/+17
* comp: Don't load.el comp when C-h fAndrea Corallo2023-11-091-0/+362
* comp: Add comp-common.elAndrea Corallo2023-11-091-0/+187