wenzelm [Thu, 04 Oct 2007 21:11:06 +0200] rev 24852
single-threaded profiling;
wenzelm [Thu, 04 Oct 2007 21:10:41 +0200] rev 24851
tuned;
wenzelm [Thu, 04 Oct 2007 20:29:42 +0200] rev 24850
Name.uu, Name.aT;
wenzelm [Thu, 04 Oct 2007 20:29:33 +0200] rev 24849
added uu, aT;
wenzelm [Thu, 04 Oct 2007 20:29:24 +0200] rev 24848
replaced literal 'a by Name.aT;
wenzelm [Thu, 04 Oct 2007 20:29:13 +0200] rev 24847
replaced AxClass.param_tyvarname by Name.aT;
haftmann [Thu, 04 Oct 2007 19:54:47 +0200] rev 24846
added nth_drop
haftmann [Thu, 04 Oct 2007 19:54:46 +0200] rev 24845
tuned datatype_codegen setup
haftmann [Thu, 04 Oct 2007 19:54:44 +0200] rev 24844
certificates for code generator case expressions
haftmann [Thu, 04 Oct 2007 19:46:09 +0200] rev 24843
added illustrative diagnostics
haftmann [Thu, 04 Oct 2007 19:42:03 +0200] rev 24842
clarified declarations in class ord
haftmann [Thu, 04 Oct 2007 19:41:55 +0200] rev 24841
concept for exceptions
haftmann [Thu, 04 Oct 2007 19:41:54 +0200] rev 24840
clarified name suffix
haftmann [Thu, 04 Oct 2007 19:41:53 +0200] rev 24839
step towards proper purge operation
haftmann [Thu, 04 Oct 2007 19:41:52 +0200] rev 24838
put declarations first
haftmann [Thu, 04 Oct 2007 19:41:51 +0200] rev 24837
clarified terminology
haftmann [Thu, 04 Oct 2007 19:41:50 +0200] rev 24836
intermediate cleanup
haftmann [Thu, 04 Oct 2007 19:41:49 +0200] rev 24835
clarified relationship of code generator conversions and evaluations
wenzelm [Thu, 04 Oct 2007 16:59:30 +0200] rev 24834
abs_conv/forall_conv: proper context (avoid gensym);
removed unused cache_conv;
wenzelm [Thu, 04 Oct 2007 16:59:29 +0200] rev 24833
load variable.ML before conv.ML;
wenzelm [Thu, 04 Oct 2007 16:59:28 +0200] rev 24832
Conv.forall_conv: proper context;
wenzelm [Thu, 04 Oct 2007 16:21:31 +0200] rev 24831
cover AFP logs as well, using "afp" pseudo-platform;
wenzelm [Thu, 04 Oct 2007 14:42:47 +0200] rev 24830
moved Pure/Isar/induct_attrib.ML and Provers/induct_method.ML to Tools/induct.ML;
wenzelm [Thu, 04 Oct 2007 14:42:11 +0200] rev 24829
avoid gensym;
wenzelm [Thu, 04 Oct 2007 13:26:34 +0200] rev 24828
updated Sign.add_abbrev;
paulson [Thu, 04 Oct 2007 12:32:58 +0200] rev 24827
combinator translation
wenzelm [Wed, 03 Oct 2007 22:33:17 +0200] rev 24826
avoid unnamed infixes;
wenzelm [Wed, 03 Oct 2007 21:29:05 +0200] rev 24825
avoid unnamed infixes;
tuned;
wenzelm [Wed, 03 Oct 2007 19:49:33 +0200] rev 24824
avoid unnamed infixes;
wenzelm [Wed, 03 Oct 2007 19:36:05 +0200] rev 24823
modernized specifications;
tuned proofs;
wenzelm [Wed, 03 Oct 2007 00:03:01 +0200] rev 24822
mark inductive results as internal;
wenzelm [Wed, 03 Oct 2007 00:03:00 +0200] rev 24821
skolem_cache: ignore internal theorems -- major speedup;
skolem_cache_theorems_of: efficient folding of table;
replaced get_axiom by Thm.get_axiom_i (avoids name space fishing);
wenzelm [Wed, 03 Oct 2007 00:02:58 +0200] rev 24820
major speedup by avoiding metis;
wenzelm [Wed, 03 Oct 2007 00:02:56 +0200] rev 24819
modernized definitions;
wenzelm [Tue, 02 Oct 2007 22:23:31 +0200] rev 24818
added add_defs_new, which strips sorts for axioms (presently inactive);
wenzelm [Tue, 02 Oct 2007 22:23:30 +0200] rev 24817
removed unused add_defss;
wenzelm [Tue, 02 Oct 2007 22:23:28 +0200] rev 24816
tuned internal inductive interface;
wenzelm [Tue, 02 Oct 2007 22:23:26 +0200] rev 24815
tuned internal interfaces: flags record, added kind for results;
tuned;
wenzelm [Tue, 02 Oct 2007 22:23:24 +0200] rev 24814
inductive: mark internal theorems as Thm.internalK;
wenzelm [Tue, 02 Oct 2007 19:05:20 +0200] rev 24813
tuned;
wenzelm [Tue, 02 Oct 2007 16:06:41 +0200] rev 24812
export tsig_of;
haftmann [Tue, 02 Oct 2007 07:59:55 +0200] rev 24811
clarified role of class relations
haftmann [Tue, 02 Oct 2007 07:59:54 +0200] rev 24810
ignore mutual recursive modules
wenzelm [Mon, 01 Oct 2007 22:52:20 +0200] rev 24809
integer compatibility: added wrapper for structure Time;
wenzelm [Mon, 01 Oct 2007 22:29:58 +0200] rev 24808
fixed use_text;
wenzelm [Mon, 01 Oct 2007 22:29:56 +0200] rev 24807
downgraded IntInf with divMod;
fixed use_text;
wenzelm [Mon, 01 Oct 2007 21:19:54 +0200] rev 24806
added auto-quickcheck-time-limit;
wenzelm [Mon, 01 Oct 2007 21:19:53 +0200] rev 24805
auto_quickcheck: pervasive options, turned time_limit into plain int, simplified exception handling;
wenzelm [Mon, 01 Oct 2007 21:19:52 +0200] rev 24804
added auto_quickcheck feature;
wenzelm [Mon, 01 Oct 2007 21:19:50 +0200] rev 24803
Norbert Schirmer: record improvements;
wenzelm [Mon, 01 Oct 2007 21:19:49 +0200] rev 24802
preliminary material for Isabelle2007;
wenzelm [Mon, 01 Oct 2007 21:08:26 +0200] rev 24801
misc tuning and update;
wenzelm [Mon, 01 Oct 2007 21:04:40 +0200] rev 24800
misc tuning and update;
wenzelm [Mon, 01 Oct 2007 19:52:07 +0200] rev 24799
misc tuning and update;
wenzelm [Mon, 01 Oct 2007 19:43:34 +0200] rev 24798
updated year to 2007;
wenzelm [Mon, 01 Oct 2007 19:42:40 +0200] rev 24797
tuned;
haftmann [Mon, 01 Oct 2007 19:21:32 +0200] rev 24796
added some lemmas
wenzelm [Mon, 01 Oct 2007 15:14:57 +0200] rev 24795
print_state_context: local theory context, not proof context;
context_position: cover Theory case as well (requires additional checkpoint);
wenzelm [Mon, 01 Oct 2007 15:14:56 +0200] rev 24794
ContextPosition.put_ctxt;
wenzelm [Mon, 01 Oct 2007 15:14:55 +0200] rev 24793
NameSelection: more interval checks;