]> gitweb.factorcode.org Git - factor.git/history - core
factor: more top level forms.
[factor.git] / core /
2022-02-04 Doug Colemanfactor: more top level forms. top-level-using 2573/head
2022-01-26 John Benediktssonsyntax: adding documentation for STARTUP-HOOK: and...
2022-01-26 John Benediktssonsyntax: adding INITIALIZE:
2022-01-26 John Benediktssonsequences: can't unslice each-index for now
2022-01-25 Benjamin Pollackassocs: rename assoc-combine/refine to assoc-union...
2022-01-25 John Benediktssonsequences: rename slow-each to map-each
2022-01-25 John BenediktssonRevert "Revert "sequences: unslicing in binary-reduce""
2022-01-25 John BenediktssonRevert "Revert "sequences: faster iteration over slices""
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-25 John Benediktssonsyntax: change STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-25 John Benediktssonsyntax: fix using
2022-01-25 John BenediktssonRevert "syntax-docs: Add init vocab"
2022-01-25 Doug Colemansyntax-docs: Add init vocab
2022-01-25 John Benediktssonsyntax: adding STARTUP-HOOK: and SHUTDOWN-HOOK:
2022-01-24 John Benediktssonparser: just fix these two tests instead for auto-use on
2022-01-23 Doug Colemansyntax: Add some more docs for syntax words.
2022-01-23 John BenediktssonRevert "sequences: faster iteration over slices"
2022-01-23 John BenediktssonRevert "sequences: unslicing in binary-reduce"
2022-01-23 John BenediktssonRevert "math: faster math iteration when operating...
2022-01-22 John Benediktssonsequences: unslicing in binary-reduce
2022-01-22 John Benediktssonsequences: faster iteration over slices
2022-01-22 John Benediktssonmath: faster math iteration when operating on fixnums
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
2022-01-21 John Benediktssonio.encodings.utf16n: merge with io.encodings.utf16
2022-01-21 John Benediktssonbootstrap: a few more paths
2022-01-21 John Benediktssonbootstrap: some cleanup, move stage1 to basis/bootstrap/
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-20 Doug Colemanparser: move print-use-hook from parser to vocabs.parser
2022-01-20 John Benediktssonmultiline: require spaces after, similar to strings...
2022-01-15 John Benediktssonclasses.struct: better redefinition behavior.
2022-01-14 John Benediktssonclasses.tuple: make boa-effect generic.
2022-01-13 John Benediktssonvocabs: fewer namespace lookups for requiring
2022-01-12 John Benediktssonvocabs: change from errorlist to requiring list
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 Doug Colemansequences: fix 1surround, add tests
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-12 John BenediktssonRevert "Revert "compiler.units: always call definition...
2022-01-11 John BenediktssonRevert "compiler.units: always call definition observer...
2022-01-11 John BenediktssonRevert "fry: adding the ability to fry words to be...
2022-01-11 John Benediktssonfry: adding the ability to fry words to be executed
2022-01-10 John Benediktssonalien.strings: rename check-string to check-c-string
2022-01-10 John Benediktssonsequences: make mismatch and subseq not inline.
2022-01-10 John Benediktssoncompiler.units: always call definition observers at...
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-09 John Benediktssonwords.constant: store true for "constant" word prop
2022-01-08 John Benediktssonmemoize: fix pprint of IDENTITY-MEMO: words
2022-01-06 Doug Colemanvocabs.loader: fix vocab:path to use an existing path
2022-01-06 Doug Colemanio.pathnames: Allow vocab: to find paths that do not...
2022-01-06 Doug Colemanvocabs.loader: Delete errors after using list is fixed...
2022-01-04 John Benediktssonnamespaces: rename init-namespaces to init-namestack
2022-01-03 John BenediktssonRevert "Revert "math.parser: faster hex-string conversi...
2022-01-03 John BenediktssonRevert "math.parser: faster hex-string conversions...
2022-01-03 John Benediktssonmath.parser: faster hex-string conversions with less...
2022-01-03 Doug Colemansyntax: auto-use should set the global namespace so...
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2022-01-02 John Benediktssonsyntax: document underscore numbers.
2021-12-31 John Benediktssonvocabs.parser: change unuse-vocab to remove other forms.
2021-12-30 Doug Colemancore: update using lists
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemancore: Remove deprecated words in favor of fixups.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2021-12-30 John Benediktssonchecksums.crc32: fix comment.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 John Benediktssonio.files: deprecate exists?.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-27 John Benediktssonmath.ranges: deprecate the aliases.
2021-12-27 John Benediktssonio: deprecate the aliases.
2021-12-26 John Benediktssonio: add an alias for lines, for easier backwards compat...
2021-12-24 John Benediktssonmath.parser: check skip characters in one place.
2021-12-24 John Benediktssonmath.parser: allow _ to separate numbers.
2021-12-22 John Benediktssonparser: revert private for now, instead of fixing the...
2021-12-22 John Benediktssonparser: fix tests.
2021-12-22 John Benediktssonparser: more private words.
2021-12-22 John Benediktssoneffects.parser: don't use ?execute-parsing here.
2021-12-22 John Benediktssonparser: make some words private.
2021-12-21 Doug Colemansyntax: Add REUSE: word to easily USE: but reload.
2021-12-21 Doug Colemancore: Add auto-use to syntax and add -ea parameter...
2021-12-21 Doug Colemancore: fix sequences test
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-12-16 John Benediktssonvocabs.loader: only cache roots for vocabs that are...
2021-12-01 John Benediktssonsequences: fix help-lint warnings in map-reduce.
2021-07-24 John BenediktssonRevert "hashtables: Preserve access semantics for alist...
2021-07-21 timorhashtables: Preserve access semantics for alist >hashta...
2021-07-13 John Benediktssonsequences: fix row variadic stack effect of map-reduce...
2021-05-04 timorMake both-fixnums? foldable, hashcode* flushable
2021-04-14 Doug Colemanvocabs.parser: add eval-in-current( ) word for funktors.
2021-04-14 John Benediktssonsorting: moving compare-with from sorting.extras.
2021-03-30 Doug Colemangeneric.parser: Show the bad effects in the error.
2021-03-29 John Benediktssonassocs: making unzip generic to be faster on hashtables.
2021-03-23 John Benediktssonsplitting: faster split-when.
2021-03-23 John Benediktssongeneralizations: cleanup using.
2021-03-22 John Benediktssoncore/basis: metadata instead of meta-data.
2021-03-22 John Benediktssonsplitting: simplify (split1).
2021-03-22 John Benediktssonlocals.rewrite: need to like after [nsequence].
next