]> gitweb.factorcode.org Git - factor.git/history - basis
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis /
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava Pestovcpu.ppc: work in progress
2009-08-20 Slava Pestovcompiler.cfg.dataflow-analysis: when intersecting sets...
2009-08-20 Slava Pestovcompiler.tree.modular-arithmetic: fix regression; set...
2009-08-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-20 Joe Grofflink tools.deprecation docs into handbook and error...
2009-08-20 Joe Groffload tools.deprecation from bootstrap.tools
2009-08-20 Joe Groffinstall deprecation definition-observer as an init...
2009-08-20 Joe Groffmove deprecation to tools.deprecation; load with bootst...
2009-08-20 Joe Groffdeprecation docs
2009-08-20 Joe Groff"deprecated" declaration, "deprecation" vocab to track...
2009-08-20 Slava Pestovbootstrap.compiler: add -debug-compiler switch which...
2009-08-20 Slava Pestovcompiler.tree.modular-arithmetic: eliminate >bignum...
2009-08-20 Slava Pestovcompiler.tree.propagation: bitand custom inlining was...
2009-08-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-20 Slava Pestovcompiler.cfg.stacks.local: more accurate local replace...
2009-08-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-19 Joe Groffdecouple struct parsing/printing from tuple parsing...
2009-08-19 Slava Pestovcompiler: add unit tests for new bugs
2009-08-19 Slava Pestovmath.intervals: help lint fix
2009-08-19 Slava PestovFix interval inference of abs, absq when input is a...
2009-08-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-19 Slava Pestovcompiler.tree.propagation: improved interval inference...
2009-08-19 Slava Pestovmath.intervals: tighter interval arithmetic for interva...
2009-08-19 Slava Pestovhints: HINTS: now recompiles subwords too, 15% perf...
2009-08-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Daniel EhrenbergBiassocs have special clone method
2009-08-18 Slava PestovFix some unit test failures
2009-08-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava Pestovio.launcher.windows.nt: don't call duplicate-handle...
2009-08-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Doug Colemanfix HEREDOC:s, add DELIMITED: which is like a HEREDOC...
2009-08-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava Pestovcompiler: inline singleton predicates, and optimize...
2009-08-18 Slava Pestovwindows.ole32: don't pull in debugger, reduces terrain...
2009-08-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava PestovAdd inline declarations for various assorted methods
2009-08-18 Slava Pestovcompiler.tree.propagation: remove method inlining heuristic
2009-08-18 Joe GroffMerge branch 'struct-classes' of git://factorcode.org...
2009-08-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Doug Colemanfix multiline docs
2009-08-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Slava Pestovrpn: new demo, simple RPN calculator that doesn't use...
2009-08-18 Doug ColemanMerge git://github.com/mncharity/factor into mncharity
2009-08-17 Doug Colemantrivial factoring
2009-08-17 Mitchell N Charitymultiline: add HEREDOC: , slightly refactoring privates
2009-08-17 Slava Pestovcompiler.tree.modular-arithmetic: >fixnum elimination...
2009-08-15 Slava Pestovcompiler.tree.modular-arithmetic: stronger optimization...
2009-08-15 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-15 Daniel EhrenbergImproving write barrier elimination; change to compiler...
2009-08-14 Doug Colemanmove if-zero etc to math, remove 1-/1+ from math
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Daniel EhrenbergWrite barriers are hoisted out of loops when their...
2009-08-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug ColemanDelete empty unit tests files, remove 1- and 1+, reorde...
2009-08-13 Daniel EhrenbergGlobal write barrier elimination tracks newly allocated...
2009-08-13 Joe Groffmake direct-*-arrays prettyprint
2009-08-13 Doug Colemanremove duplicate defintion of unless-zero from calendar
2009-08-13 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-13 Daniel EhrenbergFixing write-barrier elimination; adding bb as a parame...
2009-08-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-12 Joe Grofffix boa undo to work with structs
2009-08-12 Joe GroffS{ } syntax for structs
2009-08-12 Joe Groffpprint structs with tuple syntax
2009-08-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-12 Slava PestovMore accurate wrap-interval in compiler.tree.propagatio...
2009-08-12 Doug Colemanfix build errors
2009-08-12 Doug ColemanThrow typed errors instead of strings for calling/execu...
2009-08-12 Doug Colemaneven better error handling for division by zero
2009-08-12 Daniel EhrenbergMaking write barrier elimination global
2009-08-12 Doug Colemanuse unless-empty
2009-08-11 Doug Colemanadd docs for if-zero etc, add docs for 10^
2009-08-11 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-11 Doug Colemanuse if-zero in a few more places
2009-08-11 Doug Colemanadd 10^ to math.functions and update usages
2009-08-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-11 Slava Pestovmath.intervals: fix interval-rem
2009-08-11 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-11 Slava Pestovalien.complex: fix tests
2009-08-11 Philipp Brüschweilervarious doc fixes
2009-08-11 Brad ChristensenA number of documentation fixes.
2009-08-10 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-08-10 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-08-10 Slava Pestovalien: need to differentiate between the type of the...
2009-08-10 Philipp Brüschweilermisc small documentation fixes, some fixes for factor...
2009-08-10 Slava Pestovcompiler.tree.propagation: be more careful with interva...
2009-08-09 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-09 Slava Pestovcompiler.tree.escape-analysis: if the output of an...
2009-08-09 Slava Pestovalien.structs: struct-type now has a class slot; fix...
2009-08-09 Slava Pestovtools.deploy.shaker: strip out specialized vector words
2009-08-09 Slava Pestov_gc instruction doesn't need slot to hold GC root area...
2009-08-09 Slava Pestovmath.vectors.specialization: first attempt at some...
2009-08-09 Slava Pestovcompiler.cfg.linearization: change order to fit older...
2009-08-09 Slava Pestovtools.test: flush the output stream
2009-08-09 Slava PestovMore accurate interval inference for mod, rem, and...
2009-08-09 Slava PestovMore accurate interval-mod and interval-rem
2009-08-09 Slava Pestovcompiler.cfg.two-operand: sometimes we can eliminate...
next