05de15bdc1compiler.cfg.utilities: rewrite apply-passes as a macro
Björn Lindqvist
2016-05-18 23:46:31 +0200
839a5a22eceffects: make :type print as :type instead of ``_: type``
Doug Coleman
2016-05-14 16:57:59 -0700
8ae6e8e23dVM: safe_strdup needs to be called in vm_executable_path
Björn Lindqvist
2016-05-14 19:00:20 +0200
335615a025VM: more destruction needed in the destructor
Björn Lindqvist
2016-05-14 01:30:36 +0200
7342d97e6dVM: add destructor to vm_parameters so that executable and image_path is free'd
Björn Lindqvist
2016-05-13 23:12:16 +0200
9555915e7bVM: more stuff to deallocate in the destructor
Björn Lindqvist
2016-05-13 23:07:32 +0200
e2b133e291VM: return value of vm_executable_path() should be free'd
Björn Lindqvist
2016-05-13 05:15:28 +0200
63791bf90eVM: move some logic from factor_vm to the vm_parameters class
Björn Lindqvist
2016-05-13 04:12:57 +0200
83ce08487eVM: initialize the ctx member in the construction
Björn Lindqvist
2016-05-13 03:22:31 +0200
340ad8b8d9VM: removes the delete_contexts method
Björn Lindqvist
2016-05-13 03:22:13 +0200
5fabb71404bootstrap.compiler.timing: "profile-compiler" is never set so this vocab is unused
Björn Lindqvist
2016-05-13 02:24:22 +0200
d5b33de57ctyped: factor typed-def? out of typed-def.
Doug Coleman
2016-05-12 16:33:19 -0700
3fa9ad91f6effects: Add support for :type as standalone, unnamed types. ( :float -- ) pprints as ( _: float -- ), and ( :( a -- b ) -- ) works, etc. :union{ foo bar } pprints as object but could be improved if the effects parser uses the prettyprinter somehow. Move ?execute-parsing to parser to avoid circularity.
Doug Coleman
2016-05-12 16:24:04 -0700
7d66c331dbui.gadgets.table: mouse-color uses theme.
John Benediktsson
2016-05-11 18:39:44 -0700
6149bf5afcui.tools.debugger: set theme fonts on table...
John Benediktsson
2016-05-11 18:37:07 -0700
fb9a71627fui.theme.switching: adding back light-mode and dark-mode.
John Benediktsson
2016-05-11 18:32:33 -0700
8a09779e3eui.theme.switching: adding some docs.
John Benediktsson
2016-05-11 18:06:47 -0700
26e26599bdui.theme.switching: add a switch-theme word.
John Benediktsson
2016-05-11 17:41:54 -0700
d00e986b3dcombinators.extras: fix unit tests.
Doug Coleman
2016-05-11 14:18:48 -0700
5d116594e0editors.visual-studio-code: try to find "code" then "Code" then... on linux.
Doug Coleman
2016-05-11 11:52:40 -0700
cd89da032dirc: use utf8 instead of latin1. not sure if this is the best idea.
Doug Coleman
2016-05-09 12:11:44 -0700
449c740b23client.base: paremeters was getting the channel name instead of the channel>> slot. try to fix it in chat-message.
Doug Coleman
2016-05-09 11:59:42 -0700
10164b6af8GNUMakefile: Explicitly ask for stdlib=libc++ because clang downgrades the version silently if you use backward compatibility mode with OSX 10.5 and then shrink_to_fit() doesn't work. Config.macosx: Support for shrink_to_fit() is claimed to be in 10.7 and later, but 10.7 and 10.8 both throw this huge error: https://paste.factorcode.org/paste?id=3872
Doug Coleman
2016-05-05 16:48:40 -0700
c100d2256dtools.deploy.shaker: dont strip the "layout" property
Björn Lindqvist
2016-05-05 15:46:22 +0200
9824be8714VM: The C++11 method shrink_to_fit() can be used to release memory
Björn Lindqvist
2016-05-05 14:22:57 +0200
5826394573VM: the (clear-samples) primitive is unused
Björn Lindqvist
2016-05-05 02:33:35 +0200
bc9f62efdeVM: using a c++ lambda over a struct
Björn Lindqvist
2016-05-05 01:57:52 +0200
8911ad2a16VM: don't end the gc event in start_gc_again, fixes#659
Björn Lindqvist
2016-05-04 22:47:50 +0200
583fb5825bVM: removes the collector class
Björn Lindqvist
2016-05-04 17:52:04 +0200
f629a95b03VM: moving collector methods to slot_visitor methods
Björn Lindqvist
2016-05-04 00:32:17 +0200
b79490b063tools.deploy.tests: guess we need to bump the size again
Björn Lindqvist
2016-05-03 01:21:03 +0200
30451ebf5acompiler.cfg.*: new slots ds-height and rs-height
Björn Lindqvist
2016-05-03 01:16:50 +0200
4cc5e90605VM: SNPRINTF macro is not used
Björn Lindqvist
2016-05-02 15:01:49 +0200
2035eb91feVM: method compute_identity_hashcode is not needed
Björn Lindqvist
2016-05-02 14:05:01 +0200
eb8b7f02bfVM: the start_factor method isn't needed
Björn Lindqvist
2016-05-01 23:36:41 +0200
53f5961534color-table: adding hex color column.
John Benediktsson
2016-04-30 15:06:14 -0700
57403b72aecolor-table: 5 decimal places.
John Benediktsson
2016-04-30 14:34:14 -0700
f8b1269ef2color-table: add column filled with respective colors
Alexander Iljin
2016-04-30 17:01:28 +0300
8f8ab48346colors-docs: fix wording
Alexander Iljin
2016-04-19 22:48:45 +0300
ecd3d76a4esequences-docs: fix wording
Alexander Iljin
2016-04-10 19:08:18 +0300
b8e0d5e278compiler.cfg.builder.*: the when* checks aren't needed
Björn Lindqvist
2016-04-30 09:27:27 +0200
6f440404c3tools.deploy.tests: changes name of the test file to local-license.txt so it is more unique
Björn Lindqvist
2016-04-28 17:27:38 +0200
2ab41d0944tools.deploy.shaker: Revert from f488f77
Björn Lindqvist
2016-04-28 17:12:43 +0200
f7d92e4712ui.tools.listener: fix introduction font sizes.
John Benediktsson
2016-04-29 18:30:59 -0700
52ceae3790successor: new vocab.
John Benediktsson
2016-04-28 20:51:39 -0700
3c4d232d58locals.parser: fix docs.
John Benediktsson
2016-04-28 18:36:39 -0700
4884352df0text-analysis: vocab to analyze English text.
John Benediktsson
2016-04-28 18:02:36 -0700
c581805368tools.deploy.shaker: vocabs.loader hooks is required to resolve "vocab:"-paths
Björn Lindqvist
2016-04-28 03:24:09 +0200
20e8ca1f9etools.deploy.shaker: a bunch more word properties which appear safe to strip
Björn Lindqvist
2016-04-24 22:57:42 +0200
d21ff7a3a0tools.deploy.shaker: fix startup hook stripping
Björn Lindqvist
2016-04-24 22:48:03 +0200
f488f77e62tools.deploy.shaker: docs
Björn Lindqvist
2016-04-24 21:27:00 +0200