]> gitweb.factorcode.org Git - factor.git/history - core/sequences
scryfall: better moxfield words
[factor.git] / core / sequences /
2024-03-11 Giftpflanzesequences: Fix documentation
2024-02-25 John Benediktssonsequences: faster last2 and some tests
2024-02-20 Alexander Ilinsequences: move last2 to the sequences vocab
2024-01-14 John Benediktssonsequences: improve docs for subseq-index.
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-10-23 John Benediktssonsequences: change infimum/supremum to alias
2023-10-23 nomennescioRefactored (minimum) and (maximum)
2023-10-23 nomennescioAdded unit tests
2023-10-23 nomennescioBetter?
2023-10-23 nomennescioSpecialize minimum and maximum on repetition too.
2023-10-23 nomennescioGenerics minimum and maximum added.
2023-10-13 nomennescioReformat
2023-10-13 nomennescioMake slice a wrapped-sequence
2023-10-13 nomennescioMake sequence-view a wrapped-sequence
2023-10-13 nomennescioAdd wrapped-sequence that require instances to have...
2023-10-13 nomennescioMake sequence-view typed. Fixup tests.
2023-10-13 nomennescioReformat
2023-10-13 nomennescioRefactor reversed using sequence-view
2023-10-13 nomennescioAdded virtual-sequence sequence-view, which is a MVC...
2023-10-10 chunes3Add examples to several words
2023-09-19 John Benediktssonsequences: simplify <repetition>
2023-09-09 John Benediktssonsequences: making supremum/infimum generic
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-12 Doug Colemansequences: add link to none? and related-words it
2023-05-31 John Benediktssonsequences: making head-to-index and index-to-tail private
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-15 Doug Colemansequences: clarify some mutable vs resizeable notes...
2023-03-15 Dave CarltonFix example
2023-03-15 Dave CarltonMake reference to resizable more explict.
2023-02-26 Doug Colemanfactor: whitespace only
2023-02-26 Doug Colemansequences: move ??nth
2023-02-26 Doug Colemansequences: fix docs
2023-02-26 Doug Colemansequence: move check-grow-copy
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemancore; move find* to extras
2023-02-26 Doug Colemansequences: move words to extras
2023-02-26 Doug Colemansequences: find-from-unsafe is not unsafe, rename
2023-02-26 Doug Colemansequences: add find* variant
2023-02-26 Doug Colemansequences: add find* variants that return index/f as...
2023-02-26 Doug Colemansequences: move (2selector-as)
2023-02-26 Doug Colemanassocs: move with-assoc back to assocs
2023-02-26 Doug Colemansequences: seq-copy-loop -> copy-loop
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemandocs: fix lint errors.
2023-02-26 Doug Colemansequences: add more docs
2023-02-26 Doug Colemansequences: count is [ ] count-by, readd seq-copy-loop...
2023-02-26 Doug Colemansequences: Move some words to sequences.seq in extra.
2023-02-26 Doug Colemansequences: move-forward is impossible unless to < from
2023-02-26 Doug Colemanspin: swap rot is spin
2023-02-26 Doug Colemansequences: add 2filter 2reject
2023-02-26 Doug Colemansequences: fix stack orders and move unit test
2023-02-26 Doug Colemansequences: fix map-from and map-from-as
2023-02-26 Doug Colemansequences: fix from word
2023-02-26 Doug Colemansequences: fix `from` words
2023-02-26 Doug Colemansequences: add 0reduce, 0accumulate that use their...
2023-02-26 Doug Colemansequences: add tests for map-reduce
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-02-26 Doug Colemansequences: remove unused word
2023-02-26 Doug Colemansequences: use with-assoc, most
2023-02-26 Doug Colemansequences: use length-iterator/length-operator words...
2023-02-26 Doug Colemansequences: add map-prior-as, map-prior-from, and map...
2023-02-26 Doug Colemansequences: Rename seq-nth to nth-of etc
2023-02-26 Doug Colemansequences: rename count to count-by
2023-02-26 Doug Colemanfactor: use 2length
2023-02-26 Doug Colemancore: use copy in sorting
2023-02-26 Doug Colemancore: push-if -> push-when, refactoring sequence words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-09 razetimesequences: correct docs for find-index-from
2022-12-12 razetimesequences: more accurate docs for >underlying<
2022-10-11 Doug Colemansequences: inline `element/index` and `index/element`
2022-10-10 John Benediktssonsequences: fix when-empty stack effect.
2022-10-07 Doug Colemansequences: fix spacing for docs
2022-10-07 Doug Colemansequences: fix stack effect help for when-empty
2022-10-07 Alexander Ilinsequences: fix stack effect declarations for when-empty...
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)
next