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
*
; 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
|
\
|
*
Fix integer arithmetic miss-compilation (bug#53451)
Andrea Corallo
2022-02-09
1
-12
/
+14
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Make use of `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-37
/
+15
*
|
* Redefine `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-2
/
+10
|
/
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2021-09-03
1
-1
/
+1
*
* Improve `comp-normalize-valset' reproducibility (bug#48021)
Andrea Corallo
2021-04-29
1
-7
/
+12
*
Have `comp-cstr-intersection-no-mem' intersect pos neg value sets
Andrea Corallo
2021-04-27
1
-1
/
+3
*
* lisp/emacs-lisp/comp-cstr.el (comp-ctxt): Initialize it.
Andrea Corallo
2021-04-26
1
-1
/
+1
*
Rework where `comp-ctxt' is defined.
Andrea Corallo
2021-04-26
1
-0
/
+4
*
; Add 2021 to copyright years
Glenn Morris
2021-04-25
1
-2
/
+1
*
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-1-no-mem): (not null) => t.
Andrea Corallo
2021-04-13
1
-1
/
+9
*
* lisp/emacs-lisp/comp-cstr.el (comp-normalize-valset): Remove duplicates.
Andrea Corallo
2021-04-13
1
-6
/
+8
*
; Remove two unnecessary quotes
Andrea Corallo
2021-03-21
1
-1
/
+1
*
Use `length=' and family where possible in native comp code
Andrea Corallo
2021-03-07
1
-2
/
+2
*
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr
Andrea Corallo
2021-03-06
1
-13
/
+19
*
Fix `=' propagation to handle -0.0 0.0 case
Andrea Corallo
2021-03-06
1
-2
/
+6
*
Fix two compiler ICEs dealing with nan and infinity
Andrea Corallo
2021-03-03
1
-3
/
+6
*
Fix = propagation semantic for constrained inputs
Andrea Corallo
2021-03-02
1
-11
/
+30
*
Fix `eql' `equal' propagation of non hash consed values (bug#46843)
Andrea Corallo
2021-03-01
1
-0
/
+22
*
Don't treat '=' as simple equality emitting constraints (bug#46812)
Andrea Corallo
2021-02-28
1
-0
/
+12
*
Migrate and rename a bunch of functions from comp.el to comp-cstr.el
Andrea Corallo
2021-02-28
1
-0
/
+70
*
* Fix union constraint for mixed pos/neg constraints
Andrea Corallo
2021-02-22
1
-0
/
+6
[next]