src/Pure/Isar/toplevel.ML
Sun, 11 Jan 2009 18:18:35 +0100 wenzelm added Goal.future_enabled abstraction -- now also checks that this is already
Sat, 10 Jan 2009 21:32:30 +0100 wenzelm added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;
Sat, 10 Jan 2009 13:10:07 +0100 wenzelm excursion: commit_exit internally -- checkpoints are fully persistent now;
Wed, 07 Jan 2009 20:27:23 +0100 wenzelm Proof.global_future_proof;
Wed, 07 Jan 2009 12:08:22 +0100 wenzelm added local_theory';
Sun, 04 Jan 2009 00:01:16 +0100 wenzelm future proofs: back to Future.fork_pri ~1 for improved parallelism;
Tue, 16 Dec 2008 18:04:16 +0100 wenzelm future proofs: Future.fork_pri 1 minimizes queue length and pending promises
Tue, 16 Dec 2008 16:25:19 +0100 wenzelm Future.fork_pri;
Thu, 11 Dec 2008 20:17:57 +0100 wenzelm removed spurious exception_trace;
Thu, 11 Dec 2008 17:31:23 +0100 wenzelm export context_node;
Sat, 06 Dec 2008 00:03:28 +0100 wenzelm excursion: improve parallelism by not joining proofs here (depends on persistent checkpoints);
Thu, 04 Dec 2008 23:01:03 +0100 wenzelm excursion: pass explicit proof states as result of future proof, replaced low-level Thm.join_futures by PureThy.force_proofs;
Tue, 21 Oct 2008 15:01:18 +0200 wenzelm added Future.enabled check;
Thu, 09 Oct 2008 20:53:22 +0200 wenzelm Multithreading.enabled;
Thu, 02 Oct 2008 19:38:48 +0200 wenzelm program wrapper: controlled_execution ensures proper thread attributes (global default is unsafe due to InterruptAsynch;
Thu, 02 Oct 2008 14:22:40 +0200 wenzelm simplified Exn.EXCEPTIONS;
Wed, 01 Oct 2008 22:33:28 +0200 wenzelm excursion/unit_result: no print for forked end, finish into global theory, pick resul from presentation context;
Wed, 01 Oct 2008 20:02:37 +0200 wenzelm datatype transition: internal trans field is maintained in reverse order;
Wed, 01 Oct 2008 12:18:18 +0200 wenzelm renamed promise to future, tuned related interfaces;
Wed, 01 Oct 2008 12:00:02 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Tue, 30 Sep 2008 22:02:51 +0200 wenzelm begin_proof: avoid race condition wrt. skip_proofs flag;
Tue, 30 Sep 2008 14:19:26 +0200 wenzelm export setmp_thread_position;
Mon, 29 Sep 2008 10:58:01 +0200 wenzelm LocalTheory.exit_global;
Wed, 03 Sep 2008 11:26:59 +0200 wenzelm added pos_of;
Wed, 03 Sep 2008 11:09:08 +0200 wenzelm simplified Toplevel.add_hook: cover successful transactions only;
Tue, 02 Sep 2008 22:20:24 +0200 wenzelm added add_hook interface for post-transition hooks;
Wed, 13 Aug 2008 20:57:33 +0200 wenzelm simplified present_local_theory/proof;
Tue, 12 Aug 2008 21:27:59 +0200 wenzelm added ignored, malformed transitions;
Tue, 15 Jul 2008 15:46:41 +0200 wenzelm support for command status;
Tue, 15 Jul 2008 12:13:14 +0200 wenzelm tuned;
Tue, 15 Jul 2008 11:50:03 +0200 wenzelm simplified commit_exit: operate on previous node of final state, include warning here;
Mon, 14 Jul 2008 19:57:09 +0200 wenzelm export EXCURSION_FAIL;
Mon, 14 Jul 2008 17:51:43 +0200 wenzelm eliminated internal command history -- superceeded by global Isar state (cf. isar.ML);
Mon, 14 Jul 2008 11:19:41 +0200 wenzelm replaced obsolete ProofHistory by ProofNode (backtracking only);
Tue, 08 Jul 2008 20:42:00 +0200 wenzelm export str_of;
Wed, 02 Jul 2008 16:40:20 +0200 wenzelm init_theory: pass name explicitly;
Tue, 01 Jul 2008 18:38:43 +0200 wenzelm added name_of;
Sat, 24 May 2008 20:12:16 +0200 wenzelm present_excursion: setmp_thread_position during presentation;
Thu, 10 Apr 2008 20:54:17 +0200 wenzelm transaction/init: ensure stable theory (non-draft);
Thu, 10 Apr 2008 17:01:40 +0200 wenzelm eliminated unused name_of, source, source_of, print', print3, three_buffersN;
Thu, 10 Apr 2008 13:24:19 +0200 wenzelm made purely value-oriented, moved global state to structure Isar (cf. isar.ML);
Sat, 29 Mar 2008 19:14:13 +0100 wenzelm added generic_theory transaction;
Sat, 15 Mar 2008 22:40:41 +0100 wenzelm tuned;
Tue, 11 Mar 2008 23:09:30 +0100 wenzelm raw_loop: more graceful crash recovery;
Tue, 11 Mar 2008 22:31:09 +0100 wenzelm added exception CONTEXT, indicating context of another exception;
Sat, 16 Feb 2008 16:43:59 +0100 wenzelm exn_message: added TimeLimit.TimeOut;
Thu, 24 Jan 2008 23:51:22 +0100 wenzelm removed unused properties;
Sun, 06 Jan 2008 15:57:54 +0100 wenzelm removed obsolete prompt markup;
Thu, 03 Jan 2008 22:25:15 +0100 wenzelm replaced thread_properties by simplified version in position.ML;
Thu, 03 Jan 2008 17:50:43 +0100 wenzelm toplevel print_exn: proper setmp_thread_properties;
Thu, 03 Jan 2008 00:15:42 +0100 wenzelm maintain thread transition properties;
Wed, 02 Jan 2008 23:00:57 +0100 wenzelm type transition: added properties field;
Sat, 08 Dec 2007 21:20:07 +0100 wenzelm Isar loop: recover after toplevel crashes;
Thu, 06 Dec 2007 00:21:30 +0100 wenzelm replaced Markup.enclose by Markup.markup, which operates on plain strings instead of raw output;
Tue, 04 Dec 2007 22:49:28 +0100 wenzelm Toplevel.loop: explicit argument for secure loop, no warning on quit;
Sun, 18 Nov 2007 16:10:11 +0100 wenzelm init_empty: check before change (avoids non-linear update);
Mon, 05 Nov 2007 20:50:45 +0100 wenzelm simplified LocalTheory.reinit;
Fri, 02 Nov 2007 18:53:00 +0100 haftmann clarified theory target interface
Sun, 28 Oct 2007 11:57:04 +0100 wenzelm safe_exit: controlled_execution;
Tue, 09 Oct 2007 17:11:20 +0200 wenzelm TheoryTarget.init_cmd;
less more (0) -100 -60 tip