]> gitweb.factorcode.org Git - factor.git/history - core/classes
lint: fix using
[factor.git] / core / classes /
2022-08-02 John Benediktssonclasses.algebra: fix complement predicate-def
2022-08-02 John Benediktssonclasses: define predicate-def for anonymous classes
2022-01-20 Doug Colemancore: trim using lists with tool
2022-01-15 John Benediktssonclasses.struct: better redefinition behavior.
2022-01-14 John Benediktssonclasses.tuple: make boa-effect generic.
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.
2021-12-30 Doug Colemancore: update using lists
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-03-04 John BenediktssonRevert "Support declaring intervals as well as classes...
2021-03-03 timorSupport declaring intervals as well as classes for...
2020-12-18 John Benediktssonclasses.tuple: shoot, meant this to be in .private.
2020-12-18 John Benediktssonclasses.tuple: need to defer tuple-layout.
2020-12-18 John Benediktssonclasses.union: make sure tuple-class has tuple-layout.
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-11-20 John Benediktssonclasses.predicate: simplify predicate-quot with fry.
2020-11-03 John Benediktssonclasses.tuple: refactor out make-tuple for re-use.
2020-09-28 John BenediktssonRevert "core: Add TH{ for making assoc tuples."
2020-09-26 John Benediktssonclasses.tuple: speed up slots>tuple a bit.
2020-09-26 John Benediktssonclasses: update with quotation stack effects.
2020-09-24 John Benediktssonclasses.builtin: remove bootstrap-type>class.
2020-09-24 John Benediktssonclasses.union: speed up instance? on unions of tuple...
2020-09-09 John Benediktssoncore: removing unnecessary method stack effects.
2020-02-13 John Benediktssonhelp: add more bold table headings.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2020-01-15 John Benediktssonclasses: adding a check-instance for checking type...
2019-11-06 John Benediktssonclasses.union: faster builtin-class check, for example...
2019-10-26 John Benediktssonclasses.algebra: update forgotten test for flatten...
2019-10-24 John Benediktssonclasses.union: woops, reduce in fast-union-mask.
2019-10-24 John Benediktssonclasses.algebra: change (flatten-class) to use arrays.
2019-10-24 John Benediktssonclasses: update docs with $sequence.
2019-01-11 John Benediktssonclasses.tuple: use integer>fixnum in tuple-hashcode.
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-25 John Benediktssonclasses.error: adding a summary.txt.
2018-02-17 John Benediktssonclasses.tuple: adding ?offset-of-slot that returns...
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-13 John Benediktssonfix more typos in docs.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-24 Björn Lindqvistcore/: bunch of more docs
2017-06-05 Doug Colemanclasses.intersection: Fix typo in commented-out unit...
2017-06-04 Doug Colemanclasses.singleton: Update another test.
2017-06-04 Doug Colemansingleton: Move definitions to top level in tests.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-05-31 Doug Colemancore: Add TH{ for making assoc tuples.
2017-03-17 John Benediktssonclasses.maybe: fix help-lint for docs.
2017-03-17 Alexander Iljinclasses.maybe-docs: create some documentation for the...
2017-03-17 Alexander Iljin*-docs: fix a typo in the word parametErized
2017-01-03 Björn Lindqvistclasses.mixin,classes.union: moves the check-self-refer...
2017-01-03 Björn Lindqvistclasses.mixin.tests: fix tc not to break when forget...
2016-12-30 Björn Lindqvistclasses.mixin: fix type checking in add-mixin-instance
2016-12-30 Björn Lindqvistclasses.mixin: better name for the type checking error
2016-12-06 Björn Lindqvistclasses.*: new words contained-classes and all-containe...
2016-12-03 Björn Lindqvistbasis/,extra/: using parse-array-def in a bunch of...
2016-11-28 Björn Lindqvistclasses.mixin: add-mixin-instance doesn't need to be...
2016-04-13 John Benediktssonclasses: unset defining-class in define-class.
2016-04-13 John Benediktssonclasses.algebra: removing valid-classoid? (enforced...
2016-04-13 John Benediktssonclasses.maybe: this restriction isn't necessary anymore.
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-25 Doug Colemancore: rename some double paren words.
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-21 John Benediktssongraphs: move to core and simplify.
2016-03-21 Björn Lindqvistslots: add initial value for integer-array-capacity...
2016-03-09 Björn Lindqvistcompiler.units: changes dynamic vars so that they are...
2015-10-10 Björn Lindqvisttuple-arrays: initial-values can be reused here to...
2015-09-24 John Benediktssonclasses.tuple: fix stack effect, didn't mean to commit...
2015-09-24 John Benediktssonclasses.tuple: use class-of in tuple>array.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-24 Doug Colemanclasses.parser: add a create-class word.
2015-08-16 John Benediktssonclasses.tuple: a better error if creating a tuple from...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanclasses.error: It was in the other patch but not this...
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: rename set to unordered-set.
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: fix breakage with word renamings.
2015-07-20 Doug Colemancore: fix docs
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-07-01 Doug Colemanclasses.tuple: Add a note about "defining-class"
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
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-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-29 Björn LindqvistDocs: bunch of smaller documentation fixes for various...
2014-12-01 John Benediktssonchange errors to use "object" instead of "obj".
next