support for new GC_move_disappearing_link
[bpt/guile.git] / module /
2011-11-24 Andy Wingosimplify %condition-type-vtable
2011-11-24 Andy Wingorecord-type-vtable is not a new root of the vtable...
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 Wingowhen leaving a non-tail let, allow bound vals to be...
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 Wingosimplify primitives.scm for dynwind
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingofix <dynwind> serialization.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-11-07 Andy Wingoregenerate psyntax-pp
2011-11-07 Andy Wingohygienically rename macro-introduced bindings, reproducibly
2011-11-07 Andy Wingofix scope bug in <module> definition in boot-9
2011-11-07 Andy Wingoresolve-identifier for toplevel definitions resolves...
2011-11-07 Andy Wingodefined identifiers scoped in the current module
2011-11-07 Andy Wingosyntax parameters implemented properly
2011-11-07 Andy Wingosyntax-parameterize, not fluid-let-syntax
2011-11-07 Andy Wingoadd define-syntax-parameter, same as define-syntax
2011-11-07 Andy Wingopsyntax: resolve-identifier refactor
2011-11-04 Andy Wingochi-top-sequence refactor
2011-11-04 Andy Wingominor psyntax refactors
2011-11-04 Andy Wingopeval doesn't resolve primitives
2011-11-04 Andy Wingoresolve-primitives! does not primitivize local definitions
2011-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
2011-10-28 Andy Wingorefactor chi-top-sequence
2011-10-28 Andy Wingoregenerate psyntax-pp
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
2011-10-28 Andy Wingoadd vector-length primitive
2011-10-28 Andy Wingosimplify primitives.scm
2011-10-27 Andy Wingofix the peval merge and a test
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoremove mutex in make-object-property
2011-10-24 Andy Wingoremove weak pairs, rewrite weak vectors
2011-10-24 Andy Wingoremove a stale comment
2011-10-22 BT Templetonset width for `,trace' command
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-17 Andy Wingofix (web http) write-date for mondays
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingorecognize string primitives
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
2011-10-10 Andy Wingopeval: refactor logging
2011-10-07 Andy Wingopeval: logging
2011-10-07 Andy Wingopeval: bugfix in constant-expression?
2011-10-07 Andy Wingooptimizer verifies its output
2011-10-07 Andy Wingoadd tree-il verifier
2011-10-06 Andy Wingopeval refactor
2011-10-06 Andy Wingocomment peval.scm
2011-09-30 Ludovic CourtèsAdd link to the (ice-9 match) bug.
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-29 Andy Wingoregenerate psyntax-pp.scm
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-28 Andy Wingogenerate psyntax-pp in canonical form
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
2011-09-27 Andy Wingoregenerate psyntax-pp.scm, with optimizations
2011-09-27 Andy Wingo((lambda ...) ...) fix
2011-09-27 Andy Wingopeval: more effective binding pruning
2011-09-27 Andy Wingodon't propagate pure primcalls that might not type...
2011-09-27 Andy Wingofix unparse-tree-il of <dynset>
2011-09-27 Andy Wingopeval works on all expressions
2011-09-27 Andy Wingopeval: elide make-prompt-tag in effect context
2011-09-27 Andy Wingopeval: add support for <prompt> and <abort>
2011-09-27 Andy Wingopeval: fix algorithmic behavior of `cons'
2011-09-26 Andy Wingopeval: more strict accounting
2011-09-26 Andy Wingopeval: fix inlining of lambda* with #:optional
2011-09-26 Andy Wingoremove unused peval helpers
2011-09-25 Andy Wingopeval: simpler and more precise treatment of mutability
2011-09-25 Andy Wingopeval: add a bunch of missing maybe-unconst calls
2011-09-25 Andy Wingopeval uses effort counters, propagates lambdas more...
2011-09-24 Andy Wingoprune unused letrec bindings
2011-09-24 Andy Wingomore peval refactoring
2011-09-24 Andy Wingoadd helpers for effort counters
2011-09-24 Andy Wingopeval refactor
2011-09-24 Andy Wingoattempt to prune unreferenced bindings
2011-09-24 Andy Wingopeval handles lexical-set
2011-09-24 Andy Wingopeval: pre-analyze mutated or reffed-once lexicals
2011-09-24 Andy Wingopeval: don't propagate expressions that access memory
2011-09-24 Andy Wingocontext-specific folding for peval in test and effect...
2011-09-24 Andy Wingothread a context through peval
2011-09-24 Andy Wingopaper around `match' bug
2011-09-24 Andy Wingopeval: various bugfixes
2011-09-24 Andy Wingotree-il-any bugfix
2011-09-24 Andy Wingominor peval style tweak
2011-09-24 Andy Wingofix alpha-rename for kwargs
2011-09-23 Ludovic Courtèspeval: Rectify style.
2011-09-23 Andy Wingoprevent propagation for memory-dependent operations...
2011-09-21 Andy Wingopeval comment & reindentation
2011-09-21 Andy Wingofix comment regarding alpha-renaming
2011-09-21 Andy Wingobetter pure-expression?
2011-09-21 Andy Wingomore alpha-rename robustness
2011-09-21 Andy Wingomore robust alpha-renaming
2011-09-21 Andy Wingopeval: inlining of let-values
next