Age | Commit message (Expand) | Author | Files | Lines |
2011-11-09 | inline dynwind guards for normal control flow | Andy Wingo | 1 | -18/+30 |
2011-11-09 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -3/+3 |
2011-11-09 | fix <dynwind> serialization. | Andy Wingo | 1 | -3/+3 |
2011-09-29 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -79/+77 |
2011-09-28 | fix unparse-tree-il of <dynset> | Andy Wingo | 1 | -1/+1 |
2011-09-02 | more define-syntax-rule usage | Andy Wingo | 1 | -75/+73 |
2011-08-31 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2011-08-04 | fix tree-il->scheme test | Andy Wingo | 1 | -1/+1 |
2011-06-18 | fix tree-il->scheme bug for seq | Andy Wingo | 1 | -1/+2 |
2011-06-02 | sequence of expressions -> seq of head and tail | Andy Wingo | 1 | -18/+40 |
2011-06-02 | add <primcall> to tree-il | Andy Wingo | 1 | -0/+21 |
2011-06-02 | rename <application> to <call> | Andy Wingo | 1 | -17/+18 |
2011-03-27 | tree-il->scheme fix | Andy Wingo | 1 | -3/+4 |
2010-10-08 | Improve pretty-printing of tree-il objects. | Ludovic Courtès | 1 | -1/+1 |
2010-07-09 | Remove trailing whitespace | No Itisnt | 1 | -62/+62 |
2010-06-17 | tree-il->scheme renders fix as letrec* | Andy Wingo | 1 | -2/+4 |
2010-06-17 | beginnings of letrec* support in the expander | Andy Wingo | 1 | -7/+12 |
2010-06-11 | unparse the tag of a prompt | Andy Wingo | 1 | -1/+1 |
2010-05-20 | macroexpanded pretty-printer | Andy Wingo | 1 | -1/+6 |
2010-05-20 | tree-il->scheme for lambda* et al | Andy Wingo | 1 | -9/+56 |
2010-05-19 | tree-il on expanded-vtables | Andy Wingo | 1 | -18/+60 |
2010-05-02 | rename `vars' field in tree-il binding constructs to `gensyms' | Andy Wingo | 1 | -37/+37 |
2010-02-22 | abort always dispatches to VM bytecode, to detect same-invocation aborts | Andy Wingo | 1 | -17/+22 |
2010-02-19 | add <dynref> and <dynset> to tree-il | Andy Wingo | 1 | -0/+45 |
2010-02-19 | rename <control> to <abort> | Andy Wingo | 1 | -18/+16 |
2010-02-19 | <prompt> has no pre-unwind-handler, it's unnecessary | Andy Wingo | 1 | -32/+19 |
2010-02-19 | fix tree-il->scheme bug for <dynlet> | Andy Wingo | 1 | -1/+1 |
2010-02-18 | add dynlet to tree-il | Andy Wingo | 1 | -0/+33 |
2010-02-18 | rename <dynamic-wind> to <dynwind> | Andy Wingo | 1 | -17/+17 |
2010-02-18 | dynwind is now a part of guile's primitive language | Andy Wingo | 1 | -3/+3 |
2010-01-31 | new tree-il for prompt, control, and dynamic-wind | Andy Wingo | 1 | -4/+107 |
2009-12-11 | rename <conditional> then and else to consequent and alternate | Andy Wingo | 1 | -22/+22 |
2009-12-11 | rename lambda-case-else to lambda-case-alternate | Andy Wingo | 1 | -20/+20 |
2009-11-15 | Revert "implement #:predicate" and remove predicate from <lambda-case> | Andy Wingo | 1 | -35/+18 |
2009-10-23 | separate "inits" field in <lambda-case>; compile fixes for inits, kwargs | Andy Wingo | 1 | -42/+36 |
2009-10-23 | finish support for optional & keyword args; update ecmascript compiler | Andy Wingo | 1 | -14/+20 |
2009-10-23 | tree-il support for case-lambda | Andy Wingo | 1 | -21/+87 |
2009-09-21 | Remove unused variables in system/language. | Ludovic Courtès | 1 | -11/+11 |
2009-08-06 | actually implement "fixing letrec" | Andy Wingo | 1 | -61/+39 |
2009-08-05 | let-values in terms of syntax-case, add make-tree-il-folder | Andy Wingo | 1 | -2/+76 |
2009-08-05 | add <fix> tree-il construct, and compile it | Andy Wingo | 1 | -0/+24 |
2009-07-31 | Add `tree-il-fold', a purely functional iterator on `tree-il'. | Ludovic Courtès | 1 | -1/+48 |
2009-06-21 | add brainfuck->tree-il compiler | Andy Wingo | 1 | -0/+3 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -1/+1 |
2009-06-08 | call-with-values can make fewer closures | Andy Wingo | 1 | -126/+115 |
2009-05-24 | update docs, clean up VM vestiges, macro docs, fix (/ a b c) | Andy Wingo | 1 | -22/+9 |
2009-05-21 | some work on syntax.test | Andy Wingo | 1 | -1/+3 |
2009-05-18 | add tree-il->glil compilation test suite | Andy Wingo | 1 | -10/+10 |
2009-05-17 | actually pass original ids on to tree-il data types | Andy Wingo | 1 | -20/+20 |
2009-05-15 | tree-il -> glil compiler works now, at least in initial tests | Andy Wingo | 1 | -0/+14 |