]> gitweb.factorcode.org Git - factor.git/history - core/kernel
scryfall: parse mtga deck format
[factor.git] / core / kernel /
2023-11-16 razetimekernel: clarify docs for while*
2023-09-06 John Benediktssonkernel: docs example doesn't need prettyprint
2023-09-06 John Benediktssonkernel: fix help-lint warnings
2023-09-06 Marc Michaelkernel-docs: adds examples to the documentation of ?
2023-09-06 Marc Michaelkernel-docs: refines values and description for ?
2023-08-31 Giftpflanzecombinators.extras: Add more documentation
2023-08-30 John Benediktssonkernel: fix help-lint
2023-08-30 Giftpflanzekernel: Fix ?when/?unless stack effects
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-22 Giftpflanzekernel: Retire $complex-shuffle
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-27 Doug Colemanfactor: fix some docs/tests from recent merge
2023-02-26 Doug Colemankernel: add transmute and some use cases
2023-02-26 Doug Colemankernel: fix ?if stack effect
2023-02-26 Doug Colemankernel: document ?if ?when ?unless
2023-02-26 Doug Colemanshuffle: clean up some shuffles
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: fix docs
2023-02-26 Doug Colemansequences: remove ??if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemankernel: redo ?if to ?if-old, add ?if ?when ?unless
2023-01-22 razetimekernel: Improve description for `with`
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-09-16 Doug Colemankernel: fix using for tests
2022-09-16 Doug Colemankernel: move recusrive-hashcode to math and add test
2022-07-31 Doug Colemankernel: Add withd
2022-07-31 Doug Colemancore: add negate
2022-01-20 Doug Colemancore: trim using lists with tool
2021-05-04 timorMake both-fixnums? foldable, hashcode* flushable
2020-12-11 John Benediktssonbootstrap: change stage1 to do a load-all of resource...
2020-12-07 John Benediktssonkernel: adding execute( and call( text to execute and...
2020-12-06 John Benediktssonkernel: fix stack effect for keepd family.
2020-12-02 John Benediktssonkernel: remove duplicate IN:
2020-10-15 John Benediktssoncombinators: move docs for recursive-hashcode.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2019-12-13 John Benediktssonkernel: adding while* that passes the predicate result...
2019-07-23 John Benediktssonkernel: fix stack effect for -rotd.
2018-07-07 Doug Colemankernel: Only test that it fails 10 times for TravisCI...
2018-07-07 Doug Colemankernel: Test if one ``-1 f <array>`` hangs travisci.
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-06-04 Doug ColemanRevert "VM: removing the unused callstack-bounds primitive"
2018-02-13 John Benediktssonfix more typos in docs.
2017-08-06 Doug Colemanfactor: Rename [curry] -> currier, remove some [foo...
2017-06-03 Doug Colemankernel: Fix the docs for curry/compose a bit.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-11-24 Björn Lindqvistkernel.private: adding OBJ-SAMPLE-CALLSTACKS + test...
2016-11-23 Björn LindqvistVM: the unimplemented error isn't used anymore
2016-11-21 Björn LindqvistVM: removing the unused callstack-bounds primitive
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-06-07 Björn LindqvistVM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
2016-03-20 John Benediktssonkernel: improve docs for ?.
2015-12-09 Björn LindqvistVM: put the singletons t, -1, 0 and 1 in the special...
2015-12-05 Björn LindqvistDocs: more docs for vocabs in core/
2015-09-29 Björn LindqvistVM: looks like ERROR_C_STRING is never thrown, so it...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-09-02 Björn LindqvistVM: give the exception handling special object a real...
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-15 Björn LindqvistVM: the JIT_PROFILING special object is never used...
2015-08-15 Björn LindqvistVM: the context_object_count must be wrong, there are...
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-04 Björn Lindqvistkernel.tests: address of fault is now in the 3rd elemen...
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
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-01 Doug Colemankernel-docs: Fix link from class to class-of.
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-01-15 Björn LindqvistVM: code_block::scan, make it so the method always...
2014-11-11 Björn LindqvistVM: renamed version and git-label to vm-version and...
2014-11-11 Björn LindqvistVM: Three new special objects added to keep track of...
2014-09-29 Björn LindqvistVM: new primitive (callback-room) for querying the...
2014-09-29 Björn LindqvistVM: try and recover with a kernel error from the callba...
2014-07-22 John Benediktssonkernel: fix help-lint warning for 2with.
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-06-07 John Benediktssonkernel: remove ?execute, not used much, and a little...
2014-06-07 Björn Lindqvistkernel.private: add ERROR-OUT-OF-FIXNUM-RANGE on the...
2014-06-04 John Benediktssonkernel: change errors to be in kernel.private.
2014-06-04 Björn Lindqvistkernel: symbolic constants for the various kernel errors
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-03-10 Doug Colemanclasses.builtin: Add the BUILTIN: keyword which lets...
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-07-22 John Benediktssonkernel: adding docs for "same?"
2012-07-21 John Benediktssonkernel: adding "same?" which is "bi@ =".
2012-02-16 Doug Colemankernel: Change the example for with to be more clear...
2011-11-12 Joe Groffvm: more defense against multi-faulting
2011-11-08 Joe Groffio.backend.unix: init-signal-pipe function
next