]> gitweb.factorcode.org Git - factor.git/history - core/sequences/sequences.factor
Fixes #2966
[factor.git] / core / sequences / sequences.factor
2024-02-25 John Benediktssonsequences: faster last2 and some tests
2024-02-20 Alexander Ilinsequences: move last2 to the sequences vocab
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-10-23 John Benediktssonsequences: change infimum/supremum to alias
2023-10-23 nomennescioRefactored (minimum) and (maximum)
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-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-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-02-26 Doug Colemanfactor: whitespace only
2023-02-26 Doug Colemansequences: move ??nth
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: 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 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 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
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 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: remove-of? words aren't as good as i had...
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 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-12 Doug Colemansequences: fix 1surround, add tests
next