]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-05-01 Slava PestovMerge branch 'master' of git://github.com/seckar/factor
2009-05-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-01 Slava Pestovcall( fast-path now supports curry and compose
2009-05-01 Slava PestovPassing an invalid parameter to 'declare' doesn't break...
2009-05-01 Slava Pestovtools.deploy.shaker: update for method dispatch changes
2009-05-01 Slava PestovFix tools.time output in the TTY listener
2009-05-01 Slava PestovRemove obsolete comment
2009-05-01 Slava PestovNon-optimizing compiler doesn't need to optimize 'dispa...
2009-05-01 Slava PestovClean up code duplication in quotations.c
2009-05-01 Slava Pestovtools.walker: fix tests
2009-04-30 Doug Colemanmake windows.fonts unportable
2009-04-30 Slava PestovFix PICs for x86-64
2009-04-30 Slava PestovRemove obsolete benchmark
2009-04-30 Doug Colemansupport fullscreen mode in windows ui
2009-04-30 Doug Colemanfix bootstrap on windows. here's an opportunity to...
2009-04-30 Doug Colemanfix win32 error handling
2009-04-30 Doug Colemanmake tools.scaffold.windows unportable
2009-04-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-30 Doug Colemanfinish fixing the using list for windows.errors, more...
2009-04-30 Doug Colemanmove windows error handling to windows.errors and updat...
2009-04-30 Doug Colemanremove error_message from windows vm
2009-04-30 Slava PestovFix comment
2009-04-30 Slava PestovTag-only PIC checks would always miss
2009-04-30 Slava PestovPPC make-image fix
2009-04-30 Slava PestovAt the end of a compilation unit, all PICs become dead...
2009-04-30 Slava PestovMachine code is now stored in a byte array instead...
2009-04-30 Slava PestovBum 3 instructions out of megamorphic fast path by...
2009-04-30 Slava PestovBenchmark harness now runs a GC first
2009-04-30 Slava PestovFix PPC make-image
2009-04-30 Slava PestovNon-optimizing compiler now open-codes megamorphic...
2009-04-30 Slava PestovFix test failures from ratio/complex built-in removal
2009-04-30 Slava Pestovcompiler.tree.debugger: wasn't counting intrinsics...
2009-04-30 Slava PestovReplace ratio and complex built-in types with tuples...
2009-04-30 Slava PestovMove some unit tests from generic to generic.math
2009-04-30 Slava Pestovbootstrap.image: remove some duplication from emit...
2009-04-30 Slava PestovMakefile: add -Werror
2009-04-30 Slava PestovGet rid of two instructions from tag pics and one instr...
2009-04-30 Slava PestovFix TEST opcode in cpu.x86.assembler
2009-04-30 Slava PestovEliminate 3 instructions from PIC fast path
2009-04-30 Slava PestovPIC -> megamorphic transition now has correct semantics...
2009-04-30 Doug Colemanfix bug in tools.scaffold
2009-04-30 Slava PestovPICs now pass the method table around instead of extrac...
2009-04-30 Slava Pestovcompiler: don't wrap non-inference errors in compile...
2009-04-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-30 Doug Colemandon't scaffold an authors file if the developer-name...
2009-04-29 Doug Colemanscaffold-emacs should use application-data directory...
2009-04-29 Doug Colemansupport hard links in tar
2009-04-29 Joe Groffdie if wav fmt or data chunk is missing
2009-04-29 Joe Groffensure wav chunks are as big as they ought to be
2009-04-29 Joe Groffplug some holes in wav parser
2009-04-29 Slava PestovFix hi-tag-or-tuple PICs
2009-04-29 Slava PestovRemove obsolete -mtune=pentium4 compile flag
2009-04-29 Slava PestovDebugging inline caching
2009-04-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-29 Doug Colemanadd make-hard-link to io.files.links
2009-04-29 Slava Pestovtools.time: print method dispatch statistics
2009-04-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-29 Joe Groffwav file parser
2009-04-29 Slava PestovUpdate compiler tests for tag number changes
2009-04-28 Slava PestovOnly generate cold call entry points for standard gener...
2009-04-28 Slava PestovFix -pic command line switch, and enable PICs in user...
2009-04-28 Slava PestovAdd better error checking for INSTANCE: and GENERIC...
2009-04-28 Slava PestovAdd new relocation type for call sites which may be...
2009-04-28 Slava PestovSplit up types.c/h into smaller files, remove optimized...
2009-04-28 Joe Groffgame-loop vocabulary
2009-04-28 Slava Pestovinline-cache-miss primitive now jumps to the new stub
2009-04-28 Slava PestovAdd -pic= command line argument
2009-04-28 Slava PestovAdd method dispatch statistics
2009-04-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-28 Slava PestovRemove some unused macros
2009-04-28 Slava PestovWorking on inline caching
2009-04-28 Slava PestovClean up profiler.c using new JIT API
2009-04-28 Slava PestovSplit off parts of quotations.c into jit.c, which is...
2009-04-28 Slava PestovSprinkle VM source with assertions, add a missing local...
2009-04-27 Slava PestovMerge branch 'inline_caching' into jit_cleanup
2009-04-27 Slava PestovFix conflict from master
2009-04-27 Slava PestovMerge branch 'master' into inline_caching
2009-04-27 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2009-04-27 Slava PestovDon't compile predicate engines since there's no gain
2009-04-27 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Joe Groffsymbols in functors
2009-04-27 Samuel TardieuAdd q+ and q- to math.quaternions
2009-04-27 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Slava PestovMerge branch 'master' into inline_caching
2009-04-27 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-27 Slava Pestovtuple-arrays: further performance improvements
2009-04-27 Slava Pestovfunctors: add support for call-next-method
2009-04-27 Slava PestovAdd firstn-unsafe, input<sequence-unsafe
2009-04-26 Slava PestovMakefile: add SITE_CFLAGS even if DEBUG=1
2009-04-26 Slava PestovVM: simplify GC a bit, add GC_DEBUG compile-time flag
2009-04-26 Slava Pestovcompiler.tree.builder: Fix scoping of a variable by...
2009-04-26 Joe Grofffactor out tuple literal slot parsing from the rest...
2009-04-26 Joe Grofforder-insensitive pair methods
2009-04-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Doug Colemanbetter fix for morse
2009-04-26 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-04-26 Slava Pestovtuple-arrays: completely rewritten to use functors...
2009-04-26 Joe Groffgold plating for sequences.product
2009-04-26 Joe Groffdocs for sequences.product
next