move (test-suite lib) to lower dir; cleans up uninstalled paths.
[bpt/guile.git] / module / language /
2012-03-23 BT Templetonprimitive resolution for public refs
2012-03-03 Mark H Weavertree-il->scheme improvements
2012-03-02 Andy Wingotweaks to -Wformat's gettext detection
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-03-02 Andy Wingotree-il: fix `canonicalize!' for prompts
2012-03-02 Andy Wingomore general treatment of call-with-prompt
2012-02-26 Ludovic CourtèsAvoid failure when `format-analysis' stumbles upon...
2012-02-19 Ludovic CourtèsHave `-Wformat' recognize `ngettext' calls.
2012-02-19 Ludovic CourtèsHave `-Wformat' better recognize the `gettext' procedure.
2012-02-03 Ludovic CourtèsAugment `-Wformat' analysis with support for `~:h'.
2012-01-26 Andy Wingomore readable gensyms
2012-01-25 Ludovic CourtèsFix typo in `-Wformat'.
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-25 Andy Wingobetter function prologue disassembly
2012-01-25 Andy Wingoadd another case in which to fold (values FOO) to FOO...
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2012-01-14 Mark H WeaverDon't diverge when serializing cyclic lists during...
2012-01-14 Mark H WeaverFix serialization of #nil-terminated lists during compi...
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2011-12-31 Mark H WeaverFix comment summarizing allocation table
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingopeval minor tweak
2011-12-19 Andy Wingofix peval to preserve effects when folding (values...
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
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-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingorecognize string primitives
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èspeval: Recognize module-refs to primitives.
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
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 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
2011-09-21 Andy Wingopeval support for more forms
2011-09-21 Andy Wingoadd singly-valued-primitive?
2011-09-21 Andy Wingomore optimize.scm factoring
2011-09-21 Andy Wingooptimize.scm refactor
2011-09-21 Daniel LlorensFix compilation of untyped arrays of rank not 1
2011-09-18 Ludovic Courtèspeval: Abort inlining when the residual code contains...
2011-09-17 Ludovic Courtèspeval: Typo.
2011-09-17 Ludovic Courtèspeval: Alpha-rename anonymous lambdas that are duplicated.
2011-09-13 Ludovic Courtèspeval: Use `resolve-primitives!'.
2011-09-13 Ludovic Courtèspeval: Clarify `pure-expression?'.
2011-09-13 Ludovic Courtèspeval: Inline thunks.
2011-09-13 Ludovic Courtèspeval: Use the right scope when replacing a lambda...
2011-09-13 Ludovic Courtèspeval: Add tests for inlining with both static & dynami...
2011-09-10 Ludovic Courtèspeval: Propagate only pure expressions to lambdas.
2011-09-10 Ludovic Courtèspeval: Try hard to preserve mutability.
2011-09-08 Ludovic CourtèsAdd a partial evaluator for use in the compiler.
2011-09-05 Ludovic CourtèsUse (ice-9 match) instead of `record-case' where it...
2011-09-02 Andy Wingomore define-syntax-rule usage
next