Mon, 08 Nov 2010 14:41:11 +0100 merged
wenzelm [Mon, 08 Nov 2010 14:41:11 +0100] rev 40441
merged
Mon, 08 Nov 2010 14:33:54 +0100 merge
blanchet [Mon, 08 Nov 2010 14:33:54 +0100] rev 40440
merge
Mon, 08 Nov 2010 14:33:30 +0100 reduce the number of monomorphization iterations from 10 (the default) to 4, in the interest of faster SMT solving
blanchet [Mon, 08 Nov 2010 14:33:30 +0100] rev 40439
reduce the number of monomorphization iterations from 10 (the default) to 4, in the interest of faster SMT solving
Mon, 08 Nov 2010 05:07:18 -0800 merged
huffman [Mon, 08 Nov 2010 05:07:18 -0800] rev 40438
merged
Sat, 06 Nov 2010 10:01:00 -0700 merged
huffman [Sat, 06 Nov 2010 10:01:00 -0700] rev 40437
merged
Fri, 05 Nov 2010 15:15:28 -0700 (infixl "<<" 55) -> (infix "<<" 50)
huffman [Fri, 05 Nov 2010 15:15:28 -0700] rev 40436
(infixl "<<" 55) -> (infix "<<" 50)
Wed, 03 Nov 2010 17:22:25 -0700 simplify some proofs
huffman [Wed, 03 Nov 2010 17:22:25 -0700] rev 40435
simplify some proofs
Wed, 03 Nov 2010 17:06:21 -0700 remove unnecessary stuff from Discrete.thy
huffman [Wed, 03 Nov 2010 17:06:21 -0700] rev 40434
remove unnecessary stuff from Discrete.thy
Wed, 03 Nov 2010 16:39:23 -0700 remove some unnecessary lemmas; move monofun_LAM to Cfun.thy
huffman [Wed, 03 Nov 2010 16:39:23 -0700] rev 40433
remove some unnecessary lemmas; move monofun_LAM to Cfun.thy
Wed, 03 Nov 2010 15:57:39 -0700 add lemma eq_imp_below
huffman [Wed, 03 Nov 2010 15:57:39 -0700] rev 40432
add lemma eq_imp_below
Wed, 03 Nov 2010 15:47:46 -0700 discontinue a bunch of legacy theorem names
huffman [Wed, 03 Nov 2010 15:47:46 -0700] rev 40431
discontinue a bunch of legacy theorem names
Wed, 03 Nov 2010 15:31:24 -0700 move a few admissibility lemmas into FOCUS/Stream_adm.thy
huffman [Wed, 03 Nov 2010 15:31:24 -0700] rev 40430
move a few admissibility lemmas into FOCUS/Stream_adm.thy
Wed, 03 Nov 2010 15:03:16 -0700 simplify some proofs
huffman [Wed, 03 Nov 2010 15:03:16 -0700] rev 40429
simplify some proofs
Mon, 08 Nov 2010 13:53:18 +0100 compile -- 7550b2cba1cb broke the build
blanchet [Mon, 08 Nov 2010 13:53:18 +0100] rev 40428
compile -- 7550b2cba1cb broke the build
Mon, 08 Nov 2010 13:25:00 +0100 merge
blanchet [Mon, 08 Nov 2010 13:25:00 +0100] rev 40427
merge
Mon, 08 Nov 2010 09:10:44 +0100 recognize Vampire error
blanchet [Mon, 08 Nov 2010 09:10:44 +0100] rev 40426
recognize Vampire error
Mon, 08 Nov 2010 12:13:51 +0100 return the process return code along with the process outputs
boehmes [Mon, 08 Nov 2010 12:13:51 +0100] rev 40425
return the process return code along with the process outputs
Mon, 08 Nov 2010 12:13:44 +0100 better modularization: moved SMT configuration options and diagnostics as well as SMT failure and exception into separate structures (both of which are loaded first and consequently are available to other SMT structures)
boehmes [Mon, 08 Nov 2010 12:13:44 +0100] rev 40424
better modularization: moved SMT configuration options and diagnostics as well as SMT failure and exception into separate structures (both of which are loaded first and consequently are available to other SMT structures)
Mon, 08 Nov 2010 11:49:28 +0100 merged
haftmann [Mon, 08 Nov 2010 11:49:28 +0100] rev 40423
merged
Mon, 08 Nov 2010 10:56:48 +0100 corrected slip: must keep constant map, not type map; tuned code
haftmann [Mon, 08 Nov 2010 10:56:48 +0100] rev 40422
corrected slip: must keep constant map, not type map; tuned code
Mon, 08 Nov 2010 10:43:24 +0100 constructors to datatypes in code_reflect can be globbed; dropped unused code
haftmann [Mon, 08 Nov 2010 10:43:24 +0100] rev 40421
constructors to datatypes in code_reflect can be globbed; dropped unused code
Mon, 08 Nov 2010 09:25:43 +0100 adding code and theory for smallvalue generators, but do not setup the interpretation yet
bulwahn [Mon, 08 Nov 2010 09:25:43 +0100] rev 40420
adding code and theory for smallvalue generators, but do not setup the interpretation yet
Mon, 08 Nov 2010 02:33:48 +0100 make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice
blanchet [Mon, 08 Nov 2010 02:33:48 +0100] rev 40419
make sure the SMT solver runs several iterations by lowering the timeout at each iteration -- yields better results in practice
Mon, 08 Nov 2010 02:32:27 +0100 better detection of completely irrelevant facts
blanchet [Mon, 08 Nov 2010 02:32:27 +0100] rev 40418
better detection of completely irrelevant facts
Sun, 07 Nov 2010 18:19:04 +0100 always use a hard timeout in Mirabelle
blanchet [Sun, 07 Nov 2010 18:19:04 +0100] rev 40417
always use a hard timeout in Mirabelle
Sun, 07 Nov 2010 18:15:13 +0100 use "smt" (rather than "metis") to reconstruct SMT proofs
blanchet [Sun, 07 Nov 2010 18:15:13 +0100] rev 40416
use "smt" (rather than "metis") to reconstruct SMT proofs
Sun, 07 Nov 2010 18:03:24 +0100 don't pass too many facts on the first iteration of the SMT solver
blanchet [Sun, 07 Nov 2010 18:03:24 +0100] rev 40415
don't pass too many facts on the first iteration of the SMT solver
Sun, 07 Nov 2010 18:02:02 +0100 catch TimeOut exception
blanchet [Sun, 07 Nov 2010 18:02:02 +0100] rev 40414
catch TimeOut exception
Sun, 07 Nov 2010 17:56:07 +0100 ensure the SMT solver respects the timeout -- Mirabelle revealed cases where "smt_filter" apparently never returns
blanchet [Sun, 07 Nov 2010 17:56:07 +0100] rev 40413
ensure the SMT solver respects the timeout -- Mirabelle revealed cases where "smt_filter" apparently never returns
Sun, 07 Nov 2010 17:51:25 +0100 if SMT used as a filter in a loop fails at each iteration, returns the first error, not the last, since it is more informative -- the first error typically says "out of memory", whereas the last might well be "the SMT problem is unprovable", which should be no surprise if too many facts were removed
blanchet [Sun, 07 Nov 2010 17:51:25 +0100] rev 40412
if SMT used as a filter in a loop fails at each iteration, returns the first error, not the last, since it is more informative -- the first error typically says "out of memory", whereas the last might well be "the SMT problem is unprovable", which should be no surprise if too many facts were removed
Sun, 07 Nov 2010 13:29:59 +0100 removed explicit "Interrupt" handling for conformity with async model -- unfortunately the user loses the information about how many scopes were checked, but this needs to be retought with the new interface anyway
blanchet [Sun, 07 Nov 2010 13:29:59 +0100] rev 40411
removed explicit "Interrupt" handling for conformity with async model -- unfortunately the user loses the information about how many scopes were checked, but this needs to be retought with the new interface anyway
Sat, 06 Nov 2010 10:25:08 +0100 make Nitpick datatype tests faster to make timeout less likely
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40410
make Nitpick datatype tests faster to make timeout less likely
Sat, 06 Nov 2010 10:25:08 +0100 invoke SMT solver in a loop, with fewer and fewer facts, in case of error
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40409
invoke SMT solver in a loop, with fewer and fewer facts, in case of error
Sat, 06 Nov 2010 10:25:08 +0100 always honor the max relevant constraint
blanchet [Sat, 06 Nov 2010 10:25:08 +0100] rev 40408
always honor the max relevant constraint
Mon, 08 Nov 2010 11:28:22 +0100 more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm [Mon, 08 Nov 2010 11:28:22 +0100] rev 40407
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
Mon, 08 Nov 2010 00:00:47 +0100 updated generated files;
wenzelm [Mon, 08 Nov 2010 00:00:47 +0100] rev 40406
updated generated files;
Sun, 07 Nov 2010 23:32:26 +0100 tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm [Sun, 07 Nov 2010 23:32:26 +0100] rev 40405
tweaked pdf setup to allow modification of \pdfminorversion;
Sun, 07 Nov 2010 23:12:40 +0100 merged;
wenzelm [Sun, 07 Nov 2010 23:12:40 +0100] rev 40404
merged;
Sun, 07 Nov 2010 23:12:21 +0100 updated generated files;
wenzelm [Sun, 07 Nov 2010 23:12:21 +0100] rev 40403
updated generated files;
Sun, 07 Nov 2010 22:51:16 +0100 basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm [Sun, 07 Nov 2010 22:51:16 +0100] rev 40402
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
Sun, 07 Nov 2010 22:42:49 +0100 updated generated file;
wenzelm [Sun, 07 Nov 2010 22:42:49 +0100] rev 40401
updated generated file;
Sun, 07 Nov 2010 22:26:25 +0100 more literal appearance of antiqopen/antiqclose;
wenzelm [Sun, 07 Nov 2010 22:26:25 +0100] rev 40400
more literal appearance of antiqopen/antiqclose;
Sun, 07 Nov 2010 16:39:03 +0100 'example_proof' is treated as non-schematic statement with irrelevant proof (NB: even regular proofs can contain unreachable parts wrt. the graph of proof promises);
wenzelm [Sun, 07 Nov 2010 16:39:03 +0100] rev 40399
'example_proof' is treated as non-schematic statement with irrelevant proof (NB: even regular proofs can contain unreachable parts wrt. the graph of proof promises);
Sat, 06 Nov 2010 20:59:59 +0100 continue after failed commands;
wenzelm [Sat, 06 Nov 2010 20:59:59 +0100] rev 40398
continue after failed commands;
Sat, 06 Nov 2010 20:18:06 +0100 added Keyword.is_heading (cf. Scala version);
wenzelm [Sat, 06 Nov 2010 20:18:06 +0100] rev 40397
added Keyword.is_heading (cf. Scala version); tuned;
Sat, 06 Nov 2010 19:37:31 +0100 updated keywords;
wenzelm [Sat, 06 Nov 2010 19:37:31 +0100] rev 40396
updated keywords;
Sat, 06 Nov 2010 19:36:54 +0100 mark 'cd' and 'commit' as control command -- not usable in asynchronous document model, likely to cause confusion in Proof General;
wenzelm [Sat, 06 Nov 2010 19:36:54 +0100] rev 40395
mark 'cd' and 'commit' as control command -- not usable in asynchronous document model, likely to cause confusion in Proof General;
Sat, 06 Nov 2010 18:10:35 +0100 somewhat more uniform timing markup in ML vs. Scala;
wenzelm [Sat, 06 Nov 2010 18:10:35 +0100] rev 40394
somewhat more uniform timing markup in ML vs. Scala;
Sat, 06 Nov 2010 17:55:32 +0100 somewhat more uniform timing in ML vs. Scala;
wenzelm [Sat, 06 Nov 2010 17:55:32 +0100] rev 40393
somewhat more uniform timing in ML vs. Scala;
Sat, 06 Nov 2010 16:53:07 +0100 added Markup.Double, Markup.Double_Property;
wenzelm [Sat, 06 Nov 2010 16:53:07 +0100] rev 40392
added Markup.Double, Markup.Double_Property; tuned;
Sat, 06 Nov 2010 16:31:35 +0100 explicit "timing" status for toplevel transactions;
wenzelm [Sat, 06 Nov 2010 16:31:35 +0100] rev 40391
explicit "timing" status for toplevel transactions;
Sat, 06 Nov 2010 16:03:49 +0100 tuned;
wenzelm [Sat, 06 Nov 2010 16:03:49 +0100] rev 40390
tuned;
Sat, 06 Nov 2010 15:34:11 +0100 tuned comments;
wenzelm [Sat, 06 Nov 2010 15:34:11 +0100] rev 40389
tuned comments;
Sat, 06 Nov 2010 00:10:32 +0100 abolished obscure goal variant of [split_format] -- unused (cf. d1c14898fd04), unrelated to '(complete)' variant, and not at all canonical
krauss [Sat, 06 Nov 2010 00:10:32 +0100] rev 40388
abolished obscure goal variant of [split_format] -- unused (cf. d1c14898fd04), unrelated to '(complete)' variant, and not at all canonical
Fri, 05 Nov 2010 23:19:20 +0100 moved ISABELLE_IDENTIFIER from ISABELLE_OUTPUT further up to ISABELLE_HOME_USER;
wenzelm [Fri, 05 Nov 2010 23:19:20 +0100] rev 40387
moved ISABELLE_IDENTIFIER from ISABELLE_OUTPUT further up to ISABELLE_HOME_USER;
Fri, 05 Nov 2010 22:03:57 +0100 updated keywords;
wenzelm [Fri, 05 Nov 2010 22:03:57 +0100] rev 40386
updated keywords;
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip