Implementation for the R6RS (rnrs sorting) library.
[bpt/guile.git] / module / language /
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-07 Ludovic CourtèsAdd `program-free-variables' to `(system vm program)'.
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-05-02 Andy Wingofix a comment about environments and the scheme compiler
2010-05-02 Andy Wingoremove `version' field from <language>
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-27 Andy Wingofix bug in compile-glil.scm for return opcode-hack
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoelisp fixes for nil, and, or
2010-04-09 Andy Wingo%nil -> #nil
2010-03-31 Andy Wingofix array bugs in ecmascript
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-28 Andy WingoFix inlining of lambda-apply-lambda.
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-09 Andy Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-07 Ludovic CourtèsDon't export `write-bytecode' from `(language assembly...
2010-03-07 Ludovic CourtèsFix miscompilation of non-ASCII Latin-1 strings.
2010-03-04 Andy Wingosome with-fluid* -> with-fluids
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-03-03 Andy Wingo<glil-mv-bind> can truncate values anonymously
2010-02-23 Andy Wingoensure non-escape-only prompts have a thunk application...
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-22 Andy Wingoprompt and abort inlining
2010-02-22 Andy Wingofix <prompt> compilation bug
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingofix prompt disassembly bug
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingofluid-ref / fluid-set! compile to dynref/dynset
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 tree-il->glil compilation 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-02-09 Ludovic CourtèsUse the R6RS I/O API in `write-bytecode'.
2010-02-09 Ludovic CourtèsChange `write-bytecode' to accept a bytevector.
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-02-02 Ludovic CourtèsUse vhashes in `unused-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `arity-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unbound-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unused-toplevel-analysis'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-31 Andy WingoGLIL and assembly support for prompt compilation
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
2010-01-31 Andy WingoGLIL support for <prompt>
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2010-01-31 Andy Wingodynamic-wind compilation to VM ops
2010-01-31 Andy Wingonew tree-il for prompt, control, and dynamic-wind
2010-01-27 Andy Wingoinline calls to variable-bound?
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-17 Michael Granobject->assembly shouldn't presume existence of %nil
2010-01-11 Andy Wingofix compilation of #2((1 2 3) (4 5 6))
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Andy Wingofix erroneous compilation of #@2(1 2 3) as #(1 2 3)
2010-01-11 Ludovic CourtèsThe reference graph in `-Wunused-toplevel' may contain...
2010-01-11 Ludovic CourtèsRemove unused top-level variables.
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-10 Andy Wingofix properties disassembly
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsFactorize the location stack handling in warning analyses.
2010-01-07 Andy Wingoinline srfi-4 vector accessors
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-28 Andy Wingofix bug bindings lexical vars within optargs initializers
2009-12-15 Ludovic CourtèsChange the Elisp compiler from GPLv2+ to LGPLv3+.
2009-12-11 Andy Wingolame tweak to the inliner
2009-12-11 Ludovic CourtèsFix expansion of `(+ 1 x)'.
2009-12-11 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
2009-12-11 Andy Wingoinline calls to (memv foo CONSTANT-LIST)
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-12-10 Andy Wingofix emission of meta procedures
2009-12-01 Andy Wingowire through the existing vm ops for variable-ref and...
2009-12-01 Andy Wingogoops moving away from evaluator opcodes, and a primiti...
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingofaster conditionals
2009-11-15 Andy Wingofix (apply f) -- without the args list
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-14 Andy Wingofix bugs in ecmascript compiler
2009-11-08 Ludovic CourtèsAdd support for multiple arities in `arity-mismatch...
2009-11-08 Ludovic CourtèsFix optional argument handling in `unused-variable...
2009-11-08 Ludovic CourtèsAdd support for keyword arguments in `arity-mismatch...
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-06 Ludovic CourtèsCoalesce tree traversals made for warnings.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-28 Michael GranFix incorrect display of wide strings in decompilation
2009-10-26 Andy Wingoimplement #:predicate
2009-10-25 Andy Wingoassembly/disassembly support for br-if-nargs-*
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
next