]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2013-03-10 John Benediktssoncompiler.units: changing definitions-changed to use...
2013-03-10 John Benediktssonsets: adding adjoin-all.
2013-03-09 John Benediktssongraphs: moving to basis.
2013-03-09 John Benediktssonclasses: finish converting update-map to use hash-sets.
2013-03-09 John Benediktssonclasses: change class-usage to return a sequence like...
2013-03-09 John Benediktssonclasses: use faster closure in class-usages.
2013-03-09 John Benediktssonsets: implement M\ f delete.
2013-03-09 John Benediktssontools.crossref: fix help-lint.
2013-03-09 John BenediktssonRevert "graphs: change closure to use a set and operate...
2013-03-09 John Benediktssongraphs: change closure to use a set and operate on...
2013-03-09 John Benediktssonhash-sets: back out this change for now.
2013-03-09 John Benediktssonui.tools.listener.completion: fix use of search-vocab...
2013-03-09 Doug Colemanhash-sets: Support >alist on hash-sets or else tab...
2013-03-09 Doug Colemancombinators.extras: Add twice, thrice words.
2013-03-09 Doug Colemantools.completion: Add utility word for searching for...
2013-03-09 John Benediktssonregexp.dfa: more use of hash-sets.
2013-03-09 John Benediktssonprettyprint.sections: more use of hash-sets.
2013-03-09 John Benediktssondestructors: use hash-sets to keep track of disposables.
2013-03-09 John Benediktssontools.crossref: speed up build-crossref.
2013-03-08 John Benediktssoncompiler.tree.modular-arithmetic: more use of hash...
2013-03-08 John Benediktssonparser: fix tests for hash-set change.
2013-03-08 John Benediktssonclasses.tuple: require boa words to have tuple-class...
2013-03-08 John Benediktssontools.profiler.sampling: more use of hash-sets.
2013-03-08 John Benediktssonmisc/fuel: try and fix autodoc bug report.
2013-03-08 John Benediktssoncompiler.cfg.loop-detection: more use of hash-sets.
2013-03-08 John Benediktssoncompiler.tree.recursive: more use of hash-sets.
2013-03-08 John Benediktssoncompiler.cfg.write-barrier: more use of hash-sets.
2013-03-08 John Benediktssoncompiler.cfg.ssa.construction: more use of hash-sets.
2013-03-08 John Benediktssoncompiler.tree.propagation.info: inline <value-info>.
2013-03-08 John Benediktssoncompiler: fix stack effects to indicate visited is...
2013-03-08 John Benediktssoncompiler: use hash-sets to track visited sets.
2013-03-08 John Benediktssonclasses: store implementors in hash-sets.
2013-03-08 John Benediktssonvocabs.parser: use hash-sets in search-vocab-names.
2013-03-08 John Benediktssonsets: adding diff!.
2013-03-08 John Benediktssonsets: adding union! and intersection.
2013-03-08 John Benediktssonbenchmark.ant: fix hash-set constructor.
2013-03-08 John Benediktssonhash-sets: fix help-lint warnings.
2013-03-08 John Benediktssonbootstrap: make sure to rehash hash-sets also.
2013-03-08 John Benediktssonhash-sets: reuse (rehash).
2013-03-08 John Benediktssonhashtables: reuse (rehash).
2013-03-08 John Benediktssonhash-sets: faster implementation based on hashtables.
2013-03-08 John Benediktssoncompiler.cfg.alias-analysis: use clear-set.
2013-03-08 John Benediktssonhashtables: slightly faster grow logic.
2013-03-08 John Benediktssonsets: adding clear-set.
2013-03-07 John BenediktssonUse -unsafe words with pair methods.
2013-03-07 John Benediktssoninterval-maps: bit of unsafe.
2013-03-07 John Benediktssonlinked-assocs: some performance improvements.
2013-03-07 John Benediktssonbenchmark.linked-assocs: adding a linked-assocs benchmark.
2013-03-07 John Benediktssoncore-foundation.run-loop: CFTimeInterval is a double.
2013-03-07 John Benediktssoncore-foundation.file-descriptors: inline enable-all...
2013-03-07 John Benediktssontools.completion: small performance improvements.
2013-03-07 John Benediktssonheaps: performance improvements.
2013-03-07 John Benediktssontrees.splay: use typed.
2013-03-07 John Benediktssonio.directories: fix docs for (directory-entries).
2013-03-07 John Benediktssonsequences.extras: adding sift! and harvest!.
2013-03-06 John Benediktssonsequences: add a copy-unsafe that can be used sometimes.
2013-03-06 John Benediktssoncontinuations: speed up init-catchstack.
2013-03-06 Doug Colemansets.extras: Initial checkin. Add setwise-xor word...
2013-03-06 John Benediktssonuui: remove trailing spaces.
2013-03-06 John Benediktssoncache: faster purge-cache.
2013-03-06 John Benediktssondestructors: adding dispose,.
2013-03-06 John Benediktssongrouping: making monotonic? faster.
2013-03-06 John Benediktssonvocabs: only notify vocab-observers if we are creating...
2013-03-06 John Benediktssonassocs: cleanup and use first2-unsafe in assoc-find.
2013-03-06 John Benediktssongrouping: faster all-eq? and all-equal? (fewer comparis...
2013-03-06 John Benediktssonvocabs.cache: root-cache get instead of get-global.
2013-03-06 John Benediktssonextra: use [-] instead of "- 0 max".
2013-03-06 John Benediktssonbenchmark.randomize: adding a randomize benchmark.
2013-03-05 John Benediktssoncore: some more cleanup of USING lists.
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-05 John Benediktssoncompiler.tree.propagation.transforms: use integer>fixnu...
2013-03-05 Doug Colemansequences: Rename slice-error the word to check-slice...
2013-03-05 John Benediktssonhints: remove these hints for now...
2013-03-05 John Benediktssoncombinators: moving M\ iota hashcode* back since each...
2013-03-05 John Benediktssonhints: prevent specialization on inline-recursive words.
2013-03-05 John Benediktssonmath: speed up (find-integer) and (all-integers?) by...
2013-03-05 John Benediktssonwords: adding inline-recursive?.
2013-03-04 John Benediktssonlayouts: speed up ``M\ iota hashcode*`` using most...
2013-03-04 John Benediktssonrandom: format delete-random better.
2013-03-01 John Benediktssoncombinators: faster hashcode for iota.
2013-03-01 John Benediktssonrandom: speed up some random floats using (random-unit).
2013-03-01 John Benediktssonrandom: adding (random-unit) for convenience.
2013-03-01 John Benediktssontools.profiler.sampling: fix top-down*.
2013-03-01 John Benediktssonbootstrap: remove old counting profiler vocab.
2013-03-01 John Benediktssonrandom: speedup random-integer some more.
2013-02-28 John Benediktssonmath.integers: the fixnum-log2 intrinsic didn't work...
2013-02-28 John Benediktssonmath.integers: faster fixnum-log2.
2013-02-27 John Benediktssonrandom: minor speedup (random-bits).
2013-02-27 John Benediktssonrandom: speedup randomize.
2013-02-27 John Benediktssonrandom: speed up uniform-random-float.
2013-02-27 John Benediktssonrandom: performance improvements to random-integer...
2013-02-27 John Benediktssonrandom.c: adding a "libc" version of random for perform...
2013-02-25 Doug Colemanunix.linux.proc: Older kernels don't have enough fields...
2013-02-25 Doug Colemanunix.linux.proc: Add some more /proc parsing.
2013-02-25 Doug Colemancalendar.format: Add some utility words for implementin...
2013-02-25 Doug Colemantools.ps: Use unix.linux.proc for parsing.
2013-02-25 Doug Colemanunix.linux.proc: Refactor /proc parsing. Add generic...
2013-02-24 Doug ColemanRevert "robots.txt: Bing bot spams gitweb...disable...
2013-02-24 Doug Colemanrobots.txt: Bing bot spams gitweb...disable it hopefully.
2013-02-22 John Benediktssonrot13: adding some tests.
next