]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/tests
tools.scaffold: Support unit tests with more than one output with run-string helper...
[factor.git] / basis / compiler / tests /
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2020-01-24 kusumotonorioTests for System V AMD64 ABI (#2233)
2020-01-19 kusumotonorioput alien.factor back
2020-01-19 kusumotonorioAdd Callback Tests
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-19 Doug Colemanalien.libraries: load-library is misnamed, refactor...
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-09 John Benediktssonusing ignore-errors instead of [ drop ] recover.
2017-01-04 Jon Harpercore layouts, remove hardcoded tag width
2016-11-30 Björn Lindqvistcompiler.crossref: changes the way in which dependencie...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-09-29 Björn LindqvistVM: make visit_instruction_operands() skip over uniniti...
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-08-10 Björn Lindqvistalien.*: frontend varargs support! #1677
2016-08-02 Björn Lindqvistcompiler.tests.alien: tests for varargs calls
2016-04-04 John Benediktssoncompiler.tests.stack-trace: use with-test-file.
2016-03-31 Doug Colemancompiler.tests.stack-trace: remove temp-file usage.
2016-03-22 John Benediktssoncompiler.tests: fix a few KERNEL-ERROR.
2015-12-08 Björn Lindqvistcompiler.tests.callstack-overflow: disable test for...
2015-09-02 Björn LindqvistVM: always use undecorated names when loading ffi functions
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-14 John Benediktssonnamespaces: rename namestack* to (get-namestack) for...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemancompiler: rename D to D: because it wants a token....
2015-08-13 Doug Colemancore: callstack is a builtin type and a class name...
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemancompiler, alien: fix some duplication in ERROR: definit...
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-06 John Benediktssoncompiler.tests: remove some tests that can't work now.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-21 Doug Colemanbasis: whitespace.
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
2015-07-20 Doug Colemanfactor: all FUNCTION: rename complete
2015-07-20 Doug Colemanfactor: more function messups
2015-07-20 Doug Colemanfactor: Fix rename issues.
2015-07-19 John Benediktssonupdate some more MACRO: effects.
2015-07-15 John BenediktssonFix some tests broken by optimized? rename.
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-09 John BenediktssonSome more general fixes for recent refactors.
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word reset-vreg-counter, useful...
2015-04-29 Björn Lindqvistcompiler.*: merge of ##inc-r and ##inc-d into one instr...
2015-01-22 Doug Colemancompiler.tests.optimizer: Re-enable the minor-gc test...
2015-01-17 Doug Colemancompiler.tests.stack-trace: Fix unit test.
2015-01-17 Doug Colemancompiler.tests.optimizer: Disable minor-gc test case...
2015-01-15 Björn Lindqvistcompiler.tests.stack-trace: unit tests against the... 1270/head
2014-12-31 Björn Lindqvistcompiler.cfg.*: docs and more tests
2014-12-11 John Benediktssoncompiler: cleanup cfg passes to have stack effect ...
2014-11-24 Doug Colemancompiler.tests.alien: Test demonstrates padding bytes...
2014-11-23 Björn Lindqvistcompiler.*: use block>cfg and insns>block in many tests...
2014-11-13 Björn Lindqvistcompiler.tests.alien: tests to make sure #1021 stays...
2014-11-10 Doug Colemanffi_test: Can actually test 62 and 63 on windows.
2014-11-09 Doug Colemancompiler.tests.alien: Don't test ffi calls 61-63 on...
2014-11-08 Doug Colemancompiler.tests.alien: Add structs with uint and ulonglo...
2014-11-07 Doug Colemancompiler.tests.alien: Check in a failing unit test...
2014-10-22 Björn Lindqvistcompiler.tests.alien: use the with-callback combinator...
2014-09-29 Björn Lindqvistcompiler.tests.alien: wrap all callback tests in special
2014-07-08 Doug Colemanffi: Add some tests to ensure that 64bit integers are...
2014-06-07 Björn LindqvistVM: tests that rely on the integer values of the vm_err...
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
2013-03-24 Doug Colemancompiler: Use lookup-library.
2013-03-24 Doug Colemancompiler.tests: Fix test for <groups> change.
2012-12-31 Slava PestovWIP
2012-10-23 John Benediktssonchange some "2drop 2drop" to "4drop".
2012-07-21 Doug Colemancompiler: Fix /mod simplications in dead-code, add...
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-05-04 Doug Colemanclasses:
2011-12-07 Joe Groffcompiler: fix failing test
2011-11-24 Joe Groffuse radix literals
2011-11-23 Doug Colemancompiler tests: fix using, add tests to make sure insta...
2011-11-22 Doug Colemanclasses.maybe: move maybe definition from classes.union...
2011-11-22 Doug Colemanclasses.union: Define a maybe: word that makes a tuple...
2011-11-07 Doug ColemanRename lookup to lookup-word.
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-11 Slava Pestovcallback-error: don't use -e until we fix issue #245
2011-10-09 Slava PestovFix custom-inlining for mod and rem, which was converti...
2011-10-07 Doug ColemanMixin classes in redefine25 test are forgotten, but...
2011-10-03 Doug ColemanMake M\ throw an error upon lookup failure. Change...
2011-10-03 Slava PestovFix linkage-errors test to not clobber its own linkage...
2011-10-03 Slava PestovFix infinite loop and empty-dlist error when an error...
2011-10-03 Slava Pestovcompiler.cfg.builder.alien: fix compilation of callback...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-09-14 Slava PestovFix linkage-errors tests for recent changes
2011-09-12 Slava PestovTease out symbol name and library in undefined_symbol...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-26 Slava PestovMove <ref>, deref and little-endian? from alien.c-types...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
next