]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-08-04 Doug ColemanGNUMakefile: Save entire git id.
2015-08-04 Doug Colemanfactor.cmd: Save entire gid id.
2015-08-04 Doug Colemanreport: Add build number to mason reports.
2015-08-04 Doug Colemanio.files: fix docs
2015-08-04 Doug Colemanbootstrap.image.upload: Upload build images as well...
2015-08-04 Doug Colemanio.files: Add change-file-lines and change-file-content...
2015-08-04 Doug Colemantools.image-analyzer.gc-info: Deferred words don't...
2015-08-04 Doug Colemancontexts.hpp: Increase callstack reserve space to 16k...
2015-08-04 Doug Colemanopengl: Temporary (?) fix for the ui. Issue #1379.
2015-08-04 Doug Colemanurls: allow + in protocols, e.g. git+https://
2015-08-04 John Benediktssonvm: minor fixes.
2015-08-04 Björn LindqvistVM: fix silly compile error 1418/head
2015-08-04 Björn Lindqvistkernel.tests: address of fault is now in the 3rd elemen...
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-08-04 Björn LindqvistVM: merge full_collector.hpp into full_collector.cpp
2015-08-04 Björn LindqvistVM: new method context::address_to_error
2015-08-04 Björn LindqvistVM: signal_error and fp_trap_error not needed, call...
2015-08-04 Björn LindqvistVM: a bunch of methods on factor_vm that can be convert...
2015-08-04 Björn LindqvistVM: lets merge entry_points.hpp with vm.hpp, so you...
2015-08-04 Björn LindqvistVM: you can insert the write_barrier() the first time...
2015-08-04 Björn LindqvistVM: new method visit_instruction_operands(), it replace...
2015-08-04 Björn LindqvistVM: refactors slot_visitor by removing a lot of one...
2015-08-04 Björn LindqvistVM: word_stack_frame_p() is not used and find_all_quota...
2015-08-04 Björn LindqvistVM: using compute_external_address everywhere instead...
2015-08-04 Björn LindqvistVM: new method compute_external_address
2015-08-04 Björn LindqvistVM: remove the collect_compact_code_impl(), collect_com...
2015-08-04 Björn LindqvistVM: init_code_heap is trivial and only used once, so...
2015-08-04 Björn LindqvistVM: object_compaction_updater -> lambda func
2015-08-04 Björn LindqvistVM: another opportunity to use a lambda function over...
2015-08-04 Björn LindqvistVM: use a function update_relocation to replace the
2015-08-03 Doug Colemanjson.reader: Fix json reader for empty files to parse...
2015-08-01 Doug Colemantools.deploy: increase image size for linux32
2015-08-01 Doug Colemansyntax docs: Fix octal example.
2015-08-01 John Benediktssonsyntax: fix example in syntax-floats.
2015-08-01 John Benediktssonstack-checker: too tired to figure out which using...
2015-08-01 John Benediktssonstack-checker: using cleanup.
2015-07-31 John Benediktssonmath.parser: make float-parse:point a fixnum.
2015-07-31 John Benediktssonmath.parser: some inline, some fixnum+fast, some disabl...
2015-07-30 Jon Harpermath.parser: support >bin and >oct for floats
2015-07-30 Jon Harpermath.parser: add tests/docs for floats 0b 0x bin> float...
2015-07-30 Jon Harperdocs: hex floats exponents became mandatory
2015-07-30 Jon Harpermath.parser, don't take infinite time to parse huge...
2015-07-30 Jon Harpermath.parser: don't lose precision in make-float-bin...
2015-07-30 John Benediktssonreddit: use unix-time>timestamp.
2015-07-30 John Benediktssoncalendar.format: don't need unix-time>relative-time.
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-30 Doug Colemanhacker-news: fix typo with descendants. use unix-time...
2015-07-30 Doug Colemancalendar.elapsed: Support relative times in the future...
2015-07-30 John Benediktssoncalendar.elapsed: make generic for more convenience.
2015-07-30 John Benediktssonreddit: use calendar.elapsed for relative-time.
2015-07-30 John Benediktssonhacker-news: add relative timestamp on posts.
2015-07-30 John Benediktssonreddit: stop using tuples and just use the JSON.
2015-07-30 John Benediktssoncalendar.elapsed: adding some elapsed time words.
2015-07-30 Doug Colemanio.files.windows: Need the SLOT: file from io.sockets...
2015-07-30 Doug Colemanhacker-news: Fix using, fix bug printing HN company...
2015-07-30 Doug Colemanhacker-news: use new hackernews api on firebase.
2015-07-30 Doug Colemanbenchmark.fasta: rename random.
2015-07-29 Björn Lindqvistcompiler.cfg.utilities: make it so block>cfg initialize... 1413/head
2015-07-29 John Benediktssonfix another doc using.
2015-07-29 John Benediktssonfix doc using.
2015-07-29 John Benediktssonfix some help-lint errors.
2015-07-29 John Benediktssonio.backend.unix.macosx: change to << require >>.
2015-07-29 John Benediktssoncommand-line: rename file to path for user-init-error...
2015-07-29 John Benediktssonunix: don't need << >>.
2015-07-29 John Benediktssonmath.floats.env: don't need << >>.
2015-07-29 John Benediktssonui: cleanup some usings.
2015-07-29 John Benediktssonui.images: don't need to << >>.
2015-07-29 John Benediktssonui.commands: don't need to \ .
2015-07-29 John Benediktssonio.backend.unix.macosx: change USE: to require.
2015-07-29 John Benediktssonalien.libraries: don't need << >>.
2015-07-29 John Benediktssondisjoint-sets: some cleanup.
2015-07-29 John Benediktssonjson.reader: fix segfault when parsing non-JSON documents.
2015-07-29 John Benediktssonjson.reader: enforce json> takes a string.
2015-07-29 Björn Lindqvistcompiler.cfg.*: tests against #1308
2015-07-29 Björn Lindqvistcompiler.cfg.ssa.destruction.coalescing: refactor and...
2015-07-29 Björn Lindqvistcompiler.cfg.*: some extra unit tests for the compiler
2015-07-29 Björn Lindqvistcompiler.cfg.ssa.destruction.coalescing: simpler code...
2015-07-29 Björn Lindqvistcpu.x86: define %alien-invoke and %alien-indirect using...
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-29 Björn Lindqvistcompiler.cfg.representations.selection: use a union...
2015-07-29 Björn Lindqvistcompiler.tree.*: new docs
2015-07-29 Björn Lindqvistcompiler.cfg.*: even more docs
2015-07-29 Björn Lindqvistcompiler.tree.escape-analysis.*: new doc files
2015-07-29 Björn Lindqvistcompiler.tree.escape-analysis.allocations: stub doc...
2015-07-29 Björn Lindqvistcompiler.cfg.*: a bunch of docs updates
2015-07-29 Björn Lindqvistcompiler.cfg.representations.selection: some initial...
2015-07-29 Björn Lindqvistcompiler.cfg.linear-scan.live-intervals: simpler code...
2015-07-29 Björn Lindqvistcompiler.cfg.instructions: ##read -> read-insn and...
2015-07-29 Björn Lindqvistcompiler.cfg.instructions: rename ##allocation to alloc...
2015-07-27 Doug Colemanmath.statistics: fix docs
2015-07-27 Doug Colemancore: rename parse-call( to parse-call-paren
2015-07-27 Doug Colemanmath.statistics: clean up some weird stack effects
2015-07-27 John Benediktssonui.gadgets.panes: don't use extract-keys, don't clone...
2015-07-27 John Benediktssonui.gadgets.sliders: rename slider-pen-tuple to slider...
2015-07-27 John Benediktssonui.gadgets.grids: rename grid-layout-tuple to grid...
2015-07-27 John Benediktssonbootstrap: cleanup usings.
2015-07-26 Jon Harpermath.integers, comment and simplify bignum/f
2015-07-26 Jon Harpermath.integers, bignum/f, improve performance.
2015-07-26 Jon Harpermath.integers, fix bignum/f for results in ]0x1.0p...
2015-07-26 Doug Colemanmath.vectors.conversion: [foo] for words that make...
next