summaryrefslogtreecommitdiff
path: root/tests/type.pure.lisp
AgeCommit message (Expand)Author
2024-05-24Fix a test.Stas Boukarev
2024-05-15Check for other-pointer types directly.Stas Boukarev
2024-04-30Disable failing tests on mark-region-gcStas Boukarev
2024-03-30Fix load-other-pointer-widetag + non-null-symbol-p.Stas Boukarev
2024-03-11Better %other-pointer-widetag derivation for arrays.Stas Boukarev
2024-03-08Protect a test.Stas Boukarev
2024-03-08Fold structure-typep.Stas Boukarev
2024-02-17transform-union-numeric-typep: properly check for integer types.Stas Boukarev
2023-12-04Hide more system-internal type namesDouglas Katzman
2023-10-05Don't do constant folding on complex arrays.Stas Boukarev
2023-10-03Fix the loop in source-transform-union-typep.Stas Boukarev
2023-05-03Remove stub for %MAKE-FUNCALLABLE-INSTANCEDouglas Katzman
2023-01-31Better integer type tests on unions with fixnums.Stas Boukarev
2023-01-12Adjust code to match commentChristophe Rhodes
2022-12-30Fix bug in and improve efficiency of MAKE-EQL-TYPEDouglas Katzman
2022-11-29Stronger canonization of RATIONAL boundsChristophe Rhodes
2022-10-24Fix the array-rank type deriver.Stas Boukarev
2022-10-07x86-64: more lowtag test elisionDouglas Katzman
2022-04-16Extend float infinity handling in MAKE-NUMERIC-TYPEJan Moringen
2021-12-18Add a layout flag for wholly boxed instancesDouglas Katzman
2021-10-26Downgrade the * type specifier error to a warning.Stas Boukarev
2021-10-05Disallow * as a lambda list element typeDouglas Katzman
2021-06-18Generalize and smartenize the union type unparserDouglas Katzman
2021-05-18Remove more assumptions of implicit 0-fill for all vectorsDouglas Katzman
2021-04-11Metaspace part 1: layouts split into pieces if #+metaspaceDouglas Katzman
2021-04-11Improve TYPE-OF on layoutless funcallable instancesDouglas Katzman
2021-03-22Change classoid-subclasses to hold wrappers if #+metaspaceDouglas Katzman
2021-02-19Avoid calling TYPE= on wild typesChristophe Rhodes
2021-02-19Fix certainty in type-equality for unionsChristophe Rhodes
2021-02-18Canonize unions of rational and integer typesChristophe Rhodes
2021-01-30fix pairwise union of cons typesChristophe Rhodes
2021-01-06Fix MAKE-NUMERIC-TYPE unionize coercion.Stas Boukarev
2020-12-15Make TYPE-OF on instances without a layout.Stas Boukarev
2020-12-12Turn (SATISFIES CL:fn) into tpe recognized by CL:fnDouglas Katzman
2020-12-05Add more layout flag bitsDouglas Katzman
2020-11-22Add interpreter stubDouglas Katzman
2020-10-29Rip out the (ARRAY NIL (*)) is STRINGP logicDouglas Katzman
2020-05-05Fix PATHNAMEP optimizationDouglas Katzman
2020-01-11Improve error message about misuse of * as type specifierDouglas Katzman
2019-10-26Add a test-case for lp#1799719Stas Boukarev
2019-08-03Correct CTYPEP on function-types.Stas Boukarev
2019-04-06Fix test for #-sb-unicodeDouglas Katzman
2019-04-06Enforce still more purity of pure testsDouglas Katzman
2019-03-22Run each pure test file in a randomly named packageDouglas Katzman
2019-03-21Use fewer sharp-dotsDouglas Katzman
2019-01-05Reimplement NUMERIC-TYPES-ADJACENT to be legible and not suckDouglas Katzman
2018-12-06tests: Move utilities for types into tests/test-util.lispJan Moringen
2018-11-30Add support to 'run-tests' for compiling in multiple threadsDouglas Katzman
2018-07-28Fix a test.Stas Boukarev
2018-07-28Make CTYPE= tests meaningful, fix SIMD-PACK SIMPLE-= methodDouglas Katzman