Fix argument order for a transform
View Changes
Lower (member #\1 str :test #'char-equal) to :test #'char=
View Changes
Lower :tests for more functions
View Changes
Do not cons for (when (intersection a b))
View Changes
Reduce recursion in sb-walker
View Changes
generate-version.sh: don't print version_n_root=0 for branch builds
View Changes
generate-version.sh: don't assume .git/ layout
View Changes
nintersection and nset-difference do not modify the second list
View Changes
intersection: use hash-tables
View Changes
replace: make sure LENGTH is inlined
View Changes
Reduce type checks in invoke-fast-method-call
View Changes
Faster keyword argument checking in CLOS
View Changes
Faster compilation of TYPEP on disjoint numeric types
View Changes
Improve UNION
View Changes
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | Fix Committed | Undecided | - | |
| Affects | Status | Importance | Assigned to | Bug watch | |
|---|---|---|---|---|---|
|
|
sbcl | New | Undecided | - | |
arm64: don't check types in the length/list VOP with zero safety
View Changes
Don't verify-arg-count for XEPs with known calls
View Changes
lambda-var-ref-lvar: correctly omit the arg-count var
View Changes
Don't break specialized-xeps by tail calling them
View Changes
block-compilation
View Changes
Derive the return type of XEPs
View Changes
Catch type mismatches when calling XEPs
View Changes
Make sure TYPE-ERRORs have valid DATUM and EXPECTED-TYPE
View Changes
union: preserve the argument order passed to :test
View Changes
union: use hash-tables for :test #'string=, #'=
View Changes
SunOS doesn't have termios.c_ispeed
View Changes
freebsd-ppc64: add missing FP functions
View Changes
sb-x86-64-asm::maybe-note-static-lispobj: use prin1 consistently
View Changes
Improve TYPEP for (and some-instance-type (not some-subtype))
View Changes
Last updated: May 16, 2026 12:16 AM