wenzelm [Sun, 15 May 2011 22:22:26 +0200] rev 42820
future merge of grammars, to improve parallel performance;
wenzelm [Sun, 15 May 2011 20:50:22 +0200] rev 42819
only show relevant timing;
wenzelm [Sun, 15 May 2011 20:38:08 +0200] rev 42818
timing of Theory_Data operations, with implicit thread positions when functor is applied;
wenzelm [Sun, 15 May 2011 19:19:26 +0200] rev 42817
tuned;
wenzelm [Sun, 15 May 2011 18:59:27 +0200] rev 42816
eliminated obsolete "assert" function, including divergent (unused!?) clone in Predicate_Compile_Proof;
wenzelm [Sun, 15 May 2011 18:00:08 +0200] rev 42815
NEWS (cf. 4e8483cc2cc5);
wenzelm [Sun, 15 May 2011 17:45:53 +0200] rev 42814
simplified/unified method_setup/attribute_setup;
wenzelm [Sun, 15 May 2011 17:06:35 +0200] rev 42813
optional description for 'attribute_setup' and 'method_setup';
wenzelm [Sun, 15 May 2011 16:40:24 +0200] rev 42812
tuned signature;
wenzelm [Sat, 14 May 2011 22:00:24 +0200] rev 42811
merged
wenzelm [Sat, 14 May 2011 21:42:17 +0200] rev 42810
slightly more efficient claset operations, using Item_Net to maintain rules in canonical order;
haftmann [Sat, 14 May 2011 18:26:25 +0200] rev 42809
use pointfree characterisation for fold_set locale
wenzelm [Sat, 14 May 2011 18:29:06 +0200] rev 42808
discontinued global config options within attribute name space;
wenzelm [Sat, 14 May 2011 17:55:08 +0200] rev 42807
more precise warnings: observe context visibility;
wenzelm [Sat, 14 May 2011 16:27:47 +0200] rev 42806
modernized structure Rule_Insts;
wenzelm [Sat, 14 May 2011 16:22:53 +0200] rev 42805
discontinued old / unused addss' (cf. 57f364d1d3b2);
wenzelm [Sat, 14 May 2011 16:12:42 +0200] rev 42804
eliminated global Unsynchronized.ref;
eliminated Display.string_of_thm_without_context;
wenzelm [Sat, 14 May 2011 16:03:28 +0200] rev 42803
proper runtime context for auto_inv_tac;
wenzelm [Sat, 14 May 2011 13:32:33 +0200] rev 42802
simplified BLAST_DATA;
wenzelm [Sat, 14 May 2011 13:26:55 +0200] rev 42801
proper Proof.context -- eliminated global operations;
wenzelm [Sat, 14 May 2011 12:40:11 +0200] rev 42800
just one universal Proof.context -- discontinued claset/clasimpset;
wenzelm [Sat, 14 May 2011 11:42:43 +0200] rev 42799
modernized functor names;
tuned;
wenzelm [Sat, 14 May 2011 00:32:16 +0200] rev 42798
method "deepen" with optional limit;
wenzelm [Fri, 13 May 2011 23:59:48 +0200] rev 42797
merged
krauss [Fri, 13 May 2011 21:36:01 +0200] rev 42796
removed redundant type annotations and duplicate examples
wenzelm [Fri, 13 May 2011 23:58:40 +0200] rev 42795
clarified map_simpset versus Simplifier.map_simpset_global;
wenzelm [Fri, 13 May 2011 23:24:06 +0200] rev 42794
make ZF_cs snapshot after final setup;
wenzelm [Fri, 13 May 2011 22:55:00 +0200] rev 42793
proper Proof.context for classical tactics;
reduced claset to snapshot of classical context;
discontinued clasimpset;
wenzelm [Fri, 13 May 2011 16:03:03 +0200] rev 42792
do not open ML structures;
wenzelm [Fri, 13 May 2011 15:55:32 +0200] rev 42791
eliminated weight_ASTAR: int Unsynchronized.ref (astar_tac appears to be obsolete anyway);