Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / language / tree-il.scm
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingoinline dynwind guards for normal control flow
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingofix <dynwind> serialization.
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-27 Andy Wingofix unparse-tree-il of <dynset>
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-04 Andy Wingofix tree-il->scheme test
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy Wingofix tree-il->scheme bug for seq
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingosequence of expressions -> seq of head and tail
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-27 Andy Wingotree-il->scheme fix
2010-10-08 Ludovic CourtèsImprove pretty-printing of tree-il objects.
2010-07-10 No ItisntRemove trailing whitespace
2010-06-17 Andy Wingotree-il->scheme renders fix as letrec*
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-11 Andy Wingounparse the tag of a prompt
2010-05-20 Andy Wingomacroexpanded pretty-printer
2010-05-20 Andy Wingotree-il->scheme for lambda* et al
2010-05-19 Andy Wingotree-il on expanded-vtables
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoadd <dynref> and <dynset> to tree-il
2010-02-19 Andy Wingorename <control> to <abort>
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-19 Andy Wingofix tree-il->scheme bug for <dynlet>
2010-02-18 Andy Wingoadd dynlet to tree-il
2010-02-18 Andy Wingorename <dynamic-wind> to <dynwind>
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-01-31 Andy Wingonew tree-il for prompt, control, and dynamic-wind
2009-12-11 Andy Wingorename <conditional> then and else to consequent and...
2009-12-11 Andy Wingorename lambda-case-else to lambda-case-alternate
2009-12-11 Andy Wingomerge from master to elisp
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingotree-il support for case-lambda
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-07 Andy Wingocall-with-values can make fewer closures
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-21 Andy Wingosome work on syntax.test
2009-05-18 Andy Wingoadd tree-il->glil compilation test suite
2009-05-17 Andy Wingoactually pass original ids on to tree-il data types
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...
2009-05-12 Andy Wingoadd primitive expander for tree-il
2009-05-11 Andy Wingoadd tree-il optimizer
2009-05-07 Andy Wingonew language: tree-il. psyntax generates it when run...