factor/core
Slava Pestov 926c46841b classes.intersection: make flatten-class more accurate. It is still not perfect, but it fixes the case where a generic word has a method on a tuple class, and another method on an intersection of a mixin with another tuple classes 2009-08-07 22:30:57 -05:00
..
alien alien.libraries: add remove-library word, fix dlclose and dll-valid? VM primitives 2009-07-09 06:51:31 -05:00
arrays
assocs Add assoc-refine, which takes the intersection of a sequence of assocs 2009-07-22 02:06:14 -05:00
bootstrap Remove initial-quot feature 2009-06-15 13:07:15 -05:00
byte-arrays
byte-vectors growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
checksums use itoa in more places 2009-08-02 18:18:31 -05:00
classes classes.intersection: make flatten-class more accurate. It is still not perfect, but it fixes the case where a generic word has a method on a tuple class, and another method on an intersection of a mixin with another tuple classes 2009-08-07 22:30:57 -05:00
combinators use itoa in more places 2009-08-02 18:18:31 -05:00
compiler/units
continuations
definitions
destructors
effects
generic use itoa in more places 2009-08-02 18:18:31 -05:00
graphs
growable growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
hashtables compiler.cfg.linear-scan: split off parallel mapping code from resolve pass, use it in assignment pass to resolve parallel copies 2009-07-08 23:07:06 -05:00
init
io use itoa in more places 2009-08-02 18:18:31 -05:00
kernel
layouts
lexer Refactor source-file-errors a little bit to remove some code duplication, and so that clicking 'Edit' in error list tool works for parse errors in unit tests 2009-08-04 21:01:21 -05:00
make Compiler speedups 2009-08-02 09:16:21 -05:00
math nitpick 2009-07-24 21:04:49 -05:00
memory
namespaces
parser parser: remove outdated unit tests that were superseded by tests in vocabs.parser 2009-07-18 11:35:09 -05:00
quotations
sbufs
sequences sequences: map, 2map, 3map use new map-integers combinator; last two no longer depend on integers-as-sequences 2009-08-03 13:30:55 -05:00
sets Move conjoin-at from compiler.cfg.liveness to sets 2009-07-21 03:02:06 -05:00
slots change-tracking-tuple class. subclasses will have a "changed?" slot that gets set to true when any slot is modified 2009-07-31 21:48:17 -05:00
sorting [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
source-files Refactor source-file-errors a little bit to remove some code duplication, and so that clicking 'Edit' in error list tool works for parse errors in unit tests 2009-08-04 21:01:21 -05:00
splitting
strings
syntax Fix QUALIFIED: docs. Reported by ex_rzr in #concatenative 2009-07-14 12:07:08 -05:00
system
vectors
vocabs Merge branch 'master' of git://factorcode.org/git/factor 2009-07-22 10:02:09 -05:00
words