summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-302.2.8: will be tagged as "sbcl-2.2.8"sbcl-2.2.8Christophe Rhodes
2022-08-27Workaround a pseudo-static-generation annoyanceDouglas Katzman
2022-08-27Remove unused variableDouglas Katzman
2022-08-27Remove inapplicable documentationDouglas Katzman
2022-08-27Improve some wordingDouglas Katzman
2022-08-26github actions: increase dynamic space size.Stas Boukarev
2022-08-24Add a test for a full call to AREF not doing type checks.Stas Boukarev
2022-08-24Remove mention of SB-RBTREE from warm buildDouglas Katzman
2022-08-24Speedup float-math verificationDouglas Katzman
2022-08-23Remove unused definitionsDouglas Katzman
2022-08-23Use a single value type in cast-externally-checkable-p.Stas Boukarev
2022-08-22Clarify a NEWS entry.Stas Boukarev
2022-08-22Initial draft of NEWS for sbcl-2.2.8Christophe Rhodes
2022-08-22Split sb-pcl::format-symbol into two variantsDouglas Katzman
2022-08-22Favor base-string as the prefix in GENSYMDouglas Katzman
2022-08-22Use stronger type declarationDouglas Katzman
2022-08-22Adjust a test for #-sb-unicodeStas Boukarev
2022-08-22Better type checks for (and array/vector (not simple-array)).Stas Boukarev
2022-08-22arm64: encode more immediates for < >.Stas Boukarev
2022-08-22Don't check for VECTOR before calling hairy-data-vector-ref.Stas Boukarev
2022-08-22Don't pass arg-count in hairy-data-vector-ref.Stas Boukarev
2022-08-22Slightly faster slow-hairy-data-vector-ref.Stas Boukarev
2022-08-20Fix ppc64 cold-init crashDouglas Katzman
2022-08-19Flip a let binding orderDouglas Katzman
2022-08-19structure-typep vop-optimize: follow the true branch too.Stas Boukarev
2022-08-19other-pointer-subtype-p vop-optimize: follow the true branch too.Stas Boukarev
2022-08-19Remove "augmented" symbolsDouglas Katzman
2022-08-19Fix GNU-stack noteDouglas Katzman
2022-08-18Fix ir2-optimize-jumps.Stas Boukarev
2022-08-17Fix clang-tidy findingDouglas Katzman
2022-08-17Fix -compact-instance-headerStas Boukarev
2022-08-17Disable sb-capstone testsDouglas Katzman
2022-08-17Improve ldb_monitor 'threads' commandDouglas Katzman
2022-08-17Move pcl-compile out of cold buildDouglas Katzman
2022-08-17Cajole COPY-STRUCTURE to inline itself moreDouglas Katzman
2022-08-17Test for sealed classes using structure-typep too.Stas Boukarev
2022-08-17define-vop: :unused-if for temporaries.Stas Boukarev
2022-08-16Test for condition pathname structure-object using structure-typep.Stas Boukarev
2022-08-15Add some truly-theDouglas Katzman
2022-08-15Remove DYNAMIC-SPACE-END and CURRENT-DYNAMIC-SPACE-STARTDouglas Katzman
2022-08-15Fix test breakage due to b95bd213c9Douglas Katzman
2022-08-15Remove convoluted genesis logicDouglas Katzman
2022-08-15Unused variable.Stas Boukarev
2022-08-15Check :start/end for FILL more thoroughly.Stas Boukarev
2022-08-14Use the other TLABs for something (trivial for now)Douglas Katzman
2022-08-14Reapply 88e67077dcf0 with correctionsDouglas Katzman
2022-08-1432-bit: Fix some C warningsDouglas Katzman
2022-08-14Avoid full call to PATHNAMEPDouglas Katzman
2022-08-14Revert "Generalize initializing and closing all TLABs for a thread"Douglas Katzman
2022-08-14Generalize initializing and closing all TLABs for a threadDouglas Katzman