Wed, 11 Oct 2023 11:37:18 +0200 wenzelm tuned;
Wed, 11 Oct 2023 11:27:01 +0200 wenzelm clarified signature;
Wed, 11 Oct 2023 11:07:00 +0200 wenzelm proper Exn.capture;
Wed, 11 Oct 2023 11:06:34 +0200 wenzelm more robust: avoid race condition;
Wed, 11 Oct 2023 10:48:42 +0200 wenzelm clarified name;
Wed, 11 Oct 2023 10:46:50 +0200 wenzelm clarified signature;
Wed, 11 Oct 2023 10:16:17 +0200 wenzelm clarified comments;
Thu, 12 Oct 2023 12:36:09 +0100 paulson Fixed the duplication of fls_compose_fps, moving the definition in Laurent_Convergence to Formal_Laurent_Series along with several simpler facts
Wed, 11 Oct 2023 17:02:33 +0100 paulson atin now an abbreviation for atin_within, which has been moved to Abstract_Limits
Wed, 11 Oct 2023 14:25:14 +0100 paulson merged
Tue, 03 Oct 2023 15:01:54 +0100 paulson New proofs also some slightly faster existing proofs
Tue, 10 Oct 2023 13:15:32 +0200 Fabian Huch updated to hugo-0.119.0;
Tue, 10 Oct 2023 12:57:01 +0200 Fabian Huch add component build tool for hugo from afp-devel;
Tue, 10 Oct 2023 11:20:57 +0200 desharna removed test failing on some platform
Mon, 09 Oct 2023 21:41:26 +0200 wenzelm mini2 is not active due to upgrade;
Mon, 09 Oct 2023 21:31:43 +0200 wenzelm more PLATFORMS;
Sun, 08 Oct 2023 21:15:13 +0200 wenzelm update documentation on Isabelle/ML exceptions;
Sun, 08 Oct 2023 19:17:41 +0200 wenzelm misc tuning;
Sun, 08 Oct 2023 19:05:35 +0200 wenzelm discontinue obsolete "Interrupt" constructor (NB: catch-all pattern produces ML compiler error);
Sun, 08 Oct 2023 15:12:59 +0200 wenzelm proper thread context for "isabelle-markup" Sidekick parser (amending 01a7265db76b);
Sun, 08 Oct 2023 15:02:01 +0200 wenzelm proper Scala version, e.g. for IntelliJ IDEA;
Mon, 02 Oct 2023 11:28:23 +0200 desharna NEWS
Mon, 02 Oct 2023 11:22:53 +0200 desharna used standard Time.compare in Sledgehammer's preplay
Fri, 29 Sep 2023 17:22:19 +0200 desharna moved variable bindings to tighter scope
Fri, 29 Sep 2023 15:52:56 +0200 desharna removed proof reconstruction from Mirabelle; this is best handled directly in Sledgehammer
Fri, 29 Sep 2023 15:36:12 +0200 desharna removed unused function parameter
Fri, 29 Sep 2023 14:00:09 +0100 paulson merged
Fri, 29 Sep 2023 13:59:56 +0100 paulson A couple of new lemmas
Fri, 29 Sep 2023 11:19:43 +0200 wenzelm merged
Fri, 29 Sep 2023 11:19:19 +0200 wenzelm more NEWS;
Thu, 28 Sep 2023 20:07:30 +0200 wenzelm explicitly reject 'handle' with catch-all patterns;
Thu, 28 Sep 2023 19:40:20 +0200 wenzelm avoid accidental 'handle' of interrupts;
Thu, 28 Sep 2023 19:36:54 +0200 wenzelm tuned: prefer try-catch/finally over low-level 'handle';
Thu, 28 Sep 2023 14:43:07 +0200 wenzelm clarified treatment of exceptions: avoid catch-all handlers;
Thu, 28 Sep 2023 11:30:01 +0200 wenzelm clarified output vs. error: presence of error messages means error (see also cb7264721c91);
Tue, 26 Sep 2023 15:09:31 +0200 wenzelm tuned;
Tue, 26 Sep 2023 15:04:47 +0200 wenzelm more robust management of resources, using Thread_Attributes.uninterruptible;
Tue, 26 Sep 2023 15:03:02 +0200 wenzelm tuned;
Tue, 26 Sep 2023 14:42:33 +0200 wenzelm clarified signature;
Tue, 26 Sep 2023 14:29:55 +0200 wenzelm more robust management of resources, using Thread_Attributes.uninterruptible;
Tue, 26 Sep 2023 13:37:08 +0200 wenzelm tuned;
Tue, 26 Sep 2023 13:34:04 +0200 wenzelm tuned;
Tue, 26 Sep 2023 12:46:31 +0200 wenzelm tuned signature;
Tue, 26 Sep 2023 12:30:08 +0200 wenzelm clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);
Mon, 25 Sep 2023 21:58:58 +0200 wenzelm clarified signature;
Mon, 25 Sep 2023 21:46:38 +0200 wenzelm clarified modules;
Mon, 25 Sep 2023 21:36:46 +0200 wenzelm unused;
Mon, 25 Sep 2023 21:30:46 +0200 wenzelm clarified order of modules: early access to interrupt management of Isabelle_Threads;
Mon, 25 Sep 2023 21:09:25 +0200 wenzelm tuned: prefer antiquotation for try-catch;
Mon, 25 Sep 2023 20:56:44 +0200 wenzelm tuned: prefer antiquotation for try-catch;
Mon, 25 Sep 2023 19:49:25 +0200 wenzelm tuned: prefer antiquotation for try-finally;
Mon, 25 Sep 2023 19:28:14 +0200 wenzelm omit pointless capture/release (see also 469a375212c1);
Mon, 25 Sep 2023 19:27:17 +0200 wenzelm omit pointless capture/release (see also 26774ccb1c74);
Mon, 25 Sep 2023 18:45:41 +0200 wenzelm clarified signature: avoid association with potentially dangerous Exn.capture;
Mon, 25 Sep 2023 17:37:52 +0200 wenzelm more robust: catch/finally part is uninterruptible;
Mon, 25 Sep 2023 17:37:12 +0200 wenzelm more position information, e.g. for warning about fn-pattern;
Mon, 25 Sep 2023 16:55:11 +0200 wenzelm unused;
Mon, 25 Sep 2023 16:17:43 +0200 wenzelm more general ML_Antiquotation.special_form;
Wed, 27 Sep 2023 13:34:15 +0100 paulson Importing or moving a few more useful theorems
Mon, 25 Sep 2023 17:06:11 +0100 paulson merged
Mon, 25 Sep 2023 17:06:05 +0100 paulson A few new theorems
Mon, 25 Sep 2023 17:16:32 +0200 blanchet avoid legacy binding errors in Sledgehammer Isar proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet parse applie lambdas correctly plus deal gracefully with lambda-lifting in Zipperposition
Mon, 25 Sep 2023 17:16:32 +0200 blanchet added argo
Mon, 25 Sep 2023 17:16:32 +0200 blanchet allow (~) syntax in TPTP proofs for unapplied negation
Mon, 25 Sep 2023 17:16:32 +0200 blanchet reconstruct Zipperposition's if-then-else in Sledgehammer Isar proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet use same associativity as Isabelle when parsing HOL proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet improved Sledgehammer's HOL proof parser w.r.t. negation
Sun, 24 Sep 2023 15:55:42 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 15:14:45 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 15:07:40 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 11:42:13 +0200 wenzelm minor performance tuning;
Sat, 23 Sep 2023 18:45:28 +0100 paulson merged
Sat, 23 Sep 2023 18:45:19 +0100 paulson A few new or simplified proofs
Fri, 22 Sep 2023 16:12:10 +0200 wenzelm tuned: more standard order;
Fri, 22 Sep 2023 16:11:18 +0200 wenzelm clarified signature;
Fri, 22 Sep 2023 00:05:11 +0200 wenzelm proper fontenc for cartouches (amending d052d61da398);
Thu, 21 Sep 2023 23:45:03 +0200 wenzelm clarified modules;
Thu, 21 Sep 2023 18:17:26 +0200 wenzelm clarified signature;
Thu, 21 Sep 2023 18:14:28 +0200 wenzelm clarified modules;
Thu, 21 Sep 2023 17:09:48 +0200 wenzelm tuned;
Thu, 21 Sep 2023 17:04:56 +0200 wenzelm more robust: prefer linear data flow;
Wed, 20 Sep 2023 17:40:09 +0200 desharna added first proof reconstruction test for Sledgehammer
Tue, 19 Sep 2023 20:24:39 +0200 wenzelm tuned;
Tue, 19 Sep 2023 19:48:54 +0200 wenzelm clarified signature;
Tue, 19 Sep 2023 13:46:11 +0200 wenzelm clarified signature (again): follow Isabelle/Java/Scala;
Tue, 19 Sep 2023 13:12:13 +0200 wenzelm tuned (following 69c6d3e87660);
Tue, 19 Sep 2023 13:02:48 +0200 wenzelm tuned --- avoid pointless indirection (see also a2df9de46060);
Sun, 17 Sep 2023 18:56:35 +0100 paulson (pointlessly) get rid of some simp calls within "proof"
Sat, 16 Sep 2023 06:38:44 +0000 haftmann reduced prominence of lemma names
Sat, 16 Sep 2023 06:38:44 +0000 haftmann new formulation of an auxiliary lemma
Fri, 15 Sep 2023 20:46:50 +0100 paulson A few more inclusion-exclusion theorems from HOL Light
Thu, 14 Sep 2023 05:24:30 +0000 haftmann Corrected type calculation.
Wed, 13 Sep 2023 17:08:55 +0000 haftmann some hints on managed installations
Wed, 13 Sep 2023 17:08:54 +0000 haftmann prefer cartouches over quotes for clarity of resulting document
Tue, 12 Sep 2023 13:54:48 +0100 paulson A little reorganisation
Mon, 11 Sep 2023 23:13:23 +0200 wenzelm post-release updates;
Mon, 11 Sep 2023 22:59:34 +0200 wenzelm merged
Mon, 11 Sep 2023 19:31:09 +0200 wenzelm Added tag Isabelle2023 for changeset b5f3d1051b13
Mon, 11 Sep 2023 19:30:48 +0200 wenzelm tuned; Isabelle2023
Mon, 11 Sep 2023 15:59:40 +0200 wenzelm misc tuning;
Sun, 10 Sep 2023 19:31:35 +0200 wenzelm documentation for the "Document" panel in Isabelle/jEdit;
Sat, 09 Sep 2023 19:26:08 +0100 paulson Loads of new material related to porting the Euler Polyhedron Formula from HOL Light
Sat, 09 Sep 2023 17:18:52 +0100 paulson merged
Sat, 26 Aug 2023 11:36:40 +0100 paulson merged
Sat, 26 Aug 2023 11:36:25 +0100 paulson tidying up old apply-style proofs
Thu, 07 Sep 2023 16:53:57 +0200 Kevin Kappelmann allow higher-order unification of open terms (reviewed by Larry Paulson)
Wed, 06 Sep 2023 20:51:45 +0200 wenzelm merged
Wed, 06 Sep 2023 20:51:28 +0200 wenzelm clarified signature: retain original Poly/ML names Thread.Thread, Thread.Mutex, Thread.ConditionVar and de-emphasize them for Isabelle/ML;
Wed, 06 Sep 2023 16:03:22 +0200 wenzelm add ML_system_pp for type Isabelle_Thread.T;
Wed, 06 Sep 2023 14:09:27 +0200 wenzelm more explicit type Isabelle_Thread.T;
Mon, 04 Sep 2023 21:03:13 +0200 wenzelm discontinue somewhat pointless thread tracing/debugging: without PIDE command context, messages are not shown, and Exn.trace hardly works anyway (see also de20fccf6509 and 447972249785);
Mon, 04 Sep 2023 17:25:16 +0200 wenzelm tuned whitespace;
Tue, 05 Sep 2023 15:23:50 +0200 blanchet tuned Sledgehammer messages
Tue, 05 Sep 2023 15:23:48 +0200 blanchet respect timeout better
Sun, 03 Sep 2023 19:28:59 +0200 wenzelm merged
Sun, 03 Sep 2023 18:09:00 +0200 wenzelm Added tag Isabelle2023-RC5 for changeset ffa417b5c913
Sun, 03 Sep 2023 16:56:43 +0200 wenzelm tuned;
Sun, 03 Sep 2023 16:47:54 +0200 wenzelm tuned messages;
Sun, 03 Sep 2023 16:44:07 +0200 wenzelm proper stop of build_process shutdown, despite errors on workers;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip