temporarily disable elisp exception tests
[bpt/guile.git] / module /
2015-05-10 Robin Templetonuse standard evaluator
2015-04-21 Robin Templetonguile-backtrace function
2015-04-21 Robin Templetonuse guile eval for elisp tree-il
2015-04-21 Robin Templetondeprecated eval-when situations
2015-04-21 Robin Templetonexecute top level require forms
2015-04-21 Robin Templetontop level fixes
2015-04-21 Robin Templetononly evaluate top-level macro definitions
2015-04-21 Robin Templetondegenerate let forms
2015-04-21 Robin Templetoneval-when
2015-04-21 Robin Templetonfset macro
2015-04-21 Robin Templetonuse defsubst
2015-04-21 Robin Templetondefsubst
2015-04-21 Robin Templetoncompiler macros
2015-04-21 Robin Templetondefconst, defvar: proclaim special at compile-time
2015-04-21 Robin Templetonelisp @@ macro
2015-04-21 Robin Templetoncompile-elisp fn
2015-04-21 Robin Templetonfix `nil?' type inference
2015-04-21 Robin Templetonfix symbol-function
2015-04-21 Robin Templetonrestore special operator handling
2015-04-21 Robin Templetondefine-module for elisp special modules
2015-04-21 Robin Templetonconstant-interning fix
2015-04-21 Robin Templetondefvar affects default value
2015-04-21 Robin Templetonsymbol default value procedures
2015-04-21 Robin Templetonread nil/t as #nil/#t
2015-04-21 Robin Templetonelisp updates
2015-04-21 Robin Templetonprefer compilers earlier in list
2015-04-21 Robin Templetonallow arbitrary constants in cps
2015-04-21 BT Templetonguile-private-ref
2015-04-21 Robin Templetoncheck symbols constants uninterned
2015-04-21 Robin Templetonintern arbitrary constants
2015-04-08 Andy WingoAdd "cps2" experiment
2015-04-08 Andy WingoTransient intsets
2015-04-08 Andy WingoAdd "transient" intmap interface
2015-04-01 Andy Wingo32-way branching in intmap.scm, not 16-way
2015-04-01 Andy WingoIntset-next micro-optimizations
2015-04-01 Andy WingoAdd intset-fold, intset-fold2
2015-04-01 Andy WingoAdd intmap-fold.
2015-04-01 Andy WingoAdd intmap-prev
2015-04-01 Andy WingoDefault "meet" operator is meet-error for intmap
2015-04-01 Andy WingoRemove "free" field of $fun
2015-04-01 Andy WingoReplace $letrec with $rec
2015-04-01 Andy WingoPrecise range inference on <, <=, >=, > branches
2015-04-01 Andy WingoFix intmap bug for maps with only one element
2015-03-30 Ludovic Courtèself: Add missing argument in 'elf-segment'.
2015-03-12 Andy WingoOnly lazily compile where profitable
2015-03-12 Andy WingoOptimize branches in the evaluator
2015-03-12 Andy WingoPrimcall inlining in eval.scm, lazy function body compi...
2015-03-12 Andy WingoRemove unused "nargs" field of memoized call expressions
2015-03-12 Andy WingoMarginal bootstrap memory improvements
2015-03-11 Andy WingoRemove $void CPS expression type
2015-03-09 Andy WingoRe-implement (ice-9 streams) in terms of (srfi srfi-41)
2015-02-17 Andy Wingo(system base types) knows about variables
2015-02-13 Andy WingoFix infinite loop in expander
2015-02-06 Andy WingoReify bytevector? in the correct module
2015-02-06 Andy WingoAdd #:static-slot-allocation?
2015-02-06 Andy WingoFix foreign objects for getter method change
2015-01-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2015-01-26 Andy WingoAccessor methods only apply to subclasses with their...
2015-01-25 Andy WingoFix verify-cps
2015-01-24 Andy WingoFix accessor struct field inlining
2015-01-24 Andy WingoFix accessor struct inlining in GOOPS
2015-01-23 Andy WingoSimplify and optimize slot access
2015-01-23 Andy WingoExport <slot> from GOOPS
2015-01-23 Andy WingoSimplify GOOPS effective method cache format
2015-01-23 Andy WingoFast generic function dispatch without calling `compile...
2015-01-23 Andy WingoGOOPS cosmetics
2015-01-23 Andy WingoUpdate (oop goops save) for <slot> objects
2015-01-23 Andy WingoFix foreign objects for removal of getters-n-setters
2015-01-23 Andy WingoMinor GOOPS cleanups
2015-01-23 Andy WingoOptimize %initialize-object
2015-01-23 Andy WingoInline internal slot accessors
2015-01-23 Andy WingoInline helpers into slot-ref, slot-set!, etc
2015-01-23 Andy WingoUse a vtable bit to mark <slot> instances
2015-01-23 Andy WingoIntroduce <slot> objects in GOOPS
2015-01-23 Andy WingoBeginnings of <slot> slot definition class
2015-01-23 Andy WingoThe GOOPS "unbound" value is a unique pair
2015-01-23 Andy WingoGOOPS: Deprecate "using-class" procs like slot-ref...
2015-01-23 Andy Wingochange-object-class refactor
2015-01-23 Andy Wingoslot-ref, slot-set! et al bypass "using-class" variants
2015-01-23 Andy WingoManipulate GOOPS vtable flags from Scheme, for speed
2015-01-23 Andy WingoGOOPS class slot indices defined as inline values
2015-01-23 Andy Wingo`match' refactor in goops.scm
2015-01-23 Andy WingoConvert emit-linear-dispatch to use match
2015-01-23 Andy WingoMore GOOPS cleanups
2015-01-23 Andy Wingowhen and unless for one-armed ifs in goops.scm
2015-01-23 Andy WingoMore GOOPS comments
2015-01-23 Andy WingoCommenting in goops.scm
2015-01-23 Andy WingoNarrative reordering in goops.scm
2015-01-23 Andy WingoAdd compute-cpl tests
2015-01-23 Andy WingoFold (oop goops util) into (oop goops)
2015-01-23 Andy WingoGOOPS utils module cleanups
2015-01-23 Andy Wingoappend-map rather than mapappend
2015-01-23 Andy WingoGOOPS cleanup to use SRFI-1 better
2015-01-23 Andy WingoCosmetic goops refactors.
2015-01-23 Andy WingoIncorporate %inherit-magic! into %init-layout!
2015-01-23 Andy WingoReimplement inherit-applicable! in Scheme
2015-01-23 Andy WingoReimplement %allocate-instance in Scheme
2015-01-23 Andy WingoRe-use the vtable "size" field for GOOPS nfields
2015-01-23 Andy WingoMove <class> initialization to Scheme
2015-01-23 Andy WingoRewrite %initialize-object in Scheme
next