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 |
2013-01-04 |
Stas Boukarev | Fix reading `#3(x). |
tree | commitdiff |
2012-12-21 |
David Lichteblau | Preserve superclass structure accessors in infodb |
tree | commitdiff |
2012-12-21 |
David Lichteblau | Support building without PSEUDO-ATOMIC on POSIX safepoints |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Remove a few :FAILS-ON test flags for Windows |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Support long file names on Windows; more CRT function... |
tree | commitdiff |
2012-12-05 |
David Lichteblau | Update tests for 64 bit Windows builds |
tree | commitdiff |
2012-12-04 |
Christophe Rhodes | fix a bug in signed modular arithmetic |
tree | commitdiff |
2012-12-04 |
Christophe Rhodes | fix direct execution of (shebanged) fasls |
tree | commitdiff |
2012-11-13 |
David Lichteblau | PowerPC safepoints |
tree | commitdiff |
2012-11-08 |
Alastair Bridgewater | Thou shalt not MAKE-OTHER-IMMEDIATE-TYPE. |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Extend use of the linkage table to static symbols |
tree | commitdiff |
2012-11-02 |
David Lichteblau | Allow synchronous win32 I/O to be interrupted, too |
tree | commitdiff |
2012-10-07 |
Francois-Rene Rideau | make it possible to run tests on an installed SBCL |
tree | commitdiff |
2012-10-07 |
Nikodemus Siivola | teach NODE-CONSERVATIVE-TYPE about union types |
tree | commitdiff |
2012-10-06 |
Lutz Euler | Fix some tests for builds without sb-eval. |
tree | commitdiff |
next |