index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp.el
Age
Commit message (
Expand
)
Author
2026-03-15
Merge remote-tracking branch 'origin/scratch/error-API'
Stefan Monnier
2026-03-12
Fix 'comp--func-unique-in-cu-p' to match docstring
Julian Scheid
2026-03-11
Fix negated equality assumptions (bug#80327)
Andrea Corallo
2026-03-10
Use the new error API functions
Stefan Monnier
2026-03-10
Error handling clarifications found during error-API
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-06
* Fix native compiler for circular objects (bug#75135)
Andrea Corallo
2025-07-17
comp.el: Fix minor corner-case annoyances
Stefan Monnier
2025-07-09
Nativecomp don't materialize non-materializable objects (bug#78606)
Andrea Corallo
2025-06-23
* Make native comp use lexbinding for sync compilations (bug#78818)
Andrea Corallo
2025-05-17
Merge from origin/emacs-30
Eli Zaretskii
2025-05-10
; * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Doc fix.
Eli Zaretskii
2025-03-23
Fix a nativecomp type propagation bug (bug#74771)
Andrea Corallo
2025-02-25
Use cl-with-gensyms in a few more cases
Stefan Kangas
2025-02-23
Prefer incf to cl-incf in emacs-lisp/*.el
Stefan Kangas
2025-02-23
Prefer decf to cl-decf
Stefan Kangas
2025-02-01
Use #$ for lambda fixups in native compilation data vectors
Pip Cet
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-18
* Make again `comp--finalize-container' compilable
Andrea Corallo
2024-12-12
Pure storage removal: Adjust nativecomp code
Pip Cet
2024-12-12
Pure storage removal: Remove purecopy hash table flag
Pip Cet
2024-12-09
; Add an autoload cookie for native-compile-prune-cache
Gerd Möllmann
2024-11-21
; Fix typos
Stefan Kangas
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-10-23
; Improve documentation of 'native-compile-directory' (bug#73303)
Eli Zaretskii
2024-10-22
Add 'native-compile-directory' (bug#73303)
Andrea Corallo
2024-10-22
* Rework 'comp-lookup-eln'
Andrea Corallo
2024-10-15
* lisp/emacs-lisp/comp.el (comp--type-check-optim-block): Improve log msg.
Andrea Corallo
2024-10-01
* Don't iterate over an hash table while modifyiong it in comp.
Andrea Corallo
2024-09-26
* Clean-up unused condition-case
Andrea Corallo
2024-07-11
Fix 'comp--type-check-optim-block' it using 'comp-cstr-type-p'
Andrea Corallo
2024-07-11
Add 'comp-type-check-optim' pass
Andrea Corallo
2024-07-11
Split 'comp--ssa' code
Andrea Corallo
2024-07-09
Support interpreted functions as input for 'native-compile' (bug#71934)
Andrea Corallo
2024-07-08
; Improve a recent change to the documentation
Eli Zaretskii
2024-07-08
; Improve 'native-comp-debug' documentation
Andrea Corallo
2024-07-05
Improve warnings from native compiler
Eli Zaretskii
2024-06-29
; Fix typos in symbols
Stefan Kangas
2024-06-04
Spelling fixes
Paul Eggert
2024-06-03
* lisp/emacs-lisp/comp.el (native-compile): Type declare.
Andrea Corallo
2024-05-28
Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`
Stefan Monnier
2024-05-16
* Fix bootstrap with checking enabled
Andrea Corallo
2024-05-14
Change 'type' declaration to 'ftype'
Andrea Corallo
2024-05-13
Add 'safety' function declaration
Andrea Corallo
2024-05-13
* lisp/emacs-lisp/comp.el (comp--get-function-cstr): Fix it.
Andrea Corallo
2024-05-06
; Avoid byte-compiler warning in comp.el
Eli Zaretskii
2024-05-05
Remove unnecessary cons in function-type property
Andrea Corallo
2024-05-05
Fix intra compilation unit function type declaration
Andrea Corallo
[next]