]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2011-11-03 Doug ColemanAdd stack effects for the sampling profiler
2011-11-03 Joe Groffoops, typo in factor.sh
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-03 Doug ColemanUnbreakify the new profiler, add a couple of unit tests...
2011-11-02 Doug ColemanAdd a unit test vocabulary for vocabs.loadeer.
2011-11-02 Doug ColemanKeep the profiling results even when the quotation...
2011-11-02 Doug ColemanUse -reuseview in jedit by default.
2011-11-02 Doug ColemanClean up formatting, rename load-vocab-hook to require...
2011-11-02 Doug ColemanActually let the user pick an editor after editor proto...
2011-11-02 Joe Groffsequences: relate max, min, supremum, infimum docs
2011-11-02 Joe Groffvm: count samples during unoptimized compiler
2011-11-02 Joe Groffvm: fix scrub-league assert abuse
2011-11-02 Joe Groffvm: forgot to add atomic.hpp
2011-11-02 Joe Groffhashtables.identity: test assoc-like
2011-11-02 Joe Groffvm: separate 'current_gc_p' from 'current_gc'
2011-11-02 Joe Groffvm: add atomic::load and atomic::store functions
2011-11-02 Joe Grofftools.profiler.sampling: fix stack effect name
2011-11-02 Joe Grofftools.profiler.sampling: make rate a global var
2011-11-02 Joe Grofftools.profiler.sampling: groom flat profile
2011-11-02 Joe Groffvm: sample thread object rather than raw context
2011-11-02 Joe Grofftools.profiler.sampling: flat profile report
2011-11-02 Joe Grofftools.profiler.sampling: smoke test compact-gc
2011-11-02 Joe Groffhashtables.identity: support assoc-like
2011-11-02 Joe Groffvm: sample code block owners instead of blocks
2011-11-02 Joe Groffvm: fix data roots in get-samples primitive
2011-11-02 Joe Groffvm: die if we fault in a fault
2011-11-02 Joe Grofftools.profiler.sampling: add detail to profile.
2011-11-02 Joe Grofftools.profiler.sampling: "top-down" and "profile."
2011-11-02 Joe Groffvm: quell MSVC warnings
2011-11-02 Joe Groffvm: parameterize sampling rate
2011-11-02 Joe Groffhelp.handbook: update link to counting profiler
2011-11-02 Joe Grofftools.profiler.sampling: smoke tests and metadata
2011-11-02 Joe Groffvm: better organize atomics and sample counter
2011-11-02 Joe Grofftools.profiler.counting: rename help article
2011-11-02 Joe Grofftools.profiler.sampling: very basic frontend words
2011-11-02 Joe Groffvm: fix comments mangled by find & replace
2011-11-02 Joe Groffmath.statistics: fix stack effect on collect-by
2011-11-02 Joe Groffvm: factor out sample counting code
2011-11-02 Joe Groffwhitespace
2011-11-02 Joe Groffvm: only show factorbug help the first time
2011-11-02 Joe Groffvm: more accurate sample timing on windows
2011-11-02 Joe Groffget sampler working under windows
2011-11-02 Joe Grofffix platform dependency in leaf-signal-handler
2011-11-02 Joe Groffvm: fix build on windows
2011-11-02 Joe Groffvm: sampling profiler timer for windows
2011-11-02 Joe GroffRevert "syntax: make it so PRIMITIVE: verifies primitives"
2011-11-02 Joe Groffprimitives: fix effect of (clear-samples)
2011-11-02 Joe Groffvm: stub out windows sampling timer implementation
2011-11-02 Joe Groffvm: count samples from foreign threads
2011-11-02 Joe Groffvm: actually collect samples and add primitives...
2011-11-02 Joe Groffadd sampling profiler primitives for bootstrap
2011-11-02 Joe Groffsyntax: make it so PRIMITIVE: verifies primitives
2011-11-02 Joe Groffmove counting profiler to tools.profiler.counting
2011-11-02 Joe Groffvm: add primitives to lift sample data to factor
2011-11-02 Joe Groffvm: write back fixed-up code address to samples
2011-11-02 Joe Groffvm: walk code roots from sample callstacks
2011-11-02 Joe Groffvm: release memory used by sampler vectors
2011-11-02 Joe Groffcpu.x86.bootstrap: simplify leaf-signal-handler
2011-11-02 Joe Groffvm: bottom_frame method for contexts
2011-11-02 Joe Groffvm: don't allocate callstack samples on data heap
2011-11-02 Joe Groffvm: only show factorbug basic commands at first
2011-11-02 Joe Groffvm: groundwork for sampling profiler
2011-11-02 Joe Grofftools.profiler: rename to tools.counting-profiler
2011-11-02 Joe Groffvm: change "profiler" names to "counting_profiler"
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-11-02 Doug ColemanRename images.gtk|gdiplus|cocoa to images.loader.*...
2011-11-02 Doug ColemanFix the fuel "No prompt found" bug using eungju's bette...
2011-11-02 Doug ColemanFix typo in tests
2011-11-02 Doug ColemanDon't test coverage of auto-generated class predicates...
2011-10-31 Doug ColemanMake editors use the new path-finding vocabulary and...
2011-10-31 Joe Groffio.encodings.string: make binary decode/encode nop
2011-10-31 Slava PestovMove definition of 't' from syntax to bootstrap/primiti...
2011-10-31 Slava Pestovmath.vectors.simd: vlshift, vrshift, hlshift and hrshif...
2011-10-31 Doug ColemanUse +new-group+ in all processes launched in mason.
2011-10-30 Doug ColemanFind the macvim bundle or use mvim. Add a flag for...
2011-10-30 Doug ColemanAdd core-foundation.launch-services for finding the...
2011-10-30 Slava Pestovbootstrap-error.factor: vocab => lookup-vocab
2011-10-30 Slava Pestovtools.deploy: fix unit test
2011-10-30 Slava Pestovstack-checker.known-words: add effects for signal-handl...
2011-10-30 Slava Pestovcompiler.cfg.builder: add test to ensure that fast...
2011-10-30 Slava Pestovcompiler.tree.propagation: more accurate output type...
2011-10-30 Slava Pestovclasses.union: unions of built-in types now have more...
2011-10-30 Slava Pestovcompiler.tree.debugger: disable length limit when print...
2011-10-29 Doug ColemanLook for mvim on mac and use 'open -a MacVim' if it...
2011-10-29 Slava Pestovhelp.html: I give up with the article name escaping...
2011-10-29 Slava Pestovhelp.html: simpler stylesheet for navbar to give it...
2011-10-29 Slava Pestovhelp.html: use GET not POST for search form, so that...
2011-10-29 Slava Pestovui.gadgets.editors: fix wonky word names. Fixes #277
2011-10-29 Slava PestovRevert "ui.gadgets.editors: implement Ctrl-A/E/K to...
2011-10-29 Slava PestovRevert "ui.gadgets.editors: windows doesn't work like...
2011-10-29 Doug ColemanChange order or articles in io.launcher.
2011-10-29 Doug ColemanClean up editors.*vim so that it runs detached with...
2011-10-29 Doug ColemanAdd edit-file and edit-vocab words and make edit on...
2011-10-29 Doug ColemanAdd options to set the child process group id or sessio...
2011-10-29 Doug ColemanRemove the lexer-factory because nothing uses it. Updat...
2011-10-29 Doug ColemanAdd a toggle word to namespaces and update docs, tests...
2011-10-29 Doug ColemanChange prompt to something we can copy/paste back into...
2011-10-29 Doug ColemanCleanup vocab name validation. Vocab names and vocab...
2011-10-29 Doug Colemanfactor.sh: Make net-bootstrap recompile the vm, add...
next