]> gitweb.factorcode.org Git - factor.git/history - core/words
scryfall: better moxfield words
[factor.git] / core / words /
2023-08-26 John Benediktssonwords: better error class for undefined-word
2023-08-25 Capitalwords: add unintern-word definition
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-12 Alexander Ilinwords-docs: fix table formatting
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: use ??if instead of ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-09 John Benediktssonwords.constant: store true for "constant" word prop
2021-03-22 John Benediktssoncore/basis: metadata instead of meta-data.
2020-12-17 John Benediktssonwords: removing unused "constructor-word".
2020-02-13 John Benediktssonhelp: add more bold table headings.
2019-05-21 John Benediktssonwords: remove word-props? used only in one place.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemanwords: Remove dummy ``word`` word and comment. Totally...
2017-03-17 Alexander Iljinclasses.maybe-docs: create some documentation for the...
2016-11-30 Björn Lindqvistcompiler.crossref: changes the way in which dependencie...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-07-30 Alexander Iljindocs: replace $description with $class-description...
2016-05-25 Alexander Iljinwords-docs: fix wording
2016-05-25 Alexander Iljinwords-docs: add "recursive" to the list of word properties
2016-05-22 Alexander Iljindocs: minor fixes and amendments.
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.
2016-03-03 Doug Colemancore: Don't use with-scope. H{ } clone [ ] with-variabl...
2015-12-05 Björn LindqvistDocs: more docs for vocabs in core/
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-24 Doug Colemanwords: cleaning up word-props
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanwords: use get-callstack.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 John Benediktssonfix some generic tests.
2015-07-18 Doug Colemanword hashcodes: Don't unsafely set the hashcode for...
2015-07-18 Doug Colemancore: declare word's hashcode an integer. Make word...
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-15 John BenediktssonFix some things broken by hashtable capacity changes.
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-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonwords: change word hash to do less work.
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-05-13 John Benediktssonminor cleanup to some docs.
2014-11-30 John Benediktssoncore: use if* in a couple places.
2014-11-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-06-08 Björn LindqvistDocs: docs for compiler-related words
2014-06-07 John Benediktssonkernel: remove ?execute, not used much, and a little...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: example for head? and subwords
2013-08-24 John Benediktssonupdate docs for help.lint checks.
2013-04-16 John Benediktssonwords.alias: make aliases to parsing words also parsing...
2013-04-01 John Benediktssonwords.alias: definition is just the def>>.
2013-03-24 Doug Colemanwords: Rename undefined.
2013-03-23 Doug Colemandefinitions: Separate definition definitions.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-12 John Benediktssonwords: add safety checks for word? type.
2013-03-10 John Benediktssoncompiler: more use of hash-sets.
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2013-03-05 John Benediktssoncore: cleanup USING lists.
2013-03-05 John Benediktssonwords: adding inline-recursive?.
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-03 John Benediktssonhashtables: moving hash-combine to hashtables.
2011-10-03 John Benediktssonwords: since word names can be tuples (i'm looking...
2011-10-02 John Benediktssonwords: prevent zero hashcodes. Fixes #222.
2011-09-24 John BenediktssonAdding stack effects.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-09-15 Joe Groffwords: move change-word-prop from delegate.private...
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-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-04 Keita Hagawords: replace the trailing comma with a period in...
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Slava PestovGet foldable and flushable declarations working on...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
next