index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp-cstr.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Grammar fixes for "native-compiled"
Stefan Kangas
2025-02-28
1
-1
/
+1
*
Prefer incf to cl-incf in emacs-lisp/*.el
Stefan Kangas
2025-02-23
1
-2
/
+2
*
Prefer decf to cl-decf
Stefan Kangas
2025-02-23
1
-2
/
+2
*
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
Mark if-let and when-let obsolete
Sean Whitton
2024-10-24
1
-10
/
+10
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-type-p): Add assertion.
Andrea Corallo
2024-10-15
1
-0
/
+2
*
Fix comp branch-optim pass (bug#73270)
Andrea Corallo
2024-10-15
1
-3
/
+6
*
Generalize 'comp-cstr-symbol-p'
Andrea Corallo
2024-07-11
1
-9
/
+4
*
Rename comp-run.el and comp-cstr.el private functions
Davide Pola
2024-05-29
1
-70
/
+70
*
* Rework 'comp-normalize-valset' (bug#71116)
Andrea Corallo
2024-05-27
1
-14
/
+16
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-type-p): Improve last change.
Andrea Corallo
2024-04-10
1
-8
/
+19
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-type-p): New function.
Andrea Corallo
2024-04-10
1
-0
/
+11
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-symbol-p): Simplify.
Andrea Corallo
2024-04-10
1
-4
/
+2
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-fixnum-p): Fix.
Andrea Corallo
2024-04-10
1
-1
/
+3
*
* Make comp ignore EIEIO classes (bug#70141)
Andrea Corallo
2024-04-08
1
-1
/
+4
*
; * lisp/emacs-lisp/comp-cstr.el (comp--normalize-typeset0): Fix comment.
Andrea Corallo
2024-03-20
1
-7
/
+4
*
* Use 'cl-type-of' in comp-cstr.el
Andrea Corallo
2024-03-19
1
-4
/
+4
*
Simplify type hierarchy operations
Stefan Monnier
2024-03-08
1
-47
/
+8
*
comp-cstr.el: Fix a minor error and prepare for upcoming changes
Stefan Monnier
2024-03-08
1
-7
/
+10
*
Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'
Andrea Corallo
2024-02-28
1
-14
/
+16
|
\
|
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr): Rename constructors.
Andrea Corallo
2024-02-21
1
-14
/
+14
|
*
Merge from origin/emacs-29
Eli Zaretskii
2024-02-17
1
-0
/
+2
|
|
\
|
|
*
* Improve reproducibility of inferred values by native comp
Andrea Corallo
2024-02-11
1
-0
/
+2
*
|
|
* make use of 'cl--direct-supertypes-of-type' in the native-compiler
Andrea Corallo
2024-02-15
1
-12
/
+13
|
/
/
*
|
; Fix typos in symbol names
Stefan Kangas
2024-01-21
1
-1
/
+1
*
|
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-12-09
1
-1
/
+1
|
\
|
|
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp-cstr.el (comp--direct-supertype): Remove unused.
Andrea Corallo
2023-11-03
1
-10
/
+0
*
|
lisp/emacs-lisp/comp-cstr.el: Fix bootstrap
Stefan Monnier
2023-10-31
1
-1
/
+1
*
|
; * lisp/emacs-lisp/comp-cstr.el (comp-subtype-p): Hoist above use.
Mattias EngdegÄrd
2023-10-30
1
-8
/
+8
*
|
comp-cstr.el: The type hierarchy is a DAG, not a tree
Stefan Monnier
2023-10-30
1
-64
/
+92
*
|
; * lisp/emacs-lisp/comp-cstr.el: Fix punctuation.
Eli Zaretskii
2023-10-20
1
-3
/
+3
*
|
Improve cstr typeset normalization
Andrea Corallo
2023-10-19
1
-4
/
+49
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-06-10
1
-1
/
+1
|
\
|
|
*
; Update my mail address
Andrea Corallo
2023-06-08
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp-cstr.el (cl-macs): Require it.
Andrea Corallo
2023-06-04
1
-0
/
+1
*
|
* Have `comp-cstr-to-type-spec' handle comp-cstr-f as well
Andrea Corallo
2023-06-04
1
-2
/
+16
*
|
comp: Recompute type slots after byte compilation for user types
Andrea Corallo
2023-05-29
1
-8
/
+23
*
|
comp: Propagate pre slot access type check
Andrea Corallo
2023-05-23
1
-0
/
+17
*
|
comp: Make use of predicates in propagation for non builtin types
Andrea Corallo
2023-05-23
1
-0
/
+8
*
|
comp: Account non builtin types in type hierarchy
Andrea Corallo
2023-05-23
1
-2
/
+22
|
/
*
; Fix typo
Stefan Kangas
2023-02-18
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-1
/
+1
*
* Rename `comp--typeof-builtin-types'
Andrea Corallo
2022-08-18
1
-5
/
+5
*
* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
Andrea Corallo
2022-08-18
1
-4
/
+0
*
; Fix two mail addresses
Andrea Corallo
2022-05-16
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-02-10
1
-12
/
+14
|
\
[next]