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
Mon, 29 Jul 2013 15:30:31 +0200 blanchet added support for E 1.8's internal proof objects (eliminating the need for "eproof_ram")
Sun, 28 Jul 2013 20:51:15 +0200 wenzelm prefer examples that work out of the box;
Sun, 28 Jul 2013 20:50:44 +0200 wenzelm breakable @{file};
Sun, 28 Jul 2013 20:10:59 +0200 wenzelm prefer existing swipl;
Sun, 28 Jul 2013 20:10:21 +0200 wenzelm avoid machine running batch process for months;
Sun, 28 Jul 2013 12:59:59 +0200 traytel more converse(p) theorems; tuned proofs;
Sat, 27 Jul 2013 22:44:04 +0200 wenzelm more uniform cleanup;
Sat, 27 Jul 2013 22:38:06 +0200 wenzelm tuned;
Sat, 27 Jul 2013 22:20:25 +0200 wenzelm discontinued historic document formats;
Sat, 27 Jul 2013 22:16:04 +0200 wenzelm avoid predefined symbols -- allow editing with Isabelle/jEdit in isabelle-news mode;
Sat, 27 Jul 2013 21:50:30 +0200 wenzelm tuned;
Sat, 27 Jul 2013 21:43:12 +0200 wenzelm discontinued ISABELLE_DOC_FORMAT;
Sat, 27 Jul 2013 21:21:47 +0200 wenzelm more direct inclusion of tikz pictures;
Sat, 27 Jul 2013 21:10:18 +0200 wenzelm obsolete;
Sat, 27 Jul 2013 21:01:35 +0200 wenzelm documentation is always in PDF;
Sat, 27 Jul 2013 20:28:28 +0200 wenzelm merged;
Sat, 27 Jul 2013 20:27:25 +0200 wenzelm clarified Goal.stable_futures after 00170ef1dc39: running tasks are considered stable, without potentially blocking join;
Sat, 27 Jul 2013 17:34:56 +0200 wenzelm clarified meaning of options for "isabelle options";
Sat, 27 Jul 2013 18:02:41 +0200 haftmann more correct context for dynamic invocations of static code conversions etc.
Sat, 27 Jul 2013 16:59:25 +0200 wenzelm support isabelle options -g;
Sat, 27 Jul 2013 16:44:58 +0200 wenzelm tuned spelling;
Sat, 27 Jul 2013 16:44:40 +0200 wenzelm tuned;
Sat, 27 Jul 2013 16:35:51 +0200 wenzelm standardized aliases;
Thu, 25 Jul 2013 16:46:53 +0200 traytel transfer rule for {c,d}tor_{,un}fold
Thu, 25 Jul 2013 12:25:07 +0200 traytel two useful relation theorems
Thu, 25 Jul 2013 08:57:16 +0200 haftmann factored syntactic type classes for bot and top (by Alessandro Coglio)
Wed, 24 Jul 2013 17:15:59 +0200 krauss derive specialized version of full fixpoint induction (with admissibility)
Wed, 24 Jul 2013 15:29:23 +0200 krauss export mono_thm
Wed, 24 Jul 2013 22:54:47 +0200 nipkow merged Def_Init_Sound_X into Def_Init_X
Wed, 24 Jul 2013 13:03:53 +0200 traytel proper transfer rule format for map_transfer
Wed, 24 Jul 2013 07:39:37 +0200 krauss merged
Tue, 23 Jul 2013 16:56:46 +0200 krauss eliminate duplicate calls when moving to closed form -- graph decomposition chokes on duplicates
Tue, 23 Jul 2013 18:36:23 +0200 boehmes removed obsolete HOL-Boogie session;
Tue, 23 Jul 2013 13:14:14 +0200 traytel transfer stored bnf theorems into the "current" theory when retrieving a bnf (avoids non-trivial merges)
Tue, 23 Jul 2013 13:10:27 +0200 traytel separate ML interface to note facts of a bnf
Mon, 22 Jul 2013 21:12:15 +0200 traytel transfer rule for map (not yet registered as a transfer rule)
Sun, 21 Jul 2013 14:02:33 +0200 nipkow tuned exercises
Sat, 20 Jul 2013 16:45:00 +0200 wenzelm clarified option name, with improved sort order wrt. "time" options;
Sat, 20 Jul 2013 16:29:06 +0200 wenzelm document update at high priority -- important;
Sat, 20 Jul 2013 16:27:55 +0200 wenzelm option editor_execution_priority;
Sat, 20 Jul 2013 16:18:17 +0200 wenzelm obscure options;
Sat, 20 Jul 2013 16:16:23 +0200 wenzelm print_state at high priority -- fast and important;
Fri, 19 Jul 2013 23:29:43 +0200 wenzelm proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
Fri, 19 Jul 2013 20:56:39 +0200 wenzelm old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
Fri, 19 Jul 2013 17:58:57 +0200 wenzelm just one option "skip_proofs", without direct access within the editor (it makes document processing stateful without strong reasons -- monotonic updates already handle goal forks smoothly);
Fri, 19 Jul 2013 17:35:12 +0200 wenzelm turned pattern unify flag into configuration option (global only);
Fri, 19 Jul 2013 16:36:13 +0200 traytel merged
Fri, 19 Jul 2013 14:51:45 +0200 traytel permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
Fri, 19 Jul 2013 15:48:04 +0200 nipkow added exerciese
Fri, 19 Jul 2013 12:00:31 +0200 traytel do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
Thu, 18 Jul 2013 23:13:44 +0200 wenzelm modify background theory where it is actually required (cf. 51dfdcd88e84);
Thu, 18 Jul 2013 22:32:00 +0200 wenzelm tuned messages -- avoid text folds stemming from Pretty.chunks;
Thu, 18 Jul 2013 22:18:20 +0200 wenzelm proper system options for 'find_theorems';
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 tip