]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-29 Doug Colemanvim: Add tabbed window option.
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: better way to... 1373/head
2015-06-27 Björn LindqvistVM: fixes a bug with the handling of 0 bignums, and...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: new and fixed tests for...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: implements downgrading...
2015-06-27 Björn LindqvistVM: make the bignum_to_* family free functions, they...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.known-words: more precise...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-25 Doug Colemancompiler.graphviz: use graphviz finder word.
2015-06-25 Doug Colemancompiler.cfg.debugger: alien-invoke insn nodes were...
2015-06-25 Doug Colemangraphviz.render: Find the graphviz binary using find...
2015-06-25 Doug Colemanio.standard-paths: On mac when you launch Factor from...
2015-06-23 John Benediktssonlocals.parser: fix help-lint warning.
2015-06-22 John Benediktssonvocabs.parser: adding back unuse-words.
2015-06-22 John Benediktssonlocals.parser: only need to clone manifest.
2015-06-22 John Benediktssonfunctors: make sure to unuse functor-words, some cleanup.
2015-06-22 Björn Lindqvistlocals.parser: docs for with-lambda-scope and some... 1369/head
2015-06-22 Björn Lindqvistlocals.parser: new word with-lambda-scope to handle...
2015-06-18 John Benediktssoncompiler.tree.propagation: fix tests for bit? inlining.
2015-06-18 John Benediktssonmath.integers: add some more tests for bit?.
2015-06-18 John Benediktssoncpu: enable bit-test intrinsic for fixnum-bit?.
2015-06-18 John Benediktssonmath.integers: simplify fixnum-bit?.
2015-06-17 John Benediktssonmath.primes.erato: add some comments at the top.
2015-06-17 John Benediktssonpersistent.vectors: bring private back (broken in 41918...
2015-06-17 John Benediktssonmath.integers: fixnum-bit? should not use fixnum-shift...
2015-06-17 Doug Colemanpersistent.vectors: fix unbalanced private
2015-06-17 John Benediktssoncompiler.cfg.linear-scan.allocation: fix docs for free...
2015-06-17 Doug Colemangtk, opengl: try out update-library
2015-06-17 Doug Colemanalien.libraries: Add update-library. See #1185
2015-06-17 Doug Colemanfactor.sh: fix docs, bootstrap doesn't recompile.
2015-06-17 John Benediktssongeneric.parser: fix unbalanced-private-declaration.
2015-06-17 John Benediktssondlists: fix unbalanced-private-declaration.
2015-06-17 John Benediktssonvocabs.parser: error on unbalanced private declarations.
2015-06-17 John Benediktssonmath.primes.erato.fast: use literals to show how the...
2015-06-17 Björn Lindqvistx86.64: change the register order so that RBX is alloca...
2015-06-17 Björn Lindqvistcompiler.cfg.linear-scan.*: more tests and docs for...
2015-06-17 Björn Lindqvistcompiler.cfg.linear-scan.*: dont use a hashtable here...
2015-06-16 John Benediktssonmath.primes.erato: faster compressed sieve by two impro...
2015-06-16 John Benediktssonmath.primes.erato.fast: some bignum fixes and more...
2015-06-16 John Benediktssonmath.primes: fix "11 >bignum prime?".
2015-06-16 John Benediktssonsorting.quick: speedup by inline sort!.
2015-06-16 John Benediktssoneditors.brackets.windows: need USE: editors.brackets.
2015-06-16 John Benediktssonmath.primes.erato.fast: adding fast Sieve of Eratosthenes.
2015-06-15 John Benediktssoneditors.brackets: add support for Mac OS X.
2015-06-15 John BenediktssonRevert "Add Adobe Brackets highlight mode"
2015-06-15 Dimage SapelkinAdd Adobe Brackets highlight mode
2015-06-15 Dimage SapelkinCreate summary.txt
2015-06-15 Dimage SapelkinCreate authors.txt
2015-06-15 Dimage SapelkinCreate brackets.factor
2015-06-15 Dimage SapelkinCreate brackets-docs.factor
2015-06-15 John Benediktssoncontinuations: make with-return use with-variable inste...
2015-06-15 John Benediktssoncompiler.cfg.ssa.destruction.coalescing: lookup variabl...
2015-06-15 John Benediktssoncpu.ppc: remove use of with-scope in favor of locals.
2015-06-15 John Benediktssoncpu.x86: remove use of with-scope in favor of locals.
2015-06-15 Björn Lindqvistcompiler.cfg.ssa.destruction.coalescing: new vocab... 1361/head
2015-06-15 Björn Lindqvistcompiler.cfg.ssa.destruction: the natural-sort was...
2015-06-14 Björn Lindqvistcompiler.cfg.linear-scan.*: fix help-lint errors 1360/head
2015-06-14 Björn Lindqvistcompiler.cfg.*: lots of more compiler docs
2015-06-14 Björn Lindqvistcompiler.cfg.linear-scan.*: change compute-live-interva...
2015-06-14 Björn Lindqvistcompiler.*: more compiler docs
2015-06-14 Björn Lindqvistcompiler.cfg.linear-scan.allocation.state: fix #1345...
2015-06-14 Björn Lindqvistcompiler.codegen.gc-maps: simplies largest-spill-slot...
2015-06-14 Björn Lindqvistcompiler.cfg.ssa.destruction: try and sort the vreg...
2015-06-14 Björn Lindqvistcompiler.cfg.ssa.destruction: refactors maybe/must...
2015-06-14 Björn Lindqvistcompiler.cfg.ssa.destruction: small refactoring which...
2015-06-14 Björn Lindqvistcompiler.cfg.ssa.destruction: a bunch of new docs
2015-06-14 Björn Lindqvistcompiler.cfg.ssa.destruction.tests: a bunch of new...
2015-06-12 John BenediktssonRevert "hashtables: make hash-combine use fixnum primit...
2015-06-12 John Benediktssonvocabs: remove little used words.
2015-06-12 John Benediktssonmath.parser: slightly faster ((pow)).
2015-06-11 Jon Harperjson.writer: add an explicit error when serializing...
2015-06-11 Jon Harperjson.reader: read Infinity, -Infinity and NaN
2015-06-11 Jon Harperjson.reader: read UTF-16 surrogate pairs
2015-06-11 Doug Colemanmason.child: fix test in a better way.
2015-06-11 Doug ColemanNmakefile: Set the /SUBSYSTEM for 5.01 (win32), or...
2015-06-11 Doug Colemanmason.git: rename git-pull to git-clone-or-pull since...
2015-06-11 Doug Colemanmason.child: Fix unit test for Windows.
2015-06-10 Doug Colemancocoa: windows -> ui-windows
2015-06-10 Doug Colemanmason.child: On Windows, commands launch relative to...
2015-06-10 Doug Colemanui: rename windows to ui-windows
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-06-10 John Benediktssonio.streams.sequence: use stream-exempler here.
2015-06-09 John Benediktssonhashtables: remove the 2hashcode word for now.
2015-06-09 John Benediktssonhashtables: make hash-combine use fixnum primitives.
2015-06-09 John Benediktssonwords: change word hash to do less work.
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-06-09 John Benediktssoncompiler.units: simplify remember-class.
2015-06-09 John Benediktssoncompiler.units: add typedef for new-words.
2015-06-09 John Benediktssonvocabs.parser: cleanup update-manifest, make update...
2015-06-09 John Benediktssoninfix: fix bug with recent locals refactor.
2015-06-09 John Benediktssonlocals.parser: use qualified-vocabs.
2015-06-09 John Benediktssonvocabs.parser: make a "qualified-vocabs" word for re...
2015-06-09 John Benediktssonsequences.deep: adding a test for deep-reduce.
2015-06-09 John Benediktssontools.coverage: cleanup and use deep-reduce in count...
2015-06-09 John Benediktssonsequences.deep: adding deep-reduce.
2015-06-09 John Benediktssonlcs.diff2html: fix refactor bug.
2015-06-09 John Benediktssontools.coverage: fix refactor bug.
2015-06-09 Björn Lindqvistlocals.parser.tests: fixing the tcs so they work 1348/head
next