Mon, 14 Nov 2011 16:24:50 +0100 wenzelm simplified Runtime.exn_messages: always print detailed version of low-level exeptions, which should not occur in regular user errors anyway;
Mon, 14 Nov 2011 16:16:49 +0100 wenzelm more detailed exception_trace: in Poly/ML 5.4.x intermediate handlers reset the trace (cf. Poly/ML SVN 1110);
Mon, 14 Nov 2011 12:29:19 +0100 bulwahn merged
Mon, 14 Nov 2011 11:14:06 +0100 bulwahn setting up exhaustive generators which are used for the smart generators
Mon, 14 Nov 2011 11:50:52 +0100 hoelzl add Code_Real_Approx_By_Float
Mon, 14 Nov 2011 09:25:05 +0100 huffman merged
Sun, 13 Nov 2011 19:30:35 +0100 huffman remove lemma float_remove_real_numeral, which duplicated Float.float_number_of
Sun, 13 Nov 2011 19:26:53 +0100 huffman remove unnecessary number-representation-specific rules from metis calls;
Sun, 13 Nov 2011 20:28:22 +0100 blanchet avoid confusing selector output
Sun, 13 Nov 2011 20:28:22 +0100 blanchet remove unsound line in Nitpick's "rat" setup
Sat, 12 Nov 2011 21:10:56 +0100 wenzelm tuned proofs;
Sat, 12 Nov 2011 20:14:09 +0100 wenzelm merged
Sat, 12 Nov 2011 13:01:56 +0100 huffman removed some old-style semicolons
Sat, 12 Nov 2011 19:44:56 +0100 wenzelm index markup elements for more efficient cumulate/select operations;
Sat, 12 Nov 2011 18:56:49 +0100 wenzelm tuned;
Sat, 12 Nov 2011 18:05:31 +0100 wenzelm tuned markup -- prefer user-perspective;
Sat, 12 Nov 2011 17:53:48 +0100 wenzelm tuned specifications and proofs;
Sat, 12 Nov 2011 17:52:28 +0100 wenzelm more precise type;
Sat, 12 Nov 2011 17:01:58 +0100 wenzelm refined Markup_Tree implementation: stacked markup within each entry;
Sat, 12 Nov 2011 12:21:42 +0100 wenzelm tuned signature;
Sat, 12 Nov 2011 11:45:49 +0100 wenzelm tuned signature;
Fri, 11 Nov 2011 22:09:07 +0100 wenzelm merged
Fri, 11 Nov 2011 12:31:00 +0100 huffman merged
Fri, 11 Nov 2011 12:30:28 +0100 huffman abel_cancel.ML: avoid canceling zeros, which would cause the simproc to return a trivial rewrite;
Fri, 11 Nov 2011 11:30:31 +0100 huffman use simproc_setup for the remaining nat_numeral simprocs
Fri, 11 Nov 2011 11:11:03 +0100 huffman use simproc_setup for more nat_numeral simprocs; add simproc tests
Fri, 11 Nov 2011 12:10:49 +0100 bulwahn using more conventional names for monad plus operations
Fri, 11 Nov 2011 22:05:18 +0100 wenzelm more tooltip content;
Fri, 11 Nov 2011 21:45:52 +0100 wenzelm added markup_cumulate operator;
Fri, 11 Nov 2011 16:25:32 +0100 wenzelm depth-first proof forking for improved locality (wrt. cancellation and overall memory usage);
Fri, 11 Nov 2011 16:06:26 +0100 wenzelm tuned;
Fri, 11 Nov 2011 15:25:22 +0100 wenzelm more abstract Markup_Tree;
Fri, 11 Nov 2011 14:24:38 +0100 wenzelm prefer statically typed Text.Markup;
Fri, 11 Nov 2011 14:07:20 +0100 wenzelm discontinued entity text color, notably historic red for classes;
Fri, 11 Nov 2011 12:52:57 +0100 wenzelm more scalable Proof_Context.prepare_sorts;
Fri, 11 Nov 2011 10:40:36 +0100 bulwahn increasing values_timeout to avoid failures of isatest with HOL-IMP
Fri, 11 Nov 2011 08:32:48 +0100 bulwahn renaming example invocations: tester predicate_compile is renamed to smart_exhaustive
Fri, 11 Nov 2011 08:32:45 +0100 bulwahn adding CPS compilation to predicate compiler;
Fri, 11 Nov 2011 08:32:44 +0100 bulwahn adding option allow_function_inversion to quickcheck options
Thu, 10 Nov 2011 23:30:50 +0100 wenzelm more efficient prepare_sorts -- bypass encoded positions;
Thu, 10 Nov 2011 22:54:15 +0100 wenzelm suppress irrelevant positions;
Thu, 10 Nov 2011 22:39:32 +0100 wenzelm more generous margin;
Thu, 10 Nov 2011 22:32:10 +0100 wenzelm pass term positions into check phase, where resulting types are reported accordingly, and eventually shown as tooltips;
Thu, 10 Nov 2011 17:47:25 +0100 wenzelm tuned signature;
Thu, 10 Nov 2011 17:41:36 +0100 wenzelm discontinued unused Thm.compress (again);
Thu, 10 Nov 2011 17:28:02 +0100 bulwahn renewed prolog-quickcheck
Thu, 10 Nov 2011 17:26:17 +0100 bulwahn adding some test cases for preprocessing and narrowing
Thu, 10 Nov 2011 17:26:15 +0100 bulwahn adding a minimalistic preprocessing rewriting common boolean operators; tuned
Thu, 10 Nov 2011 14:46:38 +0100 huffman merged
Wed, 09 Nov 2011 15:33:34 +0100 huffman merged
Wed, 09 Nov 2011 15:33:24 +0100 huffman tune post-processing of simproc-generated rules so they won't produce Numeral0 or Numeral1
Wed, 09 Nov 2011 11:44:42 +0100 huffman use simproc_setup for some nat_numeral simprocs; add simproc tests
Wed, 09 Nov 2011 10:58:08 +0100 huffman add ring_char_0 class constraints to several simprocs (internal proofs of #n ~= 0 fail for type
Thu, 10 Nov 2011 11:02:06 +0100 wenzelm simultaneous check;
Wed, 09 Nov 2011 23:16:47 +0100 wenzelm avoid separate typ_check phases, integrate into main term_check 0 instead (cf. its Syntax.check_typs in Type_Infer_Context.prepare);
Wed, 09 Nov 2011 22:43:14 +0100 wenzelm clarified singleton_fixate: intersection with supersort is identity, only replace actual type inference parameters;
Wed, 09 Nov 2011 21:44:06 +0100 wenzelm misc tuning and simplification;
Wed, 09 Nov 2011 21:36:18 +0100 wenzelm misc tuning;
Wed, 09 Nov 2011 20:47:11 +0100 wenzelm tuned signature;
Wed, 09 Nov 2011 19:01:50 +0100 bulwahn quickcheck invocations in mutabelle must not catch codegenerator errors internally
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip