summaryrefslogtreecommitdiff
path: root/tests/bad-code.pure.lisp
AgeCommit message (Expand)Author
2018-05-04Fix the SEARCH transform on bad indexes.Stas Boukarev
2018-05-03Put back a removed test.Stas Boukarev
2018-05-03Change the way encode-universal-time is folded.Stas Boukarev
2018-05-02member transform: don't fall on improper lists.Stas Boukarev
2018-05-02typep transform: don't fall on improper lists.Stas Boukarev
2018-05-02source-form-context: don't fall on improper lists.Stas Boukarev
2018-05-02Fix sequence-lvar-dimensions on improper lists.Stas Boukarev
2018-04-20ir1-optimize-combination: stop if derive-type finds an error in the call.Stas Boukarev
2018-04-04Retry validate-call-type if there are unknown keys in the call.Stas Boukarev
2018-03-06Restore (svref x non-integer) type error detection.Stas Boukarev
2018-03-06Fixup unknown types of variables too.Stas Boukarev
2018-03-04Don't allow (complex number) to be parsed.Stas Boukarev
2018-02-14Better handling of children deletion in delete-lambda.Stas Boukarev
2018-02-13Don't delete the XEP when &optional dispatch never reaches the main entry.Stas Boukarev
2018-01-23Produce only one warning for (typep x 'bad-type)Stas Boukarev
2018-01-23Handle (complex (member not-a-real)) types.Stas Boukarev
2018-01-23Don't try to print highly nested forms for type errors.Stas Boukarev
2018-01-12Fix derive-node-type on hairy types.Stas Boukarev
2018-01-12ctypep: better handling of array-type with unknown element-type.Stas Boukarev
2018-01-11Don't fail when transforming (coerce x nil).Stas Boukarev
2018-01-10PROGV: warn if VARS and VALS aren't lists.Stas Boukarev
2018-01-10Fix declaration processing in HANDLER-CASE.Stas Boukarev
2018-01-09Don't fail on bad VALUES ftype declaration.Stas Boukarev
2018-01-09Catch macro errors when transforming MAKE-ARRAY.Stas Boukarev
2018-01-09Better validation of make-array dimensions.Stas Boukarev
2018-01-09Catch macro errors when transforming LDB.Stas Boukarev
2018-01-05Better handling of bogus type-specifier at compile-time.Stas Boukarev
2018-01-05Fix type mismatch in the &rest-ref transform.Stas Boukarev
2018-01-05Careful macroexpansion in rewrite-initial-contents.Stas Boukarev
2018-01-03Catch (make-array '(x)) at CT.Stas Boukarev
2018-01-03Check type specifiers at compile time.Stas Boukarev
2018-01-03Don't crash when transforming (map values-type ...)Stas Boukarev
2018-01-03Fix a make-array transform on bad dimensions.Stas Boukarev
2018-01-02Simplify ir1-optimize-mv-call and catch more errors.Stas Boukarev
2018-01-02Don't allow &aux to bind constants.Stas Boukarev