..
alien.factor
Fix all failures in the linux64 build email
2011-10-24 19:33:09 -07:00
call-effect.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
callback-error.factor
callback-error: don't use -e until we fix issue #245
2011-10-10 21:25:50 -07:00
codegen.factor
use radix literals
2011-11-23 19:03:40 -08:00
curry.factor
compiler: fix failing test
2011-12-06 21:11:44 -08:00
float.factor
cpu.x86.x87: compares were clobbering ST0
2010-05-18 19:18:53 -04:00
folding.factor
Rename lookup to lookup-word.
2011-11-06 16:00:00 -08:00
generic.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
intrinsics.factor
use radix literals
2011-11-23 19:03:40 -08:00
linkage-errors.factor
Fix linkage-errors test to not clobber its own linkage error
2011-10-03 00:26:21 -07:00
low-level-ir.factor
compiler.cfg: open-code parameter boxing and unboxing for certain C types
2010-07-19 10:25:13 -04:00
optimizer.factor
Fix all failures in the linux64 build email
2011-10-24 19:33:09 -07:00
peg-regression-2.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
peg-regression.factor
Update compiler tests for tag number changes
2009-04-28 21:43:30 -05: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
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
redefine3.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
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
Rename lookup to lookup-word.
2011-11-06 16:00:00 -08:00
redefine9.factor
Rename lookup to lookup-word.
2011-11-06 16:00:00 -08:00
redefine10.factor
New 'conditional dependency' mechanism for more accurate recording of recompilation information
2010-01-30 09:28:57 +13:00
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
generic: rename method-body predicate class to method
2010-02-03 23:11:24 +13:00
redefine14.factor
Fix typo in redefine14 test
2009-05-01 08:29:04 -05:00
redefine15.factor
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
2011-10-18 13:19:39 -07:00
redefine16.factor
Rename lookup to lookup-word.
2011-11-06 16:00:00 -08:00
redefine17.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
redefine18.factor
Rename lookup to lookup-word.
2011-11-06 16:00:00 -08:00
redefine19.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
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
Fix two problems with recompilation: predicate constant folding was recording unsatisfied dependencies in some cases, and literal tuple instances of forgotten classes would cause problems for method inlining
2010-02-20 12:01:47 +13:00
redefine23.factor
compiler.tests.redefine23: test wasn't testing anything
2010-04-13 00:56:48 -07:00
redefine24.factor
"cdecl" -> cdecl
2010-03-31 19:20:35 -07:00
redefine25.factor
Mixin classes in redefine25 test are forgotten, but words still reference them -- forget those words, too. Fixes #143 .
2011-10-07 10:49:17 -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
stack-checker: calling 'boa' on a non-tuple would compile as a no-op rather than an error (reported by Joe Groff); clean up some other error reporting code too
2010-07-17 15:57:44 -04:00
spilling.factor
compiler.tests: fix test for generalizations change
2010-05-18 23:08:37 -04:00
stack-trace.factor
generic: rename method-body predicate class to method
2010-02-03 23:11:24 +13:00
tuples.factor
stack-checker: calling 'boa' on a non-tuple would compile as a no-op rather than an error (reported by Joe Groff); clean up some other error reporting code too
2010-07-17 15:57:44 -04:00
x87-regression.factor
compiler.tests: forgot to check in x87-regression test way back
2010-08-20 18:36:26 -07:00