]> gitweb.factorcode.org Git - factor.git/history - core/sequences
lint.vocabs: fix help-lint for find-unused-in-file.
[factor.git] / core / sequences /
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-17 Doug Colemansequences: length-operator-last is not good, remove it
2022-08-17 Doug Colemansequences: collect-from, remove sequence-operator-from...
2022-08-01 Doug Colemansequences: use index-of-last more places
2022-08-01 John Benediktssonsequences: s/bounds-check-find/bounds-check-call/ and...
2022-07-31 Doug Colemansequences: move defs higher
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemansequences: add more docs
2022-07-31 Doug Colemancore: update docs for new words
2022-07-31 Doug Colemansequences: remove-of? words aren't as good as i had...
2022-07-31 Doug Colemansequences: docs, forgot a rename
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-07-31 Doug Colemansequences: fix e/i and i/e and remove maybe-nth with...
2022-07-31 Doug Colemansequences: faster filter! and less bounds checking...
2022-07-31 Doug Colemansequences: redo find words
2022-07-31 Doug Colemansequences: remove comment
2022-07-31 Doug Colemancore: fix naming of sequence-index-operator
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemancore: (head) (tail) from-end -> from-tail. add cramp
2022-07-31 Doug Colemancore: add negate
2022-07-31 Doug Colemancore: fix stack effect and use new word
2022-07-31 Doug Colemancore: rename some words
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemansequences: rename some helper words and subseq/member...
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-18 John Benediktssonsequences: adding a test for map-index change.
2022-06-18 Kacarottfix map-index always producing array
2022-01-26 John Benediktssonsequences: can't unslice each-index for now
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-23 John BenediktssonRevert "sequences: faster iteration over slices"
2022-01-23 John BenediktssonRevert "sequences: unslicing in binary-reduce"
2022-01-22 John Benediktssonsequences: unslicing in binary-reduce
2022-01-22 John Benediktssonsequences: faster iteration over slices
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-12 Doug Colemansequences: fix 1surround, add tests
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-10 John Benediktssonsequences: make mismatch and subseq not inline.
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-21 Doug Colemancore: fix sequences test
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-01 John Benediktssonsequences: fix help-lint warnings in map-reduce.
2021-07-13 John Benediktssonsequences: fix row variadic stack effect of map-reduce...
2021-03-22 John Benediktssonsequences.generalizations: move to basis from core.
2021-03-19 John Benediktssonsequences: simplify flip using fry and map-reduce.
2021-03-16 John Benediktssonsequences: adding cut-slice*.
2021-02-18 timorsequences: Add 2any? combinator
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-13 John Benediktssonsequences: change surround to return type of ``seq2``.
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
2020-12-11 John Benediktssonsequences: change replace-slice to return type of seq...
2020-12-11 John BenediktssonRevert "sequences: change test case for replace-slice."
2020-12-11 John Benediktssonsequences: change test case for replace-slice.
2020-12-11 John Benediktssonsequences: fix docs for reversed.
2020-12-11 John Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-11-22 John Benediktssonsequences: fix example in join-as.
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2019-12-14 John Benediktssonsequences: adding cartesian-find.
2019-05-19 John Benediktssonsequences: making copy-state indices integers.
2019-04-14 Alexander Iljinsequences-docs: add a missing article
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-13 John Benediktssonfix some typos in docs.
2018-01-22 Alexander Iljinsequences-docs: fix a typo
2017-10-25 John Benediktssonsequences: rename setup-each to (each).
2017-10-24 John Benediktssonsequences: fix map-reduce to have ..a on the stack...
2017-08-27 Alexander Iljinsequences-docs: fix the delete-all $errors description
2017-07-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-06-21 Alexander Iljinsequences-docs: add short help for the words longest...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemansequences: Remove start for real in favor of subseq...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemansequences: Add start as an alias for subseq-start,...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-04 John Benediktssonsequences: fix example for unless-empty.
2017-03-17 Alexander Iljinsequences-docs: add a bunch of related-words
2017-03-17 Alexander Iljinsequences-docs: simplify the head* description
2017-03-05 John Benediktssonsequences: fix filter! to allow stack arguments to...
2017-02-08 John Benediktssonsequences: simplify (map-find).
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-20 Alexander Iljinsequences-docs: add a missing period at the end of...
2017-01-13 Alexander Iljinsequences-docs: add some related-words
2017-01-13 Alexander Iljinsequences-docs: fix parameter names in the <slice>...
next