Fix make-array transforms.
[sbcl.git] / tests /
2014-01-05 Stas BoukarevFix make-array transforms. master
2014-01-04 Christophe Rhodesbetter encapsulation support in generic functions
2014-01-03 Stas BoukarevUPGRADED-ARRAY-ELEMENT-TYPE: more thoroughly signal...
2014-01-03 Stas BoukarevFix the recent %vector-widetag-and-n-bits change.
2014-01-02 Stas BoukarevOptimize MAKE-ARRAY on unknown element-type.
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-12-09 Joshua ElsasserMark (RANGE-REDUCTION PRECISE-PI) as failing on openbsd...
2013-12-07 Stas BoukarevFix cut-to-width in the presence of bad constants in...
2013-11-30 Stas BoukarevOptimize CONCATENATE transform.
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-11-18 Stas BoukarevImprove ARRAY-RANK transform.
2013-11-16 Stas BoukarevFix a regression in class accessors.
2013-11-16 Stas BoukarevInherit FP modes for new threads on Windows.
2013-11-15 Stas BoukarevFix :bug-309448 test for faster CPUs.
2013-11-15 Christophe Rhodespartially rewrite accessor-values-internal
2013-11-15 Christophe Rhodesrelax restriction on defstruct slot names
2013-11-15 Christophe Rhodesfix another LET*/:interpret bug
2013-11-14 Paul KhuongMore meaningful error message for OPEN :IF-EXISTS ...
2013-11-14 Paul KhuongMore reliable test for asynchronous aborts in semaphore...
2013-11-14 Paul KhuongNew function SB-EXT:ASSERT-VERSION->=
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-11-11 Douglas KatzmanAdd test for my commit 0e8649... of last week
2013-11-10 Stas BoukarevFix merging of ~/ pathnames.
2013-11-08 Stas BoukarevDon't warn when #'(setf fun) is used in the presence...
2013-11-06 Stas BoukarevFix equality between #p"~" and (user-homedir-pathname...
2013-11-04 Paul KhuongMore complicated TYPEP tests are marginally transparent...
2013-11-04 Stas BoukarevFix foreign-stack-alignment test on SPARC.
2013-11-03 Stas BoukarevFix EQUALP on structures with raw slots.
2013-11-03 Christophe Rhodesfix LET* environment semantics in sexp-based evaluator
2013-11-03 Stas BoukarevFix run-tests.sh on Solaris.
2013-11-01 Stas BoukarevAdd --help to run-tests.sh.
2013-11-01 Stas Boukarevtests: better reports when /bin/ed is not present.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Stas BoukarevFix defmethod arglists leaking into make-method-lambda.
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-22 Jan MoringenUse new MAP-RESTARTS in FIND-RESTART, COMPUTE-RESTARTS...
2013-10-22 Jan MoringenSilence some unused variable warnings in tests/conditio...
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-10-17 Stas BoukarevStop (describe (make-instance 'generic-function)) from...
2013-10-17 Stas Boukarevfunction-lambda-expression: Return the name of a generi...
2013-10-17 Stas Boukarevtests: don't require ASDF.
2013-10-17 Stas BoukarevFix where tests are trying to find contribs.
2013-10-16 Stas Boukarevrun-program: Add support for :environment on WIN32.
2013-10-13 Jim WiseFor consistency with other shell scripts here, use...
2013-10-13 Jim WiseFix on Solaris by accounting for /bin/sh there.
2013-10-13 Stas BoukarevFix (compile '(setf function)).
2013-10-09 Christophe Rhodesdon't consider an interpreted->compiled function change...
2013-10-03 Stas BoukarevAdd a test-case for the previous commit.
2013-09-24 Stas BoukarevFix OPEN with :io and :if-does-not-exist nil.
2013-09-23 Stas BoukarevADJOIN shouldn't constant fold.
2013-09-22 Paul KhuongTest for broken copy-more-arg harder
2013-09-22 Paul KhuongFix copy-more-arg on x86 and x86-64
2013-09-19 Stas BoukarevFix loading specialized vectors from fasls.
2013-09-16 Christophe RhodesSET-FUNCALLABLE-INSTANCE-FUNCTION is user interface
2013-09-13 Christophe Rhodesminor optimization to restart-case
2013-09-13 Jan MoringenRemove convoluted keyword argument processing in RESTAR...
2013-09-11 Christophe Rhodesmore restrictive test naming
2013-09-11 Christophe Rhodesrename recently-added tests
2013-09-10 Christophe Rhodesdetect cpl-protocol-violations early
2013-09-09 Christophe Rhodesbetter ctor fallback-generators
2013-09-07 Stas BoukarevLDB/DPB do not check for negative indexes.
2013-09-05 Stas BoukarevOptimize CHAR-EQUAL on constant and base-char args.
2013-09-05 Stas BoukarevAdd a transform for EQUALP.
2013-09-05 Stas BoukarevImprove the EQUAL transform.
2013-08-31 Stas Boukarevslep-non-consing test: prevent from sleeping too much.
2013-08-30 Stas Boukarevtests/subr.sh: Fix sed invocation for Solaris.
2013-08-30 Stas Boukarevtests/run-compiler.sh: use gcc, not cc.
2013-08-29 Stas BoukarevPPRINT (setf . a) correctly.
2013-08-28 Lutz EulerImprove the test float.impure.lisp / (RANGE-REDUCTION...
2013-08-21 Stas BoukarevFix OPEN when :if-exists/:if-does-not-exist are both...
2013-08-20 Stas BoukarevFix thread-alloca test on Windows.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-07-18 Paul KhuongPack (mostly) stack TNs according to lexical scope...
2013-07-18 Paul KhuongInsert explicit cut to width when needed
2013-07-08 Paul KhuongHandle unbounded integer types in INTEGER-TYPE-NUMERIC...
2013-07-07 Lutz EulerAdd a regression test for lp#1194673.
2013-06-29 Paul KhuongRevert to binding *package* in bootstrappy code
2013-06-28 James M. LawrenceFix SLEEP on 32-bit platforms.
2013-06-28 Paul Khuongdouble->single float conversion isn't a no-op on x87...
2013-06-28 Paul KhuongDefer some sanity checks to after testing for value...
2013-06-28 Jan MoringenIn MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ...
2013-06-22 Stas Boukarevbacktrace: don't cons large lists when RCX is overwritt...
2013-06-08 Paul KhuongHandle (aref v (+ i k)), with i negative
2013-06-08 Paul KhuongMore identity folding for LOGAND and LOGIOR with constants
2013-06-08 Paul KhuongComplete cut-to-width for modular arithmetic
2013-06-05 Stas BoukarevGet rid of vm-support-routines indirection.
2013-06-04 Christophe Rhodesfix CL case conversions of characters involving iota...
2013-06-03 Paul KhuongSimpler and more precise type derivation for APPEND...
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas BoukarevFix APPEND/NCONC type derivation properly this time.
2013-06-03 Christophe Rhodesfixes in EXPT type derivation
2013-06-03 Stas BoukarevFix NCONC type derivation.
2013-06-03 Stas Boukarevsleep: Add more precautions to avoid consing on x86.
2013-06-03 Stas BoukarevFix sleep on ratios, avoiding consing.
2013-06-03 Christophe Rhodessome tests of SLEEP with ratios
next