Wed, 31 Jul 2013 18:08:12 +0200 nipkow added Getting Started text
Wed, 31 Jul 2013 16:50:41 +0200 traytel more robust tactic
Wed, 31 Jul 2013 15:24:07 +0200 wenzelm merged
Wed, 31 Jul 2013 13:00:42 +0200 wenzelm clarified priority of "skipped" proofs, which might take long but do not produce relevant information (potential conflict of quick interactive feedback vs. performance in batch mode);
Wed, 31 Jul 2013 12:46:53 +0200 wenzelm simplified / clarified execution priority: auto prints << 0, proofs < 0, eval = 0, print_state = 1;
Wed, 31 Jul 2013 12:31:10 +0200 wenzelm paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
Wed, 31 Jul 2013 12:14:13 +0200 wenzelm allow explicit indication of required node: full eval, no prints;
Wed, 31 Jul 2013 10:54:37 +0200 wenzelm simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
Wed, 31 Jul 2013 13:40:57 +0200 blanchet more work on (co)datatype docs
Wed, 31 Jul 2013 11:28:59 +0200 blanchet more (co)datatype documentation
Tue, 30 Jul 2013 23:17:26 +0200 wenzelm merged
Tue, 30 Jul 2013 23:16:17 +0200 wenzelm tuned proofs;
Tue, 30 Jul 2013 22:43:11 +0200 wenzelm more uniform border;
Tue, 30 Jul 2013 22:31:34 +0200 wenzelm proper PIDE markup for codegen arguments;
Tue, 30 Jul 2013 21:22:37 +0200 wenzelm less aggressive flushing: cope with massive amounts of protocol messages, e.g. from threads_trace;
Tue, 30 Jul 2013 19:53:06 +0200 wenzelm tuned -- more uniform ML vs. Scala;
Tue, 30 Jul 2013 18:19:16 +0200 wenzelm recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
Tue, 30 Jul 2013 16:22:07 +0200 wenzelm more timing;
Tue, 30 Jul 2013 16:01:19 +0200 wenzelm more timing;
Tue, 30 Jul 2013 19:59:17 +0200 blanchet removed spurious headings
Tue, 30 Jul 2013 19:49:42 +0200 blanchet more (co)datatype documentation
Tue, 30 Jul 2013 16:22:39 +0200 blanchet avoid DUP error in local context
Tue, 30 Jul 2013 16:22:39 +0200 blanchet sketched documentation for new (co)datatype package
Tue, 30 Jul 2013 16:22:39 +0200 blanchet tuned docs (the function package isn't so new anymore)
Tue, 30 Jul 2013 15:45:01 +0200 wenzelm tuned comments;
Tue, 30 Jul 2013 15:20:38 +0200 wenzelm tuned;
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Tue, 30 Jul 2013 12:07:14 +0200 wenzelm pro-forma Execution.reset, despite lack of final join/commit;
Tue, 30 Jul 2013 11:54:57 +0200 wenzelm tuned signature;
Tue, 30 Jul 2013 11:44:06 +0200 wenzelm tuned;
Tue, 30 Jul 2013 11:38:43 +0200 wenzelm de-assign execs that were not registered as running yet -- observe change of perspective more thoroughly;
Mon, 29 Jul 2013 22:17:32 +0200 nipkow merged
Mon, 29 Jul 2013 22:17:19 +0200 nipkow tuned intro
Sun, 28 Jul 2013 05:32:02 +0200 haftmann silenced subsumption warnings for default code equations entirely
Mon, 29 Jul 2013 20:51:05 +0200 wenzelm merged
Mon, 29 Jul 2013 20:46:21 +0200 wenzelm NEWS;
Mon, 29 Jul 2013 20:38:40 +0200 wenzelm tuned proofs;
Mon, 29 Jul 2013 20:34:53 +0200 wenzelm updated key bindings to execution range;
Mon, 29 Jul 2013 19:55:38 +0200 wenzelm traverse node on change of "required" state;
Mon, 29 Jul 2013 18:59:58 +0200 wenzelm keep memo_exec execution running, which is important to cancel goal forks eventually;
Mon, 29 Jul 2013 16:52:04 +0200 wenzelm maintain explicit execution frontier: avoid conflict with former task via static dependency;
Mon, 29 Jul 2013 16:01:05 +0200 wenzelm afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document;
Mon, 29 Jul 2013 15:59:47 +0200 wenzelm clarified conditions for node traversal;
Mon, 29 Jul 2013 15:20:02 +0200 wenzelm tuned;
Mon, 29 Jul 2013 15:09:20 +0200 wenzelm pro-forma Goal.reset_futures, despite lack of final join/commit;
Mon, 29 Jul 2013 15:01:44 +0200 wenzelm tuned;
Mon, 29 Jul 2013 14:49:32 +0200 wenzelm tuned;
Mon, 29 Jul 2013 14:43:21 +0200 wenzelm back to model.update_perspective with delay (cf. a20631db9c8a);
Mon, 29 Jul 2013 14:37:59 +0200 wenzelm show displaced messages (e.g. from protocol thread) as raw output;
Mon, 29 Jul 2013 14:18:57 +0200 wenzelm actually purge removed goal futures -- avoid memory leak;
Mon, 29 Jul 2013 13:43:43 +0200 wenzelm tuned -- less redundant data structure;
Mon, 29 Jul 2013 13:43:12 +0200 wenzelm always init GUI state;
Mon, 29 Jul 2013 13:28:27 +0200 wenzelm tuned signature;
Mon, 29 Jul 2013 13:24:15 +0200 wenzelm discontinued notion of "stable" result -- running execution is never canceled;
Mon, 29 Jul 2013 13:00:36 +0200 wenzelm obsolete;
Mon, 29 Jul 2013 12:50:16 +0200 wenzelm support declarative editor_execution_range, instead of old-style check/cancel buttons;
Mon, 29 Jul 2013 18:06:39 +0200 blanchet avoid duplicating Var when the types do not quite fit -- since this step occurs before type inference
Mon, 29 Jul 2013 17:27:56 +0200 blanchet updated Sledgehammer prover versions
Mon, 29 Jul 2013 16:13:35 +0200 blanchet parse nonnumeric identifiers in E proofs correctly
Mon, 29 Jul 2013 15:42:04 +0200 blanchet simplified Vampire hack -- no need to run it for other ATPs
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip