]> gitweb.factorcode.org Git - factor.git/history - core
Added UTExportedTypeDeclarations to Info.plist
[factor.git] / core /
2020-12-24 John Benediktssonstrings.parser: adding line continuations.
2020-12-18 John Benediktssonstrings: embed sequence-hashcode algorithm in rehash...
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 Benediktssonbootstrap: cleanup using.
2020-12-18 John Benediktssonclasses.union: make sure tuple-class has tuple-layout.
2020-12-18 John Benediktssonbootstrap: this is more fragile than I would like.
2020-12-17 John Benediktssonwords: removing unused "constructor-word".
2020-12-17 John Benediktssonvocabs.parser: fix with-words to be properly restartable.
2020-12-16 John Benediktssoncalendar: change >gmt, >local-time to clone.
2020-12-16 John Benediktssonvocabs.parser: use finally instead of ``[ ] cleanup``.
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-15 John Benediktssonlocals.parser: use with-words again.
2020-12-15 John Benediktssonvocabs.parser: fix with-words.
2020-12-15 John Benediktssonsets: add docs about sequence ordering with members.
2020-12-15 John BenediktssonRevert "locals.parser: use with-words."
2020-12-15 John Benediktssonlocals.parser: use with-words.
2020-12-15 John Benediktssonvocabs.parser: make a with-words combinator that cleans up.
2020-12-13 John Benediktssonsequences: change surround to return type of ``seq2``.
2020-12-12 John Benediktssonsequences: improving cartesian-product to return type...
2020-12-11 John Benediktssonsequences: change replace-slice to return type of seq...
2020-12-11 John BenediktssonRevert "sequences: change test case for replace-slice."
2020-12-11 John Benediktssonsequences: change test case for replace-slice.
2020-12-11 John Benediktssonbootstrap: change stage1 to do a load-all of resource...
2020-12-11 John Benediktssonsequences: fix docs for reversed.
2020-12-11 John Benediktssonsequences: make padding private, add docs.
2020-12-11 John Benediktssonsequences: adding surround-as and glue-as.
2020-12-10 John Benediktssonstrings.parser: fix blank.
2020-12-07 John Benediktssonstrings.parser: use single quotes around got.
2020-12-07 John Benediktssonstrings.parser: use unexpected instead of string errors.
2020-12-07 John Benediktssonsets: fix stack effect for gather.
2020-12-07 John Benediktssonsets: update tests.
2020-12-07 John Benediktssonsets: remove intersection in favor of refine.
2020-12-07 John Benediktssonkernel: adding execute( and call( text to execute and...
2020-12-07 John Benediktssonmath: related-words for until-zero.
2020-12-07 John Benediktssonmath: using until-zero in a few places.
2020-12-07 John Benediktssonmath.extras: moving until-zero to math.
2020-12-06 John Benediktssonkernel: fix stack effect for keepd family.
2020-12-03 Doug Colemanvocabs.loader: errorlist can be public
2020-12-02 John Benediktssonvocabs.loader: rename blacklist to errorlist.
2020-12-02 John Benediktssonkernel: remove duplicate IN:
2020-11-30 John Benediktssonlexer: remove docs for skip.
2020-11-30 John Benediktssonlexer: change to parse string syntax consistently.
2020-11-24 Doug Colemansystem: add arm targets.
2020-11-22 John Benediktssonfry: fix $values for fry.
2020-11-22 John Benediktssonsequences: fix example in join-as.
2020-11-21 John BenediktssonA few more fixes for string parsing.
2020-11-21 John Benediktssonfry: fix help-lint for fry.
2020-11-21 John Benediktssonlexer: reset again.
2020-11-21 John Benediktssoncore: slight revert.
2020-11-21 John Benediktssonlexer: revert my string parsing change, that's still...
2020-11-21 John Benediktssoncore: whoops, all these moves got missed.
2020-11-20 John Benediktssonclasses.predicate: simplify predicate-quot with fry.
2020-11-20 John Benediktssoncombinators: simplify dispatch-case-quot with fry.
2020-11-20 John Benediktssonslots: remove uses of "[ ] make".
2020-11-19 John Benediktssonstrings.parser: fix "string"length bug when parsing...
2020-11-19 John Benediktssonfry: simplify some things.
2020-11-19 John Benediktssonfry: adding support for '{, 'H{, and 'HS{ syntax.
2020-11-19 John Benediktssoncore: using fry in a few places to see how it works.
2020-11-19 John Benediktssonmove fry/macros/memoize/locals to core.
2020-11-17 masweeneyio.pathnames: add missing linux branch in test
2020-11-17 masweeneyio.pathnames: fix separator when appending paths in...
2020-11-09 John Benediktssonmemory: mark two tests as long since they are slow...
2020-11-08 Alexander Iljinassocs: mark the delete-at words as related
2020-11-03 John Benediktssonclasses.tuple: refactor out make-tuple for re-use.
2020-10-15 John Benediktssoncombinators: move docs for recursive-hashcode.
2020-10-15 John Benediktssoncombinators: move recursive-hashcode to kernel vocab.
2020-09-28 John BenediktssonRevert "core: Add TH{ for making assoc tuples."
2020-09-27 John Benediktssonbootstrap: rename layouts/layouts.factor to layouts...
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-08-23 John Benediktssonassocs: improve stack effect for delete-at* and ?delete-at.
2020-08-17 John Benediktssonassocs: adding ?change-at.
2020-08-14 John Benediktssonvocabs.parser: faster name lookup.
2020-08-01 Alexander Iljinsyntax-docs: add description of the vocab:word syntax
2020-08-01 Alexander Iljinsyntax-docs: fix a typo
2020-08-01 Alexander Iljinsyntax-docs: remove mention of a nonexistent error
2020-07-29 Alexander Iljinchecksums: inherit checksum-state from disposable
2020-07-19 Alexander Iljinio.pathnames-docs: fix a copy-paste error
2020-07-19 Alexander Iljinmath-docs: fix `times` documentation
2020-06-12 Doug Colemanvocabs: On use-vocab we should throw an error if the...
2020-05-27 John Benediktssonlexer: cleanup docs for $slots.
2020-05-21 John Benediktssonsyntax: allow anonymous MAIN:.
2020-04-12 Doug ColemanWindows: Handle three places where Windows line endings...
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2020-02-13 John Benediktssonhelp: add more bold table headings.
2020-02-13 John Benediktssongeneric.math: some minor cleanup.
2020-02-12 John Benediktssonvocabs.loader: fix alignment of last patch.
2020-02-12 John Benediktssonvocabs.loader: prevent create-vocab if check-vocab...
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-17 Doug Colemanbyte-arrays: Add a byte-sequence protocol for byte...
2020-01-15 John Benediktssoncontinuations: more use of check-instance.
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...
2020-01-06 John Benediktssonio.files: quot effects in change-file-lines and change...
2020-01-03 Doug Colemanio: Fix word to find disk space if a file is missing.
next