]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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
2015-06-09 Björn Lindqvistlocals.parser: fix for #1340, write locals directly...
2015-06-09 Björn Lindqvistlocals.types: stub unit tests
2015-06-09 Björn Lindqvistlocals.parser: small refactorings and unit tests
2015-06-09 Björn Lindqvistparser: added helper word use-first-word? to simplify...
2015-06-09 John BenediktssonSome more general fixes for recent refactors.
2015-06-09 Doug Colemaneditors: fix bug i introduced. need a rename tool asap...
2015-06-09 Doug Colemanfactor.sh: More precise docs
2015-06-09 Doug Colemanvm: differentiate which strerror is printing the message.
2015-06-09 Doug Colemanwebapps.wiki: fix lcs
2015-06-09 Doug Colemanfurnace.auth: rename profile to current-profile
2015-06-09 Doug Colemanhtml.components: use lcs-diff
2015-06-09 Doug Colemanextra: be more explicit about which 'run'
2015-06-09 Doug Colemanwebapps.benchmark: rename generically named word.
2015-06-09 Doug Colemanbacktrack: rename generically named require
2015-06-09 Doug Colemanlcs: rename generic "diff" to lcs-diff
2015-06-09 Doug Colemanbenchmark: oops, used wrong word. so confusing.
2015-06-08 Doug Colemancore: fix word link.
2015-06-08 Doug Colemangraphviz.notation: missed a create -> create-word
2015-06-08 John BenediktssonFix two places that should be "all-disk-vocabs-recursive".
next