Tue, 13 Jan 2009 13:47:35 +0100 added Isar/isar_document.ML: Interactive Isar documents.
wenzelm [Tue, 13 Jan 2009 13:47:35 +0100] rev 29459
added Isar/isar_document.ML: Interactive Isar documents.
Tue, 13 Jan 2009 13:46:30 +0100 export list;
wenzelm [Tue, 13 Jan 2009 13:46:30 +0100] rev 29458
export list;
Mon, 12 Jan 2009 10:09:23 -0800 correctness and uniqueness of synthetic division
huffman [Mon, 12 Jan 2009 10:09:23 -0800] rev 29457
correctness and uniqueness of synthetic division
Mon, 12 Jan 2009 09:35:15 -0800 add synthetic division algorithm for polynomials
huffman [Mon, 12 Jan 2009 09:35:15 -0800] rev 29456
add synthetic division algorithm for polynomials
Mon, 12 Jan 2009 09:04:25 -0800 add list-style syntax for pCons
huffman [Mon, 12 Jan 2009 09:04:25 -0800] rev 29455
add list-style syntax for pCons
Mon, 12 Jan 2009 08:46:07 -0800 add recursion combinator poly_rec; define poly function using poly_rec
huffman [Mon, 12 Jan 2009 08:46:07 -0800] rev 29454
add recursion combinator poly_rec; define poly function using poly_rec
Mon, 12 Jan 2009 08:15:07 -0800 add lemmas degree_{add,diff}_less
huffman [Mon, 12 Jan 2009 08:15:07 -0800] rev 29453
add lemmas degree_{add,diff}_less
Sun, 11 Jan 2009 21:50:05 +0100 merged
wenzelm [Sun, 11 Jan 2009 21:50:05 +0100] rev 29452
merged
Sun, 11 Jan 2009 12:05:50 -0800 new theory of polynomials
huffman [Sun, 11 Jan 2009 12:05:50 -0800] rev 29451
new theory of polynomials
Sun, 11 Jan 2009 21:49:59 +0100 tuned categories;
wenzelm [Sun, 11 Jan 2009 21:49:59 +0100] rev 29450
tuned categories;
Sun, 11 Jan 2009 20:40:09 +0100 added outer_keyword.scala: Isar command keyword classification;
wenzelm [Sun, 11 Jan 2009 20:40:09 +0100] rev 29449
added outer_keyword.scala: Isar command keyword classification;
Sun, 11 Jan 2009 18:18:35 +0100 added Goal.future_enabled abstraction -- now also checks that this is already
wenzelm [Sun, 11 Jan 2009 18:18:35 +0100] rev 29448
added Goal.future_enabled abstraction -- now also checks that this is already a future task, which excludes interactive commands of the old toplevel;
Sun, 11 Jan 2009 17:34:02 +0100 load main entry points sequentially, for reduced memory demands;
wenzelm [Sun, 11 Jan 2009 17:34:02 +0100] rev 29447
load main entry points sequentially, for reduced memory demands;
Sun, 11 Jan 2009 16:56:59 +0100 merged
wenzelm [Sun, 11 Jan 2009 16:56:59 +0100] rev 29446
merged
Sun, 11 Jan 2009 14:23:54 +0100 merged
wenzelm [Sun, 11 Jan 2009 14:23:54 +0100] rev 29445
merged
Sun, 11 Jan 2009 16:41:48 +0100 less ambitious ML_OPTIONS;
wenzelm [Sun, 11 Jan 2009 16:41:48 +0100] rev 29444
less ambitious ML_OPTIONS;
Sun, 11 Jan 2009 14:22:34 +0100 merged
wenzelm [Sun, 11 Jan 2009 14:22:34 +0100] rev 29443
merged
Sun, 11 Jan 2009 14:18:32 +0100 merged
haftmann [Sun, 11 Jan 2009 14:18:32 +0100] rev 29442
merged
Sun, 11 Jan 2009 14:18:17 +0100 explicit bookkeeping of intro rules and axiom
haftmann [Sun, 11 Jan 2009 14:18:17 +0100] rev 29441
explicit bookkeeping of intro rules and axiom
Sun, 11 Jan 2009 14:18:16 +0100 stripped Id
haftmann [Sun, 11 Jan 2009 14:18:16 +0100] rev 29440
stripped Id
Sun, 11 Jan 2009 14:18:16 +0100 construct explicit class morphism
haftmann [Sun, 11 Jan 2009 14:18:16 +0100] rev 29439
construct explicit class morphism
Sun, 11 Jan 2009 13:48:11 +0100 less ambitious ML_OPTIONS;
wenzelm [Sun, 11 Jan 2009 13:48:11 +0100] rev 29438
less ambitious ML_OPTIONS;
Sat, 10 Jan 2009 23:56:11 +0100 schedule_futures: save memory for non-parallel proofs, by applying after_load as soon as possible here;
wenzelm [Sat, 10 Jan 2009 23:56:11 +0100] rev 29437
schedule_futures: save memory for non-parallel proofs, by applying after_load as soon as possible here;
Sat, 10 Jan 2009 21:47:02 +0100 future_result: avoid expensive norm_proof (consider usedir option -Q false in low-memory situations);
wenzelm [Sat, 10 Jan 2009 21:47:02 +0100] rev 29436
future_result: avoid expensive norm_proof (consider usedir option -Q false in low-memory situations);
Sat, 10 Jan 2009 21:32:30 +0100 added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;
wenzelm [Sat, 10 Jan 2009 21:32:30 +0100] rev 29435
added parallel_proofs flag (default true, cf. usedir option -Q), which can be disabled in low-memory situations;
Sat, 10 Jan 2009 16:58:56 +0100 remove_thy: perform PureThy.cancel_proofs;
wenzelm [Sat, 10 Jan 2009 16:58:56 +0100] rev 29434
remove_thy: perform PureThy.cancel_proofs; schedule_futures: PureThy.join_proofs before after_load -- achieves parallel error messages;
Sat, 10 Jan 2009 16:55:46 +0100 added cancel_proofs, based on task groups of "entered" proofs;
wenzelm [Sat, 10 Jan 2009 16:55:46 +0100] rev 29433
added cancel_proofs, based on task groups of "entered" proofs;
Sat, 10 Jan 2009 16:54:55 +0100 added pending_groups -- accumulates task groups of local derivations only;
wenzelm [Sat, 10 Jan 2009 16:54:55 +0100] rev 29432
added pending_groups -- accumulates task groups of local derivations only;
Sat, 10 Jan 2009 16:53:12 +0100 added cancel_group;
wenzelm [Sat, 10 Jan 2009 16:53:12 +0100] rev 29431
added cancel_group;
Sat, 10 Jan 2009 16:00:34 +0100 merged
wenzelm [Sat, 10 Jan 2009 16:00:34 +0100] rev 29430
merged
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip