| .. |
|
alien.factor
|
alien.*: frontend varargs support! #1677
|
2016-08-10 21:34:37 +02:00 |
|
call-effect.factor
|
…
|
|
|
callback-error.factor
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
|
callstack-overflow.factor
|
compiler.tests: fix a few KERNEL-ERROR.
|
2016-03-22 15:22:15 -07:00 |
|
code-heap.factor
|
VM: make visit_instruction_operands() skip over uninitialized blocks
|
2016-09-29 06:35:35 +02:00 |
|
codegen.factor
|
factor: ALIEN: -> alien:
|
2017-06-04 15:59:20 -05:00 |
|
curry.factor
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
|
dead-code.factor
|
compiler: Fix /mod simplications in dead-code, add unit tests. Fixes #544
|
2012-07-21 03:41:42 -07:00 |
|
float.factor
|
…
|
|
|
folding.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
intrinsics.factor
|
factor: FOO: -> foo: if it's not a top-level definition word.
|
2017-06-04 16:10:50 -05:00 |
|
linkage-errors.factor
|
compiler.tests: fix a few KERNEL-ERROR.
|
2016-03-22 15:22:15 -07:00 |
|
low-level-ir.factor
|
factor: D: -> d:, R: -> r:
|
2017-06-04 16:13:32 -05:00 |
|
optimizer.factor
|
factor: FOO: -> foo: if it's not a top-level definition word.
|
2017-06-04 16:10:50 -05:00 |
|
peg-regression-2.factor
|
…
|
|
|
peg-regression.factor
|
Fix some tests broken by optimized? rename.
|
2015-07-15 11:47:03 -07:00 |
|
pic-problem-1.factor
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
|
redefine0.factor
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
|
redefine1.factor
|
Make M\ throw an error upon lookup failure. Change method -> ?lookup-method, lookup-method is the throwing version of ?lookup-method. Fixes #229.
|
2011-10-03 15:49:49 -07:00 |
|
redefine2.factor
|
…
|
|
|
redefine3.factor
|
compiler.crossref: changes the way in which dependencies are stored on words
|
2016-11-30 07:29:10 +01:00 |
|
redefine4.factor
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
|
redefine5.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
redefine6.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
redefine7.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
redefine8.factor
|
…
|
|
|
redefine9.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
redefine10.factor
|
…
|
|
|
redefine11.factor
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
|
redefine12.factor
|
(( -- )) eval -> eval( -- )
|
2009-04-17 15:49:21 -05:00 |
|
redefine13.factor
|
update some more MACRO: effects.
|
2015-07-19 11:42:46 -07:00 |
|
redefine14.factor
|
…
|
|
|
redefine15.factor
|
basis: whitespace.
|
2015-07-20 17:13:52 -07:00 |
|
redefine16.factor
|
factor: Rename GENERIC# to GENERIC#:.
|
2017-06-01 13:58:58 -05:00 |
|
redefine17.factor
|
Some more general fixes for recent refactors.
|
2015-06-08 19:15:29 -07:00 |
|
redefine18.factor
|
…
|
|
|
redefine19.factor
|
…
|
|
|
redefine20.factor
|
Work in progress: record constant-folds of predicate words, and call-next-method invocations, in the same way that method inlining are recorded, for greater recompilation accuracy
|
2010-01-30 09:28:56 +13:00 |
|
redefine21.factor
|
compiler.units: fix bug that came up recently with nested compilation units
|
2010-02-04 03:20:48 +13:00 |
|
redefine22.factor
|
…
|
|
|
redefine23.factor
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
|
redefine24.factor
|
…
|
|
|
redefine25.factor
|
core, basis, extra: Remove DOS line endings from files.
|
2015-06-29 17:25:40 -07:00 |
|
redefine26.factor
|
classes:
|
2012-05-03 19:45:30 -07:00 |
|
reload.factor
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
|
simple.factor
|
core: callstack is a builtin type and a class name. rename the *stack words that grab the current stack get-foostack to avoid the callstack builtin conflict and for better symmetry with set-foostack.
|
2015-08-13 10:11:59 -07:00 |
|
spilling.factor
|
Fix some tests broken by optimized? rename.
|
2015-07-15 11:47:03 -07:00 |
|
stack-trace.factor
|
VM: change callstack>array primitive so it doesn't reverse anymore
|
2016-10-13 01:34:55 +02:00 |
|
tuples.factor
|
…
|
|
|
x87-regression.factor
|
factor: more function messups
|
2015-07-19 20:09:21 -07:00 |