]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2023-03-13 Benjamin Pollackhelp: switch IRC links to Discord change-the-chat-url 2770/head
2023-03-12 Giftpflanzesequences.extras: Fix map-product documentation
2023-03-08 John Benediktssonwebsites.factorcode: add link to cgit
2023-03-08 John BenediktssonRevert "webapps.mason: make docs/dev"
2023-03-08 John BenediktssonRevert "webapps.mason: different approach"
2023-03-08 John Benediktssonhashtables.wrapped: fix help-lint
2023-03-08 John Benediktssonhashtables.wrapped: fix help-lint
2023-03-08 John Benediktssonwebapps.mason: different approach
2023-03-08 John Benediktssonwebapps.mason: make docs/dev
2023-03-08 razetimehashtables.wrapped: add protocol documentation
2023-03-08 Doug Colemanvocabs.platforms: add some more switches
2023-03-08 Doug Colemanbootstrap.image.upload: generate sha256 checksums as...
2023-03-07 Giftpflanzelocals: Add newlines to :> syntax block
2023-03-05 Doug Colemangeneric.standard: need coffee
2023-03-05 Doug Colemanhttp.client: fix docs for http-patch accepting a body
2023-03-05 Doug Colemangeneric: finish renaming order to dispatch-order
2023-03-04 Doug Colemangithub: add more api calls like creating/updating issue...
2023-03-04 Doug Colemanassocs.extras: add collect-index-by
2023-03-04 Doug Colemansequences.extras: add mismatch-last
2023-03-04 Doug Colemanhttp.client: PATCH should usually take a body
2023-03-02 Doug Colemangeneric: rename order to dispatch-order. nothing uses...
2023-03-02 Doug Colemansequences.extras: use accumulate0-as
2023-02-28 Doug Colemansequences.extras: add more words from the bqn language
2023-02-28 Doug Colemanassocs.extras: Add ?set-once-at returning the value...
2023-02-28 Doug Colemanfactor: fix some whitespace
2023-02-27 Doug Colemanfactor: fix some docs/tests from recent merge
2023-02-27 John Benediktssonmath.extras: faster vose alias
2023-02-26 Doug Colemanseq: fix usings
2023-02-26 Doug Colemansemver: fix load
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemancombinators.extras: add quad, 2quad
2023-02-26 Doug Colemankernel: add transmute and some use cases
2023-02-26 Doug Colemanvocabs: use ?unless
2023-02-26 Doug Colemannamespaces.extras: clean up
2023-02-26 Doug Colemanextras: fix using/deleted word
2023-02-26 Doug Colemankernel: fix ?if stack effect
2023-02-26 Doug Colemankernel: document ?if ?when ?unless
2023-02-26 Doug Colemantools.scaffold: make scaffold-docs work on strings...
2023-02-26 Doug Colemanstack-checker.visitor.dummy: use 5drop
2023-02-26 Doug Colemanalien.c-types: fix bad use of ?when
2023-02-26 Doug Colemanextras: remove circular dependency
2023-02-26 Doug Colemanparser: fix bad refactor
2023-02-26 Doug Colemansequences.extas: use spind
2023-02-26 Doug Colemanfactor: whitespace only
2023-02-26 Doug Colemanshuffle: clean up some shuffles
2023-02-26 Doug Colemanassocs: move some -of words to extras
2023-02-26 Doug Colemanfactor: use ?call
2023-02-26 Doug Colemannamespaces.extras: rename ?xor to xor* and add inline
2023-02-26 Doug Colemankernel: use ?call
2023-02-26 Doug Colemansequences: move ??nth
2023-02-26 Doug Colemanlint: add a lint for keep
2023-02-26 Doug Colemansequences.extras: move ??nth
2023-02-26 Doug Colemankernel: ?call and simplify
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemansequences.extras: make a word inline
2023-02-26 Doug Colemancompiler/vm: Allow words made of curry/compose to compile
2023-02-26 Doug Colemancocoa.pasteboard: use correct ?transmute
2023-02-26 Doug Colemansequences: fix docs
2023-02-26 Doug Colemanfixups: ?if changed effects not renamed
2023-02-26 Doug Colemansorting: still use <copier>
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 Colemansorting: better formatting
2023-02-26 Doug Colemantools.scaffold: in-out removal
2023-02-26 Doug Colemanassocs: move a lot of *-of words to assocs.extas
2023-02-26 Doug Colemansequences.extras: working towards a simple map combinator
2023-02-26 Doug Colemansequences: find-from-unsafe is not unsafe, rename
2023-02-26 Doug Colemanhelp: remove in-out
2023-02-26 Doug Colemansequences: remove ??if
2023-02-26 Doug Colemaneffects: remove in-out
2023-02-26 Doug Colemansequences.extras: rename push? to maybe-push
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemansemantic-versioning: crept back in during a merge confl...
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: use `[ ] append-as` and `[ ] concat-as` in...
2023-02-26 Doug Colemanvocabs.loader: use ?if
2023-02-26 Doug Colemancombinators.extras: trying to figure out a combinator...
2023-02-26 Doug Colemanfactor: use more ?if and ?unless
2023-02-26 Doug Colemanpathnames: support pathnames more places like append...
2023-02-26 Doug Colemanio.sockets.secure.openssl: add two more recommended...
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-26 Doug Colemansequences: add find* variant
2023-02-26 Doug Colemankernel: redo ?if to ?if-old, add ?if ?when ?unless
2023-02-26 Doug Colemansequences.extras: add some words that might be useful
2023-02-26 Doug Colemansequences: add find* variants that return index/f as...
2023-02-26 Doug Colemansequences.extras: fix occurrence-count-by rename
2023-02-26 Doug Colemanfactor: fix using/docs
2023-02-26 Doug Colemanassocs.extas: add ?1array
2023-02-26 Doug Colemanassocs: fix docs import
2023-02-26 Doug Colemangame.models.collada: use swapd
2023-02-26 Doug Colemanbasis: adjust in-out spacing
2023-02-26 Doug Colemanfactor: update http to https for licenses
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-26 Doug Colemanassocs: more work on -of words
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
next