Clean up %more-arg-values.
[sbcl.git] / src / compiler / ir1tran-lambda.lisp
2013-08-20 Stas BoukarevClean up %more-arg-values.
2013-05-19 Stas BoukarevMake ir1-convert-hairy-lambda safe for non-local exits.
2012-10-06 Nikodemus Siivolauntangle WITH-IR1-NAMESPACE and WITH-COMPILATION-VALUES
2012-10-02 Christophe Rhodesmostly make the build deterministic
2012-06-12 Nikodemus Siivolafix long-standing debug-name confusion
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
2011-05-25 Nikodemus Siivola1.0.48.25: automatic &rest to &more conversion
2011-04-10 Nikodemus Siivolaprotect compile-time side-effects of DEFUN with a packa...
2011-04-02 Christophe Rhodes1.0.47.8: No more INSTANCE-LAMBDA
2011-03-02 Nikodemus Siivola1.0.46.20: better error messages for invalid variables
2010-11-16 Nikodemus Siivola1.0.44.26: more nuanced deprecation framework
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
2010-10-13 Nikodemus Siivola1.0.43.50: better function signature checking for self...
2009-09-17 Nikodemus Siivola1.0.31.13: working XREF for inlined lambda with hairy...
2009-07-20 Juho Snellman1.0.30.4: cfasl support
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2008-12-12 Nikodemus Siivola1.0.23.38: fix bug 430 (stack alloc by nested defstruct...
2008-10-18 Nikodemus Siivola1.0.21.27: no more &OPTIONAL-DISPATCH debug names
2008-05-17 Nikodemus Siivola1.0.16.35: improved TIME output
2008-02-04 Nikodemus Siivola1.0.14.17: treat (NAMED-LAMBDA NIL ...) like (LAMBDA...
2008-01-15 Nikodemus Siivola1.0.13.38: final part of the debug-name improvements
2008-01-01 Juho Snellman1.0.13.9: Fix another segfault from the new RESTART...
2007-06-18 Juho Snellman1.0.6.48: Don't instrument the internal flets from...
2007-06-05 Juho Snellman1.0.6.24: a more sophisticated UNWIND-TO-FRAME-AND...
2007-02-13 Juho Snellman1.0.2.25: Better MUFFLE-CONDITIONS handling for inlined...
2007-01-09 Juho Snellman1.0.1.15:
2006-09-17 Nathan Froyd0.9.16.33:
2006-08-14 Christophe Rhodes0.9.15.29:
2006-08-12 Nikodemus Siivola0.9.15.28: less instrumentation
2006-08-05 Christophe Rhodes0.9.15.11:
2006-04-14 Alexey Dejneka0.9.11.37:
2006-01-05 Gabor Melis0.9.8.11:
2005-08-06 Christophe Rhodes0.9.3.32:
2005-07-14 William Harold Newman0.9.2.47:
2005-04-15 Juho Snellman0.8.21.42:
2005-03-01 Nikodemus Siivola0.8.20.1: fun-name fun, debugger debugged
2005-02-17 Nikodemus Siivola0.8.19.30: less COMPILE-FILE verbosity
2005-01-15 Alexey Dejneka0.8.18.33:
2004-10-02 Alexey Dejneka0.8.15.6:
2004-09-13 Nikodemus Siivola0.8.14.13: Step SBCL, step!
2004-09-13 Alexey Dejnekasbcl-0.8.14.11:
2004-05-27 Christophe Rhodes0.8.10.57:
2004-05-20 Christophe Rhodes0.8.10.41:
2004-05-17 Christophe Rhodes0.8.10.31:
2004-05-10 Christophe Rhodes0.8.10.17:
2004-04-13 Christophe Rhodes0.8.9.36:
2004-03-30 Christophe Rhodes0.8.9.10:
2003-09-17 Alexey Dejneka0.8.3.73:
2003-09-16 Alexey Dejneka0.8.3.70:
2003-09-15 Alexey Dejneka0.8.3.62:
2003-08-30 Alexey Dejneka0.8.3.15:
2003-08-20 Alexey Dejneka0.8.2.50:
2003-08-19 Alexey Dejneka0.8.2.43:
2003-08-17 Alexey Dejneka0.8.2.38:
2003-06-24 Alexey Dejneka0.8.1.1:
2003-06-16 Christophe Rhodes0.8.0.74:
2003-06-12 Alexey Dejneka0.8.0.63:
2003-06-06 Alexey Dejneka0.8.0.39:
2003-06-04 Alexey Dejneka0.8.0.31:
2003-06-04 Alexey DejnekaIR1-convertion of lambda is separated into