elisp `labels'
[bpt/guile.git] / module /
2012-02-03 BT Templetonelisp `labels'
2012-02-03 BT Templetonfix `flet' syntax
2012-02-03 BT Templetonelisp binding declarations
2012-02-03 BT Templetondeclaration parsing
2012-02-03 BT Templetonelisp lambda list parsing
2012-02-03 BT Templetonelisp function subrs
2012-02-03 BT Templetonremove dynamic function binding
2012-02-03 BT Templetonelisp nil equality
2012-02-03 BT Templetonuse lexical binding in boot.el
2012-02-03 BT Templetonremove unused code
2012-02-03 BT Templetonnew elisp special form `%funcall'
2012-02-03 BT Templetonrewrite `eval' and `load' in elisp
2012-02-03 BT Templetonevaluate the function position correctly
2012-02-03 BT Templetonpurify elisp symbol cell modules
2012-02-03 BT Templetonrecord elisp function names
2012-02-03 BT Templetonelisp variable aliases
2012-02-03 BT Templetonsimplify elisp symbol accessors
2012-02-03 BT Templetonelisp property lists
2012-02-03 BT Templetonsimplify `mark-global!'
2012-02-03 BT Templetonremove `flet*' elisp special form
2012-02-03 BT Templetonremove `with-always-lexical' elisp special form
2012-02-03 BT Templetonemacs-compatible lexical binding
2012-02-03 BT Templetonremove `bind-arg-lexical?'
2012-02-03 BT Templetonfix elisp `catch'
2012-02-03 BT Templetonimplement `throw' in elisp
2012-02-03 BT Templetonrewrite `map-globals'
2012-02-03 BT Templetonuse srfi-9 for elisp bindings records
2012-02-03 BT Templetonfix compilation of elisp forms with empty bodies
2012-02-03 BT Templetonrewrite elisp macros in elisp
2012-02-03 BT Templetonnew elisp special form `eval-when-compile'
2012-02-03 BT Templetonremove unnecessary elisp macros
2012-02-03 BT Templetonnew `string' and `mapcar' elisp subrs
2012-02-03 BT Templetonrewrite elisp subrs in elisp
2012-02-03 BT Templetonremove unnecessary elisp subrs
2012-02-03 BT Templeton`atomp' -> `atom'
2012-02-03 BT Templetonuse `nil?' for elisp conditionals
2012-02-03 BT Templetonadd `nil?' primitive
2011-11-22 BT Templetonload boot.el
2011-11-22 BT Templetonremove void-checking cruft
2011-11-22 Ludovic CourtèsBuild `psyntax-pp.go' with `--target=$(host)'.
2011-11-21 Ludovic CourtèsAdd a `--target' option to `guild compile'.
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-11-16 Andy Wingohack the port-column of current-output-port after print...
2011-11-16 Andy Wingoeval-when tidying up
2011-11-16 Andy Wingopsyntax: s/chi/expand/g
2011-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-11-15 Andy Wingoset names of functions defined at the toplevel from...
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
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-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
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 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-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
next