Thu, 04 Jul 2019 11:26:00 +0200 wenzelm clarified history stage: allow independent updates that are merged later;
Mon, 24 Jun 2019 16:26:25 +0200 wenzelm support abstract syntax for proof terms (see src/Pure/Proofs/proof_syntax.ML);
Sun, 23 Jun 2019 13:42:16 +0000 haftmann proper quasi-total merge
Sat, 22 Jun 2019 16:23:25 +0200 haftmann made LaTeX happy
Sat, 22 Jun 2019 07:18:55 +0000 haftmann streamlined setup for linear algebra, particularly removed redundant rule declarations
Sat, 22 Jun 2019 06:25:34 +0000 haftmann tuned
Fri, 21 Jun 2019 18:55:00 +0000 haftmann tuned
Sun, 16 Jun 2019 16:40:57 +0000 haftmann even more appropriate fact name
Sun, 16 Jun 2019 16:40:57 +0000 haftmann more correct indicator
Fri, 14 Jun 2019 12:29:50 +0200 haftmann make latex happy
Fri, 14 Jun 2019 08:34:28 +0000 haftmann moved some theorems into HOL main corpus
Fri, 14 Jun 2019 08:34:28 +0000 haftmann misc tuning and modernization
Fri, 14 Jun 2019 08:34:28 +0000 haftmann more theorems for proof of concept for word type
Fri, 14 Jun 2019 08:34:28 +0000 haftmann official fact collection sign_simps
Fri, 14 Jun 2019 08:34:28 +0000 haftmann tuned proofs
Fri, 14 Jun 2019 08:34:27 +0000 haftmann avoid pseudo-collection to be used in generated proofs
Fri, 14 Jun 2019 08:34:27 +0000 haftmann moved comment to approproiate place
Fri, 14 Jun 2019 08:34:27 +0000 haftmann removed outcommented example which seems not to work as advertized
Fri, 14 Jun 2019 08:34:27 +0000 haftmann clear separation of types for bits (False / True) and Z2 (0 / 1)
Fri, 14 Jun 2019 08:34:27 +0000 haftmann generalized type classes for parity to cover word types also, which contain zero divisors
Fri, 14 Jun 2019 08:34:27 +0000 haftmann slightly more specialized name for type class
Fri, 14 Jun 2019 08:34:27 +0000 haftmann dropped weaker legacy alias
Fri, 14 Jun 2019 08:34:27 +0000 haftmann slightly more stringent ordering of theorems
Fri, 14 Jun 2019 08:34:27 +0000 haftmann removed relics of ASCII syntax for indexed big operators
Fri, 14 Jun 2019 08:34:27 +0000 haftmann dropped former legacy input abbreviations
Fri, 14 Jun 2019 08:34:27 +0000 haftmann using (*)-syntax for partially applied infix is fine, contrary to ancient op-syntax
Fri, 14 Jun 2019 08:34:27 +0000 haftmann prefer fixed simpset for proof procedure
Fri, 14 Jun 2019 08:34:27 +0000 haftmann tuned file system structure
Fri, 14 Jun 2019 08:34:27 +0000 haftmann avoid spammed sledgehammer proofs
Tue, 11 Jun 2019 18:33:27 +0200 nipkow added lemmas
Sun, 09 Jun 2019 22:23:41 +0200 wenzelm proper URL;
Sun, 09 Jun 2019 22:22:36 +0200 wenzelm merged;
Sun, 09 Jun 2019 20:24:16 +0200 wenzelm Added tag Isabelle2019 for changeset 83774d669b51
Fri, 07 Jun 2019 11:08:29 +0200 blanchet handle timeouts gracefully in 'smt' proof method (patch due to Mathias Fleury)
Tue, 04 Jun 2019 20:49:33 +0200 wenzelm tuned;
Tue, 04 Jun 2019 20:01:02 +0200 wenzelm tuned;
Tue, 04 Jun 2019 19:51:45 +0200 wenzelm backout 34bc296374ee -- affects the raw_induct rule, e.g. relevant for AFP/Imperative_Insertion_Sort;
Tue, 04 Jun 2019 17:04:25 +0200 wenzelm unused;
Tue, 04 Jun 2019 17:04:18 +0200 wenzelm tuned messages;
Tue, 04 Jun 2019 16:47:05 +0200 wenzelm proper context;
Tue, 04 Jun 2019 15:14:56 +0200 wenzelm misc tuning and clarification, notably wrt. flow of context;
Tue, 04 Jun 2019 15:14:19 +0200 wenzelm proper context;
Tue, 04 Jun 2019 15:11:29 +0200 wenzelm proper Proof_Context.export_morphism corresponding to Proof_Context.augment (see 7f568724d67e);
Tue, 04 Jun 2019 13:44:59 +0200 wenzelm unused;
Tue, 04 Jun 2019 13:14:17 +0200 wenzelm misc tuning and clarification, notably wrt. flow of context;
Tue, 04 Jun 2019 13:09:24 +0200 wenzelm proper context;
Tue, 04 Jun 2019 13:08:05 +0200 wenzelm proper Proof_Context.export_morphism corresponding to Proof_Context.augment (see 7f568724d67e);
Mon, 03 Jun 2019 23:58:20 +0200 wenzelm more structural integrity;
Mon, 03 Jun 2019 23:29:05 +0200 wenzelm tuned;
Mon, 03 Jun 2019 21:47:54 +0200 wenzelm more structural integrity;
Mon, 03 Jun 2019 20:09:43 +0200 wenzelm clarified transfer_morphism: implicit join_certificate, e.g. relevant for complex cascades of morphisms such as class locale interpretation;
Mon, 03 Jun 2019 17:01:28 +0200 wenzelm tuned;
Mon, 03 Jun 2019 15:40:08 +0200 wenzelm clarified signature;
Mon, 03 Jun 2019 14:47:27 +0200 wenzelm tuned whitespace;
Mon, 03 Jun 2019 14:26:21 +0200 wenzelm clarified context: prefer abstract Variable.auto_fixes;
Mon, 03 Jun 2019 13:49:35 +0200 wenzelm tuned;
Mon, 03 Jun 2019 13:28:01 +0200 wenzelm tuned signature;
Mon, 03 Jun 2019 11:27:23 +0200 wenzelm redundant: default is false;
Sat, 01 Jun 2019 21:43:41 +0200 wenzelm tuned imports -- accommodate scala-2.13.0-RC3;
Sat, 01 Jun 2019 21:43:03 +0200 wenzelm tuned -- accommodate scala-2.13.0-RC3;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip