src/HOL/IsaMakefile
Wed, 10 Feb 2010 14:12:02 +0100 revert uninspired Structure_Syntax experiment
Tue, 09 Feb 2010 17:06:05 +0100 merged (manual for "nitpick_hol.ML" and "kodkod.ML")
Fri, 05 Feb 2010 14:27:21 +0100 added hotel key card example for Nitpick, and renumber atoms in Nitpick's output for increased readability
Thu, 04 Feb 2010 16:03:15 +0100 split "nitpick_hol.ML" into two files to make it more manageable;
Mon, 08 Feb 2010 21:26:52 +0100 more precise dependencies;
Mon, 08 Feb 2010 17:12:38 +0100 renamed OrderedGroup to Groups; split theory Ring_and_Field into Rings Fields
Mon, 08 Feb 2010 14:08:32 +0100 merged
Mon, 08 Feb 2010 14:06:41 +0100 separate library theory for type classes combining lattices with various algebraic structures
Mon, 08 Feb 2010 10:36:02 +0100 separate theory for index structures
Tue, 02 Feb 2010 19:30:08 +0100 updated dependencies
Thu, 28 Jan 2010 11:48:49 +0100 new theory Algebras.thy for generic algebraic structures
Mon, 25 Jan 2010 16:19:42 +0100 adding Mutabelle to repository
Fri, 22 Jan 2010 15:26:29 +0100 merged
Wed, 20 Jan 2010 11:56:45 +0100 refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
Fri, 22 Jan 2010 13:38:29 +0100 more accurate dependencies
Sat, 02 Jan 2010 23:18:58 +0100 absorb structures Decompose and Descent into Termination, to simplify further restructuring
Tue, 29 Dec 2009 16:20:39 +0100 explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
Fri, 18 Dec 2009 12:00:29 +0100 polished Nitpick's binary integer support etc.;
Fri, 11 Dec 2009 15:36:05 +0100 updated dependencies
Fri, 11 Dec 2009 15:06:12 +0100 depend on HOL-SMT instead of HOL (makes tactic "smt" available for proofs)
Mon, 07 Dec 2009 16:27:48 +0100 split off evaluation mechanisms in separte module Code_Eval
Mon, 07 Dec 2009 14:54:01 +0100 merged Crude_Executable_Set into Executable_Set
Fri, 04 Dec 2009 12:22:09 +0100 merged
Mon, 30 Nov 2009 11:42:49 +0100 modernized structures and tuned headers of datatype package modules; joined former datatype.ML and datatype_rep_proofs.ML
Fri, 27 Nov 2009 08:41:10 +0100 renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
Tue, 24 Nov 2009 14:37:23 +0100 backported parts of abstract byte code verifier from AFP/Jinja
Wed, 02 Dec 2009 17:53:34 +0100 added Crude_Executable_Set.thy
Fri, 20 Nov 2009 15:33:10 +0100 load ML directly into theory Code_Generator (quickcheck also requires this);
Wed, 18 Nov 2009 09:34:53 +0100 added arithmetic example using div and mod
Tue, 17 Nov 2009 18:52:30 +0100 Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
Sat, 14 Nov 2009 19:56:18 +0100 moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
Thu, 12 Nov 2009 20:38:57 +0100 added a tabled implementation of the reflexive transitive closure
Tue, 10 Nov 2009 13:54:00 +0100 merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)
Thu, 05 Nov 2009 11:58:36 +0100 merged
Thu, 29 Oct 2009 23:08:51 +0100 merged
Thu, 29 Oct 2009 15:26:00 +0100 merged
Thu, 29 Oct 2009 12:09:32 +0100 merged
Wed, 28 Oct 2009 18:09:30 +0100 merged my Auto Nitpick change with Lukas's Predicate Compiler changes
Wed, 28 Oct 2009 17:43:43 +0100 introduced Auto Nitpick in addition to Auto Quickcheck;
Mon, 09 Nov 2009 15:50:15 +0000 New theory Probability/Borel.thy, and some associated lemmas
Fri, 06 Nov 2009 14:42:42 +0100 renamed method induct_scheme to induction_schema
Fri, 06 Nov 2009 13:42:29 +0100 removed session SizeChange: outdated, only half-functional, alternatives exist (cf. size_change method)
Thu, 05 Nov 2009 16:23:51 +0100 more accurate cleanup;
Thu, 05 Nov 2009 15:55:07 +0100 merged
Thu, 05 Nov 2009 15:54:14 +0100 more accurate dependencies;
Thu, 05 Nov 2009 15:44:39 +0100 merged
Thu, 05 Nov 2009 15:24:49 +0100 handle let expressions inside terms by unfolding (instead of raising an exception),
Thu, 05 Nov 2009 14:48:40 +0100 shorter names for variables and verification conditions,
Thu, 05 Nov 2009 14:37:39 +0100 more accurate dependencies;
Wed, 04 Nov 2009 17:17:30 +0100 added Tree23 to IsaMakefile
Tue, 03 Nov 2009 17:54:24 +0100 added HOL-Boogie
Fri, 30 Oct 2009 13:59:49 +0100 moved Commutative_Ring into session Decision_Procs
Fri, 30 Oct 2009 01:32:06 +0100 absorbed inductive_wrap function into Function_Core; more conventional argument order; tuned
Thu, 29 Oct 2009 18:17:26 +0100 merged
Thu, 29 Oct 2009 16:06:15 +0100 separate ResBlacklist, based on scalable persistent data -- avoids inefficient hashing later on;
Thu, 29 Oct 2009 11:41:36 +0100 moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
Thu, 29 Oct 2009 08:14:39 +0100 merged
Wed, 28 Oct 2009 19:09:47 +0100 moved theory Divides after theory Nat_Numeral; tuned some proof texts
Wed, 28 Oct 2009 18:21:02 +0100 tuned;
Wed, 28 Oct 2009 11:43:06 +0000 merged