]> gitweb.factorcode.org Git - factor.git/history - core/assocs
scryfall: parse mtga deck format
[factor.git] / core / assocs /
2023-11-07 Capitalassocs: update docs and give example with hashtable
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-22 Giftpflanzeassocs: assoc-map-as does not map between assocs and...
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 Colemanassocs: move some -of words to extras
2023-02-26 Doug Colemanassocs: move a lot of *-of words to assocs.extas
2023-02-26 Doug Colemanassocs: fix docs import
2023-02-26 Doug Colemanassocs: more work on -of words
2023-02-26 Doug Colemanassocs: move with-assoc back to assocs
2023-02-26 Doug Colemanassocs: fix at+* to return old,new and change* to chang...
2023-02-26 Doug Colemansequences: fix `from` words
2023-02-26 Doug Colemansequences: use with-assoc, most
2023-02-26 Doug Colemanassocs: Add a bunch of `of` words
2023-02-26 Doug Colemanassocs: add set-of and push-of
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-07 Doug Colemanassocs: refactor collect-by to use collect-by!
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemanassocs: assoc-stack-from
2022-07-31 Doug Colemanassocs: rename (assoc-stack) => search-assoc-stack
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-16 John Benediktssonassocs: adding ?value-at.
2022-01-25 Benjamin Pollackassocs: rename assoc-combine/refine to assoc-union...
2021-03-29 John Benediktssonassocs: making unzip generic to be faster on hashtables.
2021-03-20 John Benediktssonassocs: adding zip-with.
2020-11-08 Alexander Iljinassocs: mark the delete-at words as related
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-08-23 John Benediktssonassocs: improve stack effect for delete-at* and ?delete-at.
2020-08-17 John Benediktssonassocs: adding ?change-at.
2019-02-03 Doug Colemanassocs: Add ?delete-at.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-02-08 John Benediktssonsets: moving unique/conjoin/conjoin-at to compiler...
2017-02-08 John Benediktssonassocs: change assoc= to compare with = not eq?.
2016-12-29 John Benediktssonassocs: M\ enum >alist can be no-op because it's a...
2016-12-28 John Benediktssonassocs: moving collect-by from math.statistics.
2016-08-11 John BenediktssonRevert "assocs-docs: mark assoc-partition and partition...
2016-08-11 Alexander Iljinassocs-docs: mark assoc-partition and partition as...
2016-04-12 Doug Colemanassocs: Add assoc-union-as. Use assoc-reject-like.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-16 John Benediktssoncore: use $sequence help-markup in a few places.
2015-08-12 Doug Colemanassocs: fix map>alist and docs.
2015-08-12 Doug Colemanassocs: add map>alist which is { } map>assoc but could...
2015-08-08 Doug Colemanassocs: Add harvest-keys, harvest-values to core/....
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-13 John Benediktssonassocs: adding assoc-reject, assoc-reject-as, assoc...
2014-11-12 John Benediktssonassocs: moving map-index back to sequences, change...
2014-11-09 Doug Colemanassocs: Fix up some stack effects.
2014-11-09 Doug Colemanassocs: Make the output from zip, zip-index, and map...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-11-08 Doug Colemanassocs: Add zip-index, zip-index-as and docs/tests.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-04-07 John Benediktssonassocs: faster keys/values for enums.
2013-04-07 John Benediktssonassocs: making keys and values generic.
2013-03-23 Doug Colemanassocs-docs: Link of and ?of.
2013-03-23 John Benediktssonassocs: tweak docs for new-assoc.
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-03-06 John Benediktssonassocs: cleanup and use first2-unsafe in assoc-find.
2013-02-22 John Benediktssonassocs: change enum to immutable-sequence.
2013-02-22 John Benediktssonassocs: allow enums to support sequence protocol.
2012-09-24 John Benediktssonassocs: 2cache can be a bit more unsafe.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-07-20 John Benediktssonassocs: inline assoc-empty? and make M\ enum at* not...
2012-07-17 John Benediktssonassocs: faster map>assoc.
2012-04-26 John Benediktssonassocs: 50% faster zip.
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-13 John Benediktssonassocs: 5-8% performance improvement to assoc>map....
2011-09-26 John Benediktssonassocs: improve stack effect docs for "?at".
2011-09-17 John Benediktssonassocs: adding tests for "assoc-stack".
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-07 Slava PestovMerge branch 'doc-fixes' of git://github.com/mrjbq7...
2011-05-07 Slava PestovMerge branch 'cleanup' of git://github.com/mrjbq7/factor
2011-05-07 Slava PestovMerge branch 'sorting' of git://github.com/mrjbq7/factor
2011-05-04 John BenediktssonMerge branch 'master' into sorting
2011-04-13 John BenediktssonMerge branch 'master' into sorting
2011-04-07 John BenediktssonUpdate code that did ">alist sort-" to just "sort-".
2011-02-28 Slava PestovFix conflict
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-07 Keita Hagaassocs: fix a few typos in docs
2011-01-17 Keita Hagaassocs: fix description of inputs and outputs values...
2011-01-17 Keita Hagaassocs: correct the class of output value in assoc...
2011-01-16 Keita Hagaassocs: fix sample output in usage example of assoc...
2011-01-16 Keita Hagaassocs, math.bitwise: remove first blank line and usele...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-06 Slava PestovMerge branch 'fast-sets' of git://github.com/mrjbq7...
next