]> gitweb.factorcode.org Git - factor.git/history - core/generic
lint.vocabs: fix help-lint for find-unused-in-file.
[factor.git] / core / generic /
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'
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 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-27 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-27 John BenediktssonMerge branch 'cleanup'
2011-08-26 John BenediktssonSpelling fixes to documentation.
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-13 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-06 Slava PestovMerge branch 'doc-fixes' of http://github.com/keitahaga...
2010-12-04 Keita Hagageneric: fix using to M\ example in docs
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-22 Slava Pestovgeneric.single: fix bug where dynamic and static dispat...
2010-08-21 Slava Pestovgeneric: clean up unit tests a bit
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
next