]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-03-09 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-09 Joe Groffadd documentation about stack effect variable syntax...
2010-03-08 Doug ColemanFix typedef typo in opencl
2010-03-08 Joe Groffcombine unbalanced-branches-error and invalid-quotation...
2010-03-08 Joe Groffsequences: effects of push-if and push-either were...
2010-03-08 Joe Groffdeclare effect on inputs to infer-if in non-literal...
2010-03-08 Joe Groffunify inner-d-index when unifying branches; close a...
2010-03-08 Joe Groffreuse @ and _ from fry in placeholders for invalid...
2010-03-08 Joe Groffadd unit test from quotation that fails to infer during...
2010-03-08 Joe Groffadd tests from old row-polymorphism implementation...
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 Groffclear away some rebar
2010-03-08 Joe Groffpolymorphize splitting private combinators
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 Grofftweak recursive call site checking to consider declared...
2010-03-07 Joe Groffrow polymorphism new approach: wrap polymorphic quotati...
2010-03-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-06 Joe Grofftag opencl.* untested
2010-03-06 Joe Groffadd unit test to show that polymorphic check breaks...
2010-03-06 Samuel TardieuUse a better heuristic
2010-03-06 Samuel TardieuRemove useless USING:
2010-03-06 Samuel TardieuUse distance from math.vectors
2010-03-06 Samuel TardieuA* algorithm implementation
2010-03-06 Joe Groffgeneralize stack effect of while, until, and produce
2010-03-06 Erik CharleboisGet the OpenCL driver name right on Linux, confirm...
2010-03-06 Joe Groffgive terminating stack effects a pass in the polymorphi...
2010-03-06 Joe Groffclean up polymorphic stack effects in fuel
2010-03-06 Joe Groffmove error summaries for effect parsing errors to debug...
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 Grofffix ... in compiler.cfg.linearization
2010-03-05 Joe Groffrefactor stack-checker slightly to fix circular dependency
2010-03-05 Joe Groffclean up now-inappropriate uses of "..." in generalizat...
2010-03-05 Joe Groffmake effect variables part of effect syntax, stored...
2010-03-05 Joe Groffspray some polymorphic stack effects on kernel, math...
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
2010-03-03 Erik CharleboisGet OpenCL unit tests passing on Win7/NVidia.
2010-03-03 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-03-03 Erik CharleboisUpdate tags.txt files for Windows DDK
2010-03-03 Erik CharleboisInitial checkin of OpenCL bindings
2010-03-03 Joe GroffMerge branch 'lexer-parsing-word-errors'
2010-03-03 Erik CharleboisFUEL syntax updates
2010-03-02 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-02 Joe Groffneedlessly rice game.input backends further by using...
2010-03-02 Doug ColemanFix load error in calendar
2010-03-02 Doug ColemanAdd a parsing word to output slots to the stack instead...
2010-03-02 Doug ColemanUse TYPED: in a few places in calendar.format to avoid...
2010-03-02 Doug ColemanRemove year/month/day words because they're dumb and...
2010-03-02 Joe Groffgame.input.*: factor out callback implementations to...
2010-03-02 Doug ColemanRemove the http-data word
2010-03-02 Joe Groffyay C89
2010-03-01 Joe Groffrecord the C++ compiler version in the VM, and expose...
2010-03-01 Joe Groffparse-tokens had two $notes sections. oops!
2010-03-01 Joe Grofflexer, parser: update docs on "parse-tokens" and add...
2010-03-01 Joe Groffwindows.directx.d3d9: a method was missing argument...
2010-03-01 Joe Grofflexer: add "each-token" and "map-tokens", which are...
2010-03-01 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-01 Joe Groffclasses.tuple.parser: throw bad-slot-name immediately...
2010-03-01 Joe Groffwindows.com: update COM-INTERFACE: to parse incrementally
2010-03-01 Joe Groffcut commas off of FUNCTION: parameter names in stack...
2010-03-01 Joe Groffupdate GL-FUNCTION: to use new FUNCTION: factors
2010-03-01 Joe Groffalien.parser: refactor FUNCTION: parsing to read from...
2010-02-28 Slava Pestovcore-foundation.run-loop: clean up and speed up some...
2010-02-28 Joe Grofflexer, parser: show initial parsing word line as part...
2010-02-28 Slava Pestovwebapps.help: fix typo
2010-02-27 Doug Colemanfix docs for csv
2010-02-27 Doug ColemanBeginning of a real fullscreen library
2010-02-27 Doug Colemanadd missing using
2010-02-27 Doug ColemanAdd a slot for worlds to know if they are fullscreened...
2010-02-27 Doug Colemanmore user32 bindings
2010-02-27 Doug ColemanAdd a slots{ word for accessing multiple slots
2010-02-27 Doug ColemanAdd csv>string and string>csv
2010-02-27 Doug ColemanDocs for http-data
2010-02-27 Doug ColemanAdd a new word http-data that is just http-get nip
2010-02-27 Joe Groffrename game.input.linux to game.input.x11, make x>hid...
2010-02-27 Joe Groffmove XQueryKeymap binding to x11.xlib
2010-02-27 Joe Groffco-credit William Schlieper for game.input.linux
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Joe Groffgrouping: circular-slice shouldn't be a subclass of...
2010-02-26 Erik CharleboisMerge branch 'master' of github.com:erikcharlebois...
2010-02-26 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-26 Erik CharleboisFix windows.directx compile errors
2010-02-26 Joe Groffgrouping: add circular clumps (e.g. { 1 2 3 4 } 3 circu...
2010-02-26 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-26 Joe Groffwindows.com: typedef interface word to void* immediatel...
2010-02-25 Joe Groffdeploy chipmunk lib
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Joe Groffremove repeated "pad" slots from x11.xlib structs
2010-02-25 Doug ColemanAdd more user32 bindings
2010-02-25 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-25 Joe Groffclasses.struct: raise an error in STRUCT: if there...
2010-02-25 Erik CharleboisAdd perp and angle-between words for vectors. Fix bug...
2010-02-25 Slava Pestovsequences: fix help lint
2010-02-25 Slava Pestovsyndication: get it working with doublec's wacky atom...
next