]> gitweb.factorcode.org Git - factor.git/history - basis/stack-checker/row-polymorphism
Support multiline entries in the UI Listener
[factor.git] / basis / stack-checker / row-polymorphism /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2015-08-01 John Benediktssonstack-checker: using cleanup.
2011-09-10 Joe Groffstack-checker.row-polymorphism: check stack effects...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-06 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-23 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-06-23 Slava Pestovstack-checker.row-polymorphism: minor cleanup
2010-06-22 Daniel EhrenbergFixing one of the bad bugs, in row-polymorphism
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-04-14 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-13 Slava Pestovstack-checker: calling 'dispatch' with unbalanced branc...
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
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 Groffadd unit test to show that polymorphic check breaks...
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