]> gitweb.factorcode.org Git - factor.git/history - core/generic
scryfall: make decks better, import from moxfield
[factor.git] / core / generic /
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-10-13 CapitalMove changes from work/ to core/ and basis/
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-09 John Benediktssoncore: adding missing summary.txt
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-22 John Benediktssongeneric: fix help-lint for make-consult-quot
2023-08-21 Alex Maestasclean up docs
2023-08-21 Alex MaestasUpdate docs
2023-08-21 Alex Maestasshuffle even less
2023-08-21 Alex Maestasshuffle less
2023-08-21 Alex MaestasHave method combinations themselves make their consulta...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-05 Doug Colemangeneric.standard: need coffee
2023-03-05 Doug Colemangeneric: finish renaming order to dispatch-order
2023-03-02 Doug Colemangeneric: rename order to dispatch-order. nothing uses...
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: use `[ ] append-as` and `[ ] concat-as` in...
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-01-20 John BenediktssonSwitch to https urls
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-01-20 Doug Colemancore: trim using lists with tool
2021-03-30 Doug Colemangeneric.parser: Show the bad effects in the error.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-02-13 John Benediktssongeneric.math: some minor cleanup.
2019-10-24 John Benediktssonclasses.algebra: change (flatten-class) to use arrays.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-13 John Benediktssonfix some typos in docs.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-11-28 Björn Lindqvistcompiler.crossref: better code for getting dependencies...
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-05-12 Doug Colemaneffects: Add support for :type as standalone, unnamed...
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-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 John Benediktssongeneric.standard: add some tests.
2015-08-06 John Benediktssongeneric.standard: check GENERIC# for integer dispatch#.
2015-08-05 John Benediktssongeneric: check valid combination/effect.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemanfactor: rename classes:members to class-members so...
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-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-17 John Benediktssongeneric.parser: fix unbalanced-private-declaration.
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2014-11-03 John Benediktssoncore: get rid of some unnecessary wrappers.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-23 John Benediktssoncore: update some help $value types.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-05-11 Björn LindqvistDocs: mostly fixes for doc errors found by help lint
2014-05-11 Björn LindqvistDocs: generic.math and layouts
2013-09-07 John Benediktssongeneric.math: rename and add comment.
2013-09-06 John Benediktssongeneric.math: eliminate a redundant fixnum check, separ...
2013-08-24 John Benediktssonupdate docs for help.lint checks.
2013-04-07 John Benediktssonuse concat instead of join.
2013-03-23 Doug Colemanwords: Change word -> last-word, set-word -> set-last...
2013-03-10 John Benediktssoncompiler: more use of hash-sets.
2013-03-09 John Benediktssongraphs: moving to basis.
2013-03-08 John Benediktssonclasses: store implementors in hash-sets.
2012-08-24 Doug Colemancore: in-definition -> with-definition.
2012-08-24 Doug Colemancore: rename in-word-definition to in-definition
2012-08-24 Doug Colemancore: Don't allow nested defintions in :, ::, M:, M...
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktssonusing the new H{ } make.
2012-06-21 Doug Colemanissue #358: Rename check-method and check-mixin-class...
2012-05-04 Doug Colemanclasses:
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-23 Doug Colemanclasses: add syntax for intersection{ and union{ anonym...
2011-11-22 Doug Colemanclasses: Make methods dispatch on maybes. Fix a couple...
2011-11-22 Doug Colemanclasses.maybe: move maybe definition from classes.union...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-10-24 Doug ColemanRename class to class-of
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-17 Doug ColemanRename complete-effect to scan-effect
2011-10-13 John Benediktssongeneric.parser: adding tests.
2011-10-13 John BenediktssonChange method parsing to validate stack effects. Fixes...
2011-10-03 Doug ColemanUpdate docs for lookup-method.
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
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'
next