]> gitweb.factorcode.org Git - factor.git/history - basis/stack-checker/row-polymorphism/row-polymorphism.factor
Add context-specific special object table, generalizing catchstack_save and current_c...
[factor.git] / basis / stack-checker / row-polymorphism / row-polymorphism.factor
2010-03-18 Slava PestovAdd context-specific special object table, generalizing...
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Joe Groffpre-chew the bite-sized morsels of stack-checker.row...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Joe GroffMerge branch 'row-polymorphism' of factorcode.org:...
2010-03-11 Joe Groffcarve the tough, gamey steak of stack-checker.polymorph...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-09 Joe Groffnon-polymorphic input parameter check was too strict...
2010-03-09 Joe Groffstack-checker.row-polymorphism: modify check-variables...
2010-03-09 Joe Groffrefactor stack-checker.row-polymorphism a little
2010-03-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-08 Joe Groffcombine unbalanced-branches-error and invalid-quotation...
2010-03-08 Joe Groffdeclare effect on inputs to infer-if in non-literal...
2010-03-08 Joe Grofffurther improve error message for invalid quotation...
2010-03-08 Joe Groffimprove error message for invalid quotation inputs...
2010-03-08 Joe Grofftweak declared-effect to wrap the existing known instea...
2010-03-08 Joe Groffadd stack variable unification to M\ declared-effect...
2010-03-08 Joe Groffadd a with-effect-here combinator that determines the...
2010-03-07 Joe Groffrow polymorphism new approach: wrap polymorphic quotati...
2010-03-06 Joe Groffgive terminating stack effects a pass in the polymorphi...
2010-03-06 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-05 Joe Groffreuse infer-call* for polymorphic inference, which...
2010-03-05 Joe Grofffix stack error in stack-checker.row-polymorphism
2010-03-05 Joe Groffrefactor stack-checker slightly to fix circular dependency
2010-03-05 Joe Groffmake effect variables part of effect syntax, stored...
2010-03-05 Joe Groffmake tests pass
2010-03-05 Joe Groffimprove error reporting
2010-03-05 Joe Groffnested scopes were messing up stack checker state
2010-03-05 Joe Groffinitial implementation of row-polymorphism check