2013-08-15 |
Stas Boukarev | Set up alien stack correctly on non-x86oids. |
tree | commitdiff |
2013-08-15 |
Stas Boukarev | Warn when defining a setf-function together with a... |
tree | commitdiff |
2013-08-15 |
Stas Boukarev | Throw errors on malformed FUNCTION. |
tree | commitdiff |
2013-08-06 |
Stas Boukarev | Fix undefined function errors on PPC and MIPS. |
tree | commitdiff |
2013-07-18 |
Paul Khuong | Pack (mostly) stack TNs according to lexical scope... |
tree | commitdiff |
2013-07-18 |
Paul Khuong | Insert explicit cut to width when needed |
tree | commitdiff |
2013-07-08 |
Paul Khuong | Handle unbounded integer types in INTEGER-TYPE-NUMERIC... |
tree | commitdiff |
2013-07-07 |
Lutz Euler | Add a regression test for lp#1194673. |
tree | commitdiff |
2013-06-29 |
Paul Khuong | Revert to binding *package* in bootstrappy code |
tree | commitdiff |
2013-06-28 |
James M. Lawrence | Fix SLEEP on 32-bit platforms. |
tree | commitdiff |
2013-06-28 |
Paul Khuong | double->single float conversion isn't a no-op on x87... |
tree | commitdiff |
2013-06-28 |
Paul Khuong | Defer some sanity checks to after testing for value... |
tree | commitdiff |
2013-06-28 |
Jan Moringen | In MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ... |
tree | commitdiff |
2013-06-22 |
Stas Boukarev | backtrace: don't cons large lists when RCX is overwritt... |
tree | commitdiff |
2013-06-08 |
Paul Khuong | Handle (aref v (+ i k)), with i negative |
tree | commitdiff |
2013-06-08 |
Paul Khuong | More identity folding for LOGAND and LOGIOR with constants |
tree | commitdiff |
2013-06-08 |
Paul Khuong | Complete cut-to-width for modular arithmetic |
tree | commitdiff |
2013-06-05 |
Stas Boukarev | Get rid of vm-support-routines indirection. |
tree | commitdiff |
2013-06-04 |
Christophe Rhodes | fix CL case conversions of characters involving iota... |
tree | commitdiff |
2013-06-03 |
Paul Khuong | Simpler and more precise type derivation for APPEND... |
tree | commitdiff |
2013-06-03 |
Stas Boukarev | Uninitialized type-error conditions can now be printed. |
tree | commitdiff |
2013-06-03 |
Stas Boukarev | Fix APPEND/NCONC type derivation properly this time. |
tree | commitdiff |
2013-06-03 |
Christophe Rhodes | fixes in EXPT type derivation |
tree | commitdiff |
2013-06-03 |
Stas Boukarev | Fix NCONC type derivation. |
tree | commitdiff |
2013-06-03 |
Stas Boukarev | sleep: Add more precautions to avoid consing on x86. |
tree | commitdiff |
2013-06-03 |
Stas Boukarev | Fix sleep on ratios, avoiding consing. |
tree | commitdiff |
2013-06-03 |
Christophe Rhodes | some tests of SLEEP with ratios |
tree | commitdiff |
2013-06-02 |
Lutz Euler | Fix expected result for a character comparison test... |
tree | commitdiff |
2013-05-31 |
Stas Boukarev | Fix a regression in APPEND type derivation. |
tree | commitdiff |
2013-05-31 |
Paul Khuong | Stricter precondition when strength reducing variable... |
tree | commitdiff |
2013-05-27 |
Paul Khuong | Compute single-value-type correctly in the absence... |
tree | commitdiff |
2013-05-27 |
Christophe Rhodes | fix CHAR-EQUALity of non-ascii caseful characters |
tree | commitdiff |
2013-05-25 |
Lutz Euler | Skip unicode normalization tests on non-unicode builds. |
tree | commitdiff |
2013-05-24 |
Paul Khuong | Revert "Fix (aref vector (+ i constant)) with i negativ... |
tree | commitdiff |
2013-05-24 |
Paul Khuong | Fix (aref vector (+ i constant)) with i negative on... |
tree | commitdiff |
2013-05-23 |
Christophe Rhodes | fix build with #!-SB-UNICODE |
tree | commitdiff |
2013-05-22 |
Paul Khuong | Simpler word-sized variable right shifts on x86 and... |
tree | commitdiff |
2013-05-22 |
Paul Khuong | Evaluate global inline functions via their fdefinition |
tree | commitdiff |
2013-05-22 |
Paul Khuong | Truthful error reporting for complicated compile-time... |
tree | commitdiff |
2013-05-21 |
Paul Khuong | SB-SIMD-PACK on x86-64 |
tree | commitdiff |
2013-05-21 |
Paul Khuong | Enable (type-directed) constant folding for LOGTEST... |
tree | commitdiff |
2013-05-20 |
Paul Khuong | Fix (CONCATENATE 'null ...) for generic sequences |
tree | commitdiff |
2013-05-20 |
Paul Khuong | Print intermediate evaluation results for some ASSERTed... |
tree | commitdiff |
2013-05-19 |
Stas Boukarev | Make ir1-convert-hairy-lambda safe for non-local exits. |
tree | commitdiff |
2013-05-19 |
Paul Khuong | More robust FILTER-LVAR through CASTs |
tree | commitdiff |
2013-05-18 |
Christophe Rhodes | implement primary and canonical composition, and hence... |
tree | commitdiff |
2013-05-18 |
Christophe Rhodes | actually run Part3 of Unicode Normalization tests |
tree | commitdiff |
2013-05-18 |
Christophe Rhodes | finish handling NormalizationTest test vectors |
tree | commitdiff |
2013-05-18 |
Christophe Rhodes | first cut at testing unicode normalization |
tree | commitdiff |
2013-05-18 |
Paul Khuong | Complete cut-to-width |
tree | commitdiff |
2013-05-18 |
Paul Khuong | Insert typechecks before RAW-INSTANCE-INIT in structure... |
tree | commitdiff |
2013-05-18 |
Paul Khuong | More robust erroneous local call detection |
tree | commitdiff |
2013-05-18 |
Paul Khuong | COMPILE-FILE shouldn't "attempt to dump invalid structu... |
tree | commitdiff |
2013-05-18 |
Paul Khuong | Recover full backtraces with generic arithmetic on... |
tree | commitdiff |
2013-05-05 |
Stas Boukarev | Better type derivation for APPEND, NCONC, LIST. |
tree | commitdiff |
2013-05-01 |
Alastair Bridgewater | tests/dynamic-extent.impure.lisp: One of the dx-vector... |
tree | commitdiff |
2013-05-01 |
Alastair Bridgewater | Add test cases for non-consing WITHOUT-GCING and WITH... |
tree | commitdiff |
2013-05-01 |
Jim Wise | backtrace-interrupted-condition-wait now passes on... |
tree | commitdiff |
2013-04-29 |
Lutz Euler | Faster ISQRT on small (about fixnum sized) numbers. |
tree | commitdiff |
2013-04-29 |
Lutz Euler | Improve scaling of type derivation for LOG{AND,IOR... |
tree | commitdiff |
2013-04-29 |
Stas Boukarev | Add :directory argument to sb-ext:run-program. |
tree | commitdiff |
2013-04-20 |
Paul Khuong | Substitute constants with modular equivalents more... |
tree | commitdiff |
2013-04-14 |
Christophe Rhodes | remove stray debugging code from condition-related... |
tree | commitdiff |
2013-04-12 |
Jan Moringen | Handle :ALLOCATION of condition slots correctly |
tree | commitdiff |
2013-04-12 |
Jan Moringen | Evaluate condition default initargs once, even after... |
tree | commitdiff |
2013-04-12 |
Jan Moringen | Use AMOP representation of canonicalized default initar... |
tree | commitdiff |
2013-04-08 |
Stas Boukarev | Don't signal an error on (setf (documentation nil ... |
tree | commitdiff |
2013-04-01 |
Stas Boukarev | Check bounds of ELT on &more in safe code. |
tree | commitdiff |
2013-03-31 |
Paul Khuong | Stop emitting references to inexistant #n= forms in... |
tree | commitdiff |
2013-03-31 |
Paul Khuong | Fix a compilation failure on svref of a symbol macro |
tree | commitdiff |
2013-03-26 |
Christophe Rhodes | test environment fix for 64-bit PowerPC/Linux |
tree | commitdiff |
2013-03-22 |
Jan Moringen | Fix SEQUENCE:SEARCH, test seq. functions with user... |
tree | commitdiff |
2013-03-17 |
Stas Boukarev | make-array transform error on unknown element-type. |
tree | commitdiff |
2013-03-14 |
Stas Boukarev | Accessing &MORE arguments checks bounds. |
tree | commitdiff |
2013-03-14 |
Stas Boukarev | Better errors for package operations. |
tree | commitdiff |
2013-03-10 |
Stas Boukarev | format: Signal an error for ~<~@> |
tree | commitdiff |
2013-03-03 |
Stas Boukarev | Fix a test-case in threads.impure.lisp on -sb-thread. |
tree | commitdiff |
2013-03-02 |
Lutz Euler | Improve the failure output of the test :range-reduction... |
tree | commitdiff |
2013-03-02 |
Lutz Euler | Silence a warning from the test harness for unthreaded... |
tree | commitdiff |
2013-02-21 |
Nikodemus Siivola | prohibit adding name of a package to itself as a local... |
tree | commitdiff |
2013-02-21 |
Nikodemus Siivola | suffix PACKAGE-LOCALLY-NICKNAMED-BY with -LIST |
tree | commitdiff |
2013-02-07 |
Nikodemus Siivola | it's print-read consistency, not read/print consistency |
tree | commitdiff |
2013-02-05 |
Stas Boukarev | Test-suite results colorization. |
tree | commitdiff |
2013-02-04 |
Stas Boukarev | Fix (documentation closure) test. |
tree | commitdiff |
2013-02-04 |
Stas Boukarev | Fix (documentation #'function t) |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | prettier backtraces |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | better debug name for secondary GF dispatch functions |
tree | commitdiff |
2013-02-01 |
Stas Boukarev | Fix win32-foreign-stack-unwind.impure test. |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | restore old behaviour as the default for package variance |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | package local nicknames |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | remove deleted packages from implementation-packages... |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | DEFPACKAGE at variance restarts |
tree | commitdiff |
2013-02-01 |
Nikodemus Siivola | nicer name-conflict restarts for common cases |
tree | commitdiff |
2013-01-20 |
Nikodemus Siivola | better initial value for LOOP variables of-type CHARACTER |
tree | commitdiff |
2013-01-20 |
Nikodemus Siivola | note FIRST fix in NEWS, fix stupid typo in tests |
tree | commitdiff |
2013-01-20 |
Nikodemus Siivola | fix open coding of FIRST |
tree | commitdiff |
2013-01-18 |
Christophe Rhodes | fix constant-list-related initargs in CTOR optimization |
tree | commitdiff |
2013-01-11 |
Stas Boukarev | format: ~R should check a type only if base is not... |
tree | commitdiff |
2013-01-10 |
Stas Boukarev | format: Check types for ~C and ~R. |
tree | commitdiff |
2013-01-05 |
Stas Boukarev | adjust-array: Make sure that :initial-element is used. |
tree | commitdiff |
next |