]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-12 John Benediktssonhelp.lint.checks: re-enable leak detection.
2015-05-12 Björn Lindqvistio.crlf: the lf>crlf and crlf>lf words looks generally...
2015-05-12 Björn Lindqvisthttp.server.requests: an upper limit is needed for...
2015-05-12 Björn Lindqvisthttp.server: extend handle-client-error so that it...
2015-05-12 Björn Lindqvisthttp.server.requests: if the content-length header...
2015-05-12 Björn Lindqvisthttp.server.requests: system for read-request for repor...
2015-05-12 Björn Lindqvisthttp.server.requests.tests: more tests for POST request...
2015-05-12 Björn Lindqvistmime.multipart: removed call to maybe-fill-bytes, fixes...
2015-05-12 Björn Lindqvisthttp.server.requests: refactor the http.server vocabs...
2015-05-12 John Benediktssonsequences.rotated: can be a lot faster if we don't...
2015-05-12 John Benediktssonpresent: adding M\ complex present.
2015-05-10 Jon Harpersequences.extras: add start-all and count-subseq for...
2015-05-10 John Benediktssoncpu/stack-checker: fix some help-lint warnings.
2015-05-10 Björn Lindqvistcompiler.cfg.*: new test-case and setting leader-map...
2015-05-10 Björn Lindqvistmemory.tests: a full test against #1289, it shouldn...
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.padding: docs
2015-05-10 Björn Lindqvistcompiler.cfg.ssa.destruction: fix and testcase for the
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: new vocab 'padding' to perform...
2015-05-10 Björn Lindqvistcompiler.*: a bunch more compiler docs
2015-05-10 Björn Lindqvistcompiler.cfg.utilities: unused word
2015-05-10 Björn Lindqvistcompiler.*,cpu.*: add a height slot to ##call nodes...
2015-05-10 Björn LindqvistVM: cleanups, like removing redundant paranthesis and...
2015-05-10 Björn Lindqvistcompiler.cfg.*: a bunch of new tests
2015-05-10 Björn LindqvistVM: refactoring to use the visit_object_array method
2015-05-10 Björn LindqvistVM: the aging_policy and nursery_policy classes are...
2015-05-10 Björn LindqvistVM: the copying_collector only contained one method...
2015-05-10 Björn LindqvistVM: to_tenured_collector isn't needed, it's just a...
2015-05-10 Björn LindqvistVM: debug macros FACTOR_PRINT and FACTOR_PRINT_MARK...
2015-05-10 Björn Lindqvistcompiler.cfg.stacks.*: create-locs, word for creating...
2015-05-09 Doug Colemanio.directories.search: Add two tests for find-up-to...
2015-05-08 Benjamin PollackAdd a couple minor extra docs for math.extras
2015-05-07 Doug Colemanio.directories.search: fix inline recursive combinator...
2015-05-06 Doug Colemanio.directories.search: Add find-up-to-root combinator...
2015-05-06 Doug Colemantools.scaffold: generating docs for obj/f was broken.
2015-05-06 John Benediktssonmath.transforms.bwt: slightly faster, remove suffixes...
2015-05-05 John Benediktssonmath.transforms.bwt: faster version of bwt if only...
2015-05-05 John Benediktssonfile-monitor: simplify.
2015-05-05 John Benediktssonfile-monitor: use with-monitor.
2015-05-02 Doug Colemancompression.zlib: Just deal with raw bytes, no compress...
2015-05-02 Doug ColemanRevert "compression.zlib: fix help-lint."
2015-05-02 John Benediktssoncompression.zlib: fix help-lint.
2015-05-02 Doug Colemancompression.zlib: Guess at the length and take a byte...
2015-05-01 Doug Colemaneditors.visual-studio-code: wrong metafile
2015-05-01 Doug Colemaneditors.visual-studio-code: Split up into Windows and...
2015-05-01 Doug Colemancompiler.cfg.linear-scan.assignment: Trivial docs fix.
2015-05-01 Doug Colemaneditors.visual-studio-code: Support for m$ft's new...
2015-05-01 John Benediktssoncompiler.cfg.linear-scan.assignment: fix help-lint.
2015-04-30 Björn Lindqvistcompiler.*: a few extra doc fixes 1310/head
2015-04-30 Björn Lindqvistcompiler.cfg.*: fixing tests so they work on 32bit...
2015-04-29 John Benediktssonsuffix-arrays: update using.
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: test and fix for a silly...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: unused words
2015-04-29 Björn Lindqvistcompiler.cfg.linearization: can't use slurp/replenish...
2015-04-29 Björn Lindqvistcompiler.cfg.*: reverting the commit
2015-04-29 Björn Lindqvistcompiler.cfg.debugger: new words build-optimized-tree...
2015-04-29 Björn Lindqvistcompiler.cfg.*: more docs and removing a test that...
2015-04-29 Björn Lindqvistcompiler.cfg.ssa.*: refactors words to use stack parame...
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.assignment: refactoring vreg...
2015-04-29 Björn Lindqvistcompiler.cfg.*: more unit tests
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word for consuming deques slurp...
2015-04-29 Björn Lindqvistcompiler.cfg.*: even more compiler docs
2015-04-29 Björn Lindqvistcompiler.cfg.*: lots of new unit tests
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.allocation.*: lots more docs...
2015-04-29 Björn Lindqvistcompiler.cfg.ssa.cssa, compiler.cfg.ssa.destruction...
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.allocation.spilling: docs...
2015-04-29 Björn Lindqvistcompiler.*: bunch of new docs for some compiler instruc...
2015-04-29 Björn Lindqvistcompiler.cfg.liveness: refactoring so that words that...
2015-04-29 Björn Lindqvistcompiler.cfg.liveness: lots of more tests and some...
2015-04-29 Björn Lindqvistcompiler.cfg: the id slot of basic-block appears to...
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.allocation.state: set spill...
2015-04-29 Björn Lindqvistcompiler.cfg.*: smaller doc improvements
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.allocation.state: more docs...
2015-04-29 Björn Lindqvistcompiler.cfg.linear-scan.linear-scan: refactoring of...
2015-04-29 Björn Lindqvistcompiler.cfg.intrinsics.simd: refactoring to use assocs...
2015-04-29 Björn Lindqvistcompiler.cfg.*: a bunch of new docstrings and other...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.*: possible fix for #1289
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: refactorings on the vocab...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.*: simplify the code a little by...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: to simplify, end-local-analy...
2015-04-29 Björn Lindqvistcompiler.cfg.*: putting test-init in compiler.cfg.stack...
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word reset-vreg-counter, useful...
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word connect-Nto1-bbs
2015-04-29 Björn Lindqvistcompiler.cfg.*: refactoring to remove the initial-basic...
2015-04-29 Björn Lindqvistcompiler.cfg.*: ds-load removed
2015-04-29 Björn Lindqvistcompiler.cfg.*: some refactoring in the stack tracking...
2015-04-29 Björn Lindqvistcompiler.tree.propagation.call-effect: changing back...
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2015-04-29 Björn Lindqvistcompiler.cfg.*: a little more docs
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: change current-height to...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks: a few unused words removed
2015-04-29 Björn Lindqvistcompiler.tree.propagation.call-effect: docs for this...
2015-04-29 Björn LindqvistVM: reset the unused parts of the data and retain stack...
2015-04-29 Björn Lindqvistcompiler.*: removing the check-d and check-r slots...
2015-04-29 Björn LindqvistVM: the compiler doesn't emit any live overinitialized...
2015-04-29 Björn Lindqvistcompiler.*: merge of ##inc-r and ##inc-d into one instr...
2015-04-29 Björn Lindqvistcompiler.cfg.*: new and improved docs
2015-04-29 Björn Lindqvistcompiler.cfg: unlikely? slot unused, lets get rid of it
2015-04-29 Björn Lindqvistcompiler.cfg.dependence: this vocab was only used by...
next