peval: Rectify style.
[bpt/guile.git] / module / language /
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
2011-08-04 Andy Wingofix tree-il->scheme test
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-06-17 Andy Wingofix self tail recursion to different case-lambda clauses
2011-05-31 Andy Wingocompile-bytecode uses target-endianness
2011-05-08 Andy Wingofix some duplication in object tables
2011-05-08 Andy Wingocompile-assembly: cleanup
2011-05-08 Andy Wingocompile-assembly: use file-level constants table
2011-05-08 Andy Wingocompile-assembly: add dump-constants, a new helper
2011-05-08 Andy Wingocompile-assembly: add build-constant-store, build-objec...
2011-05-08 Andy Wingocompile-assembly: make-meta refactor
2011-05-08 Andy Wingocompile-assembly: add traversal helpers
2011-05-05 Andy Wingospeed up compile-bytecode
2011-05-05 Andy Wingosilly "optimization" in (language assembly)
2011-04-14 Andy Wingofix analyze.scm literal string warnings
2011-04-14 Andy Wingodon't warn about non-literal fmt strings for e.g. ...
2011-03-29 Andy Wingofix error message on ,disassemble "non-procedure"
2011-03-27 Andy Wingofix prompt in fix in single-value context compilation
2011-03-27 Andy Wingotree-il->scheme fix
2011-03-09 Andy Wingofix-letrec tweaks
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-02-21 Ludovic CourtèsUse `vhash-delq' in `(language tree-il analyze)'.
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-02-13 Andy Wingoread-enable 'positions by default
2011-02-07 Andy Wingofix memq/memv inlining
2011-01-26 Noah LavineParse Decimal Numbers
2011-01-26 Noah LavineFix Hex Constants
2011-01-26 Noah LavineEcmascript Syntax
2011-01-26 Noah LavineEcmascript Syntax Fix
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-04 Noah LavineFix ECMAScript object creation.
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-10 Andy Wingoadd return/values hack to compile-glil for lua
2010-12-10 Andy Wingofix self-tail-calls for lexical procs with optional...
2010-12-09 Andy Wingoclarify compile-glil error messages
2010-12-07 Brian Templetonlexical function binding for elisp
2010-12-07 Brian Templetonuse unbound fluids instead of `void' sentinel value
2010-12-07 Brian Templetonfunction's argument can be a symbol
2010-12-07 Brian Templetonallow `(setcar nil nil)' and `(setcdr nil nil)'
2010-12-07 Brian Templetonsupport "#'" syntax for function expressions
2010-12-07 Brian Templetonsetq can take any number of arguments
2010-12-07 Brian Templetonuse correct names for quasiquotation operators
2010-12-07 Brian Templetonstore special operators in the function slot
2010-12-07 Brian Templetonmake user-defined macros available at runtime
2010-12-07 Brian Templetonallow fluid macro bindings
2010-12-07 Brian Templetonnew `load' subr
2010-12-07 Brian TempletonIgnore #:warnings compiler option
2010-12-07 Brian Templetonhandle EOF correctly in parser and lexer
2010-12-07 Brian Templetonstore macro definitions in the function slot
2010-12-07 Brian Templetonuse existing bindings record for defmacro
2010-12-07 Brian Templetonuse tree-il's support for optional arguments
2010-12-07 Brian Templetonreindent
2010-12-07 Brian Templetonreformat comments
2010-12-07 Brian Templetonwhitespace changes
2010-11-18 Andy Wingobetter errors for ecmascript parser too
2010-11-18 Andy Wingoecmascript tokenization errors report source location
2010-11-18 Andy Wingofix ecmascript at the repl
2010-11-16 Andy Wingoecmascript syntax errors throw to 'syntax-error
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-08 Ludovic CourtèsImprove pretty-printing of tree-il objects.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
2010-07-10 No ItisntRemove trailing whitespace
2010-06-17 Andy Wingotree-il->scheme renders fix as letrec*
2010-06-17 Andy Wingoresolve-primitives tweaks
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-17 Andy Wingoadd effect+exception-free-primitive? predicate
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
next