Tue, 06 Nov 2012 15:12:31 +0100 always show timing for structured proofs
blanchet [Tue, 06 Nov 2012 15:12:31 +0100] rev 50019
always show timing for structured proofs
Tue, 06 Nov 2012 14:46:21 +0100 use implications rather than disjunctions to improve readability
blanchet [Tue, 06 Nov 2012 14:46:21 +0100] rev 50018
use implications rather than disjunctions to improve readability
Tue, 06 Nov 2012 13:47:51 +0100 avoid name clashes
blanchet [Tue, 06 Nov 2012 13:47:51 +0100] rev 50017
avoid name clashes
Tue, 06 Nov 2012 13:09:02 +0100 fixed more "Trueprop" issues
blanchet [Tue, 06 Nov 2012 13:09:02 +0100] rev 50016
fixed more "Trueprop" issues
Tue, 06 Nov 2012 12:38:45 +0100 removed needless sort
blanchet [Tue, 06 Nov 2012 12:38:45 +0100] rev 50015
removed needless sort
Tue, 06 Nov 2012 11:24:48 +0100 avoid double "Trueprop"s
blanchet [Tue, 06 Nov 2012 11:24:48 +0100] rev 50014
avoid double "Trueprop"s
Tue, 06 Nov 2012 11:20:56 +0100 use original formulas for hypotheses and conclusion to avoid mismatches
blanchet [Tue, 06 Nov 2012 11:20:56 +0100] rev 50013
use original formulas for hypotheses and conclusion to avoid mismatches
Tue, 06 Nov 2012 11:20:56 +0100 track formula roles in proofs and use that to determine whether the conjecture should be negated or not
blanchet [Tue, 06 Nov 2012 11:20:56 +0100] rev 50012
track formula roles in proofs and use that to determine whether the conjecture should be negated or not
Tue, 06 Nov 2012 11:20:56 +0100 correct parsing of E dependencies
blanchet [Tue, 06 Nov 2012 11:20:56 +0100] rev 50011
correct parsing of E dependencies
Tue, 06 Nov 2012 11:20:56 +0100 proper handling of assumptions arising from the goal's being expressed in rule format, for Isar proof construction
blanchet [Tue, 06 Nov 2012 11:20:56 +0100] rev 50010
proper handling of assumptions arising from the goal's being expressed in rule format, for Isar proof construction
Mon, 05 Nov 2012 11:40:51 +0100 tuned
nipkow [Mon, 05 Nov 2012 11:40:51 +0100] rev 50009
tuned
Sun, 04 Nov 2012 18:41:27 +0100 code for while directly, not via while_option
nipkow [Sun, 04 Nov 2012 18:41:27 +0100] rev 50008
code for while directly, not via while_option
Sun, 04 Nov 2012 18:38:18 +0100 executable true liveness analysis incl an approximating version
nipkow [Sun, 04 Nov 2012 18:38:18 +0100] rev 50007
executable true liveness analysis incl an approximating version
Sun, 04 Nov 2012 17:36:26 +0100 now that sets are executable again, no more special treatment of variable sets
nipkow [Sun, 04 Nov 2012 17:36:26 +0100] rev 50006
now that sets are executable again, no more special treatment of variable sets
Fri, 02 Nov 2012 16:16:48 +0100 handle non-unit clauses gracefully
blanchet [Fri, 02 Nov 2012 16:16:48 +0100] rev 50005
handle non-unit clauses gracefully
Fri, 02 Nov 2012 16:16:48 +0100 several improvements to Isar proof reconstruction, by Steffen Smolka (step merging in case splits, time measurements, etc.)
blanchet [Fri, 02 Nov 2012 16:16:48 +0100] rev 50004
several improvements to Isar proof reconstruction, by Steffen Smolka (step merging in case splits, time measurements, etc.)
Fri, 02 Nov 2012 14:23:54 +0100 use measurability prover
hoelzl [Fri, 02 Nov 2012 14:23:54 +0100] rev 50003
use measurability prover
Fri, 02 Nov 2012 14:23:40 +0100 add measurability prover; add support for Borel sets
hoelzl [Fri, 02 Nov 2012 14:23:40 +0100] rev 50002
add measurability prover; add support for Borel sets
Fri, 02 Nov 2012 14:00:39 +0100 add syntax and a.e.-rules for (conditional) probability on predicates
hoelzl [Fri, 02 Nov 2012 14:00:39 +0100] rev 50001
add syntax and a.e.-rules for (conditional) probability on predicates
Fri, 02 Nov 2012 14:00:39 +0100 infinite product measure is invariant under adding prefixes
hoelzl [Fri, 02 Nov 2012 14:00:39 +0100] rev 50000
infinite product measure is invariant under adding prefixes
Fri, 02 Nov 2012 14:00:39 +0100 for the product measure it is enough if only one measure is sigma-finite
hoelzl [Fri, 02 Nov 2012 14:00:39 +0100] rev 49999
for the product measure it is enough if only one measure is sigma-finite
Fri, 02 Nov 2012 12:00:51 +0100 Allow parentheses around left-hand sides of array associations
berghofe [Fri, 02 Nov 2012 12:00:51 +0100] rev 49998
Allow parentheses around left-hand sides of array associations
Thu, 01 Nov 2012 15:00:48 +0100 made MaSh more robust in the face of duplicate "nicknames" (which can happen e.g. if you have a lemma called foo(1) and another called foo_1 in the same theory)
blanchet [Thu, 01 Nov 2012 15:00:48 +0100] rev 49997
made MaSh more robust in the face of duplicate "nicknames" (which can happen e.g. if you have a lemma called foo(1) and another called foo_1 in the same theory)
Thu, 01 Nov 2012 13:32:57 +0100 regenerated SMT certificates
blanchet [Thu, 01 Nov 2012 13:32:57 +0100] rev 49996
regenerated SMT certificates
Thu, 01 Nov 2012 11:34:00 +0100 regenerated "SMT_Examples" certificates after soft-timeout change + removed a few needless oracles
blanchet [Thu, 01 Nov 2012 11:34:00 +0100] rev 49995
regenerated "SMT_Examples" certificates after soft-timeout change + removed a few needless oracles
Wed, 31 Oct 2012 11:23:21 +0100 fixed bool vs. prop mismatch
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49994
fixed bool vs. prop mismatch
Wed, 31 Oct 2012 11:23:21 +0100 removed "refute" command from Isar manual, now that it has been moved outside "Main"
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49993
removed "refute" command from Isar manual, now that it has been moved outside "Main"
Wed, 31 Oct 2012 11:23:21 +0100 repaired "Mutabelle" after Refute move
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49992
repaired "Mutabelle" after Refute move
Wed, 31 Oct 2012 11:23:21 +0100 less verbose -- the warning will reach the users anyway by other means
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49991
less verbose -- the warning will reach the users anyway by other means
Wed, 31 Oct 2012 11:23:21 +0100 tuned messages
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49990
tuned messages
Wed, 31 Oct 2012 11:23:21 +0100 moved "SAT" before "FunDef" and moved back all SAT-related ML files to where they belong
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49989
moved "SAT" before "FunDef" and moved back all SAT-related ML files to where they belong
Wed, 31 Oct 2012 11:23:21 +0100 fixes related to Refute's move
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49988
fixes related to Refute's move
Wed, 31 Oct 2012 11:23:21 +0100 added a timeout around script that relies on the network
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49987
added a timeout around script that relies on the network
Wed, 31 Oct 2012 11:23:21 +0100 took out "using only ..." comments in Sledgehammer generated metis/smt calls, until these can be generated soundly
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49986
took out "using only ..." comments in Sledgehammer generated metis/smt calls, until these can be generated soundly
Wed, 31 Oct 2012 11:23:21 +0100 moved Refute to "HOL/Library" to speed up building "Main" even more
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49985
moved Refute to "HOL/Library" to speed up building "Main" even more
Wed, 31 Oct 2012 11:23:21 +0100 tuning
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49984
tuning
Wed, 31 Oct 2012 11:23:21 +0100 use metaquantification when possible in Isar proofs
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49983
use metaquantification when possible in Isar proofs
Wed, 31 Oct 2012 11:23:21 +0100 tuned code
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49982
tuned code
Wed, 31 Oct 2012 11:23:21 +0100 tuning
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49981
tuning
Wed, 31 Oct 2012 11:23:21 +0100 soft SMT timeout
blanchet [Wed, 31 Oct 2012 11:23:21 +0100] rev 49980
soft SMT timeout
Sun, 28 Oct 2012 02:22:39 +0000 added function store_termination_rule to the signature, as it is used in Nominal2
Christian Urban <urbanc@in.tum.de> [Sun, 28 Oct 2012 02:22:39 +0000] rev 49979
added function store_termination_rule to the signature, as it is used in Nominal2
Sat, 27 Oct 2012 20:59:50 +0200 longer log, to accomodate final status line of isabelle build;
wenzelm [Sat, 27 Oct 2012 20:59:50 +0200] rev 49978
longer log, to accomodate final status line of isabelle build;
Wed, 24 Oct 2012 18:43:25 +0200 transfer package: error message if preprocessing goal to object-logic formula fails
huffman [Wed, 24 Oct 2012 18:43:25 +0200] rev 49977
transfer package: error message if preprocessing goal to object-logic formula fails
Wed, 24 Oct 2012 18:43:25 +0200 transfer package: add test to prevent trying to make cterms from open terms
huffman [Wed, 24 Oct 2012 18:43:25 +0200] rev 49976
transfer package: add test to prevent trying to make cterms from open terms
Wed, 24 Oct 2012 18:43:25 +0200 transfer package: more flexible handling of equality relations using is_equality predicate
huffman [Wed, 24 Oct 2012 18:43:25 +0200] rev 49975
transfer package: more flexible handling of equality relations using is_equality predicate
Wed, 24 Oct 2012 17:40:56 +0200 ensured that rewr_conv rule t = "t == u" literally not just modulo beta-eta
nipkow [Wed, 24 Oct 2012 17:40:56 +0200] rev 49974
ensured that rewr_conv rule t = "t == u" literally not just modulo beta-eta
Mon, 22 Oct 2012 22:47:14 +0200 new theorems
kuncar [Mon, 22 Oct 2012 22:47:14 +0200] rev 49973
new theorems
Mon, 22 Oct 2012 22:24:34 +0200 incorporated constant chars into instantiation proof for enum;
haftmann [Mon, 22 Oct 2012 22:24:34 +0200] rev 49972
incorporated constant chars into instantiation proof for enum; tuned proofs for properties on enum of chars; swapped theory dependency of Enum.thy and String.thy
Mon, 22 Oct 2012 19:02:36 +0200 close code theorems explicitly after preprocessing
haftmann [Mon, 22 Oct 2012 19:02:36 +0200] rev 49971
close code theorems explicitly after preprocessing
Mon, 22 Oct 2012 17:09:49 +0200 tuned proofs;
wenzelm [Mon, 22 Oct 2012 17:09:49 +0200] rev 49970
tuned proofs;
Mon, 22 Oct 2012 16:27:55 +0200 further attempts to cope with large files via option jedit_text_overview_limit;
wenzelm [Mon, 22 Oct 2012 16:27:55 +0200] rev 49969
further attempts to cope with large files via option jedit_text_overview_limit;
Mon, 22 Oct 2012 14:52:38 +0200 more detailed Prover IDE NEWS;
wenzelm [Mon, 22 Oct 2012 14:52:38 +0200] rev 49968
more detailed Prover IDE NEWS;
Sun, 21 Oct 2012 22:32:22 +0200 recovered explicit error message, which was lost in b8570ea1ce25;
wenzelm [Sun, 21 Oct 2012 22:32:22 +0200] rev 49967
recovered explicit error message, which was lost in b8570ea1ce25;
Sun, 21 Oct 2012 22:31:39 +0200 removed dead code;
wenzelm [Sun, 21 Oct 2012 22:31:39 +0200] rev 49966
removed dead code;
Sun, 21 Oct 2012 22:12:22 +0200 proper signatures;
wenzelm [Sun, 21 Oct 2012 22:12:22 +0200] rev 49965
proper signatures;
Sun, 21 Oct 2012 22:11:38 +0200 tuned;
wenzelm [Sun, 21 Oct 2012 22:11:38 +0200] rev 49964
tuned;
Sun, 21 Oct 2012 17:04:13 +0200 merged
webertj [Sun, 21 Oct 2012 17:04:13 +0200] rev 49963
merged
Fri, 19 Oct 2012 15:12:52 +0200 Renamed {left,right}_distrib to distrib_{right,left}.
webertj [Fri, 19 Oct 2012 15:12:52 +0200] rev 49962
Renamed {left,right}_distrib to distrib_{right,left}.
Fri, 19 Oct 2012 10:46:42 +0200 Tuned.
webertj [Fri, 19 Oct 2012 10:46:42 +0200] rev 49961
Tuned.
Sun, 21 Oct 2012 16:43:08 +0200 more conventional argument order;
haftmann [Sun, 21 Oct 2012 16:43:08 +0200] rev 49960
more conventional argument order; dropped dead code
Sun, 21 Oct 2012 08:39:41 +0200 another refinement in the comprehension conversion
bulwahn [Sun, 21 Oct 2012 08:39:41 +0200] rev 49959
another refinement in the comprehension conversion
Sun, 21 Oct 2012 05:24:59 +0200 refined simplifier call in comprehension_conv
bulwahn [Sun, 21 Oct 2012 05:24:59 +0200] rev 49958
refined simplifier call in comprehension_conv
Sun, 21 Oct 2012 05:24:56 +0200 passing around the simpset instead of the context; rewriting tactics to avoid the 'renamed bound variable' warnings in nested simplifier calls
bulwahn [Sun, 21 Oct 2012 05:24:56 +0200] rev 49957
passing around the simpset instead of the context; rewriting tactics to avoid the 'renamed bound variable' warnings in nested simplifier calls
Sat, 20 Oct 2012 17:40:51 +0200 avoid STIX font, which tends to render badly;
wenzelm [Sat, 20 Oct 2012 17:40:51 +0200] rev 49956
avoid STIX font, which tends to render badly;
Sat, 20 Oct 2012 17:15:40 +0200 extra jar for scala-2.10.0-RC1;
wenzelm [Sat, 20 Oct 2012 17:15:40 +0200] rev 49955
extra jar for scala-2.10.0-RC1;
Sat, 20 Oct 2012 15:46:48 +0200 more explicit auxiliary classes to avoid warning "reflective access of structural type member method" of scala-2.10.0-RC1;
wenzelm [Sat, 20 Oct 2012 15:46:48 +0200] rev 49954
more explicit auxiliary classes to avoid warning "reflective access of structural type member method" of scala-2.10.0-RC1;
Sat, 20 Oct 2012 15:45:40 +0200 avoid duplicate build of jars_fresh;
wenzelm [Sat, 20 Oct 2012 15:45:40 +0200] rev 49953
avoid duplicate build of jars_fresh;
Sat, 20 Oct 2012 12:01:20 +0200 obsolete, cf. README_REPOSITORY;
wenzelm [Sat, 20 Oct 2012 12:01:20 +0200] rev 49952
obsolete, cf. README_REPOSITORY;
Sat, 20 Oct 2012 12:00:48 +0200 accomodate scala-2.10.0-RC1;
wenzelm [Sat, 20 Oct 2012 12:00:48 +0200] rev 49951
accomodate scala-2.10.0-RC1;
Sat, 20 Oct 2012 10:00:21 +0200 tailored enum specification towards simple instantiation;
haftmann [Sat, 20 Oct 2012 10:00:21 +0200] rev 49950
tailored enum specification towards simple instantiation; tuned enum instantiations
Sat, 20 Oct 2012 10:00:21 +0200 refined internal structure of Enum.thy
haftmann [Sat, 20 Oct 2012 10:00:21 +0200] rev 49949
refined internal structure of Enum.thy
Sat, 20 Oct 2012 09:12:16 +0200 moved quite generic material from theory Enum to more appropriate places
haftmann [Sat, 20 Oct 2012 09:12:16 +0200] rev 49948
moved quite generic material from theory Enum to more appropriate places
Sat, 20 Oct 2012 09:09:37 +0200 adding another test case for the set_comprehension_simproc to the theory in HOL/ex
bulwahn [Sat, 20 Oct 2012 09:09:37 +0200] rev 49947
adding another test case for the set_comprehension_simproc to the theory in HOL/ex
Sat, 20 Oct 2012 09:09:35 +0200 improving tactic in setcomprehension_simproc
bulwahn [Sat, 20 Oct 2012 09:09:35 +0200] rev 49946
improving tactic in setcomprehension_simproc
Sat, 20 Oct 2012 09:09:34 +0200 adjusting proofs
bulwahn [Sat, 20 Oct 2012 09:09:34 +0200] rev 49945
adjusting proofs
Sat, 20 Oct 2012 09:09:33 +0200 tuned tactic in set_comprehension_pointfree simproc to handle composition of negation and vimage
bulwahn [Sat, 20 Oct 2012 09:09:33 +0200] rev 49944
tuned tactic in set_comprehension_pointfree simproc to handle composition of negation and vimage
Sat, 20 Oct 2012 09:09:32 +0200 passing names and types of all bounds around in the simproc
bulwahn [Sat, 20 Oct 2012 09:09:32 +0200] rev 49943
passing names and types of all bounds around in the simproc
Thu, 18 Oct 2012 10:06:27 +0200 locally inverting previously applied simplifications with ex_simps in set_comprehension_pointfree
bulwahn [Thu, 18 Oct 2012 10:06:27 +0200] rev 49942
locally inverting previously applied simplifications with ex_simps in set_comprehension_pointfree
Fri, 19 Oct 2012 21:52:45 +0200 more precise pixel_range: avoid popup when pointing into empty space after actual end-of-line;
wenzelm [Fri, 19 Oct 2012 21:52:45 +0200] rev 49941
more precise pixel_range: avoid popup when pointing into empty space after actual end-of-line;
Fri, 19 Oct 2012 21:19:06 +0200 merged
wenzelm [Fri, 19 Oct 2012 21:19:06 +0200] rev 49940
merged
Fri, 19 Oct 2012 17:54:16 +0200 don't include Quotient_Option - workaround to a transfer bug
kuncar [Fri, 19 Oct 2012 17:54:16 +0200] rev 49939
don't include Quotient_Option - workaround to a transfer bug
Fri, 19 Oct 2012 21:18:34 +0200 ignore old stuff and thus speed up the script greatly;
wenzelm [Fri, 19 Oct 2012 21:18:34 +0200] rev 49938
ignore old stuff and thus speed up the script greatly;
Fri, 19 Oct 2012 20:15:14 +0200 proper find -mtime (file data) instead of -ctime (meta data);
wenzelm [Fri, 19 Oct 2012 20:15:14 +0200] rev 49937
proper find -mtime (file data) instead of -ctime (meta data);
Fri, 19 Oct 2012 17:52:21 +0200 made SML/NJ happy;
wenzelm [Fri, 19 Oct 2012 17:52:21 +0200] rev 49936
made SML/NJ happy;
Fri, 19 Oct 2012 12:08:13 +0200 clarified Future.map (again): finished value is mapped in-place, which saves task structures and changes error behaviour slightly (tolerance against canceled group of old value etc.);
wenzelm [Fri, 19 Oct 2012 12:08:13 +0200] rev 49935
clarified Future.map (again): finished value is mapped in-place, which saves task structures and changes error behaviour slightly (tolerance against canceled group of old value etc.);
Thu, 18 Oct 2012 20:59:46 +0200 back to polyml-5.4.1 (cf. b3110dec1a32) -- no cause of spurious interrupts;
wenzelm [Thu, 18 Oct 2012 20:59:46 +0200] rev 49934
back to polyml-5.4.1 (cf. b3110dec1a32) -- no cause of spurious interrupts;
Thu, 18 Oct 2012 20:45:15 +0200 merged
wenzelm [Thu, 18 Oct 2012 20:45:15 +0200] rev 49933
merged
Thu, 18 Oct 2012 20:00:45 +0200 back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
wenzelm [Thu, 18 Oct 2012 20:00:45 +0200] rev 49932
back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
Thu, 18 Oct 2012 19:58:30 +0200 more basic Goal.reset_futures as snapshot of implicit state;
wenzelm [Thu, 18 Oct 2012 19:58:30 +0200] rev 49931
more basic Goal.reset_futures as snapshot of implicit state; more robust Session.finish_futures: do not cancel here, to allow later Future.map of persistent futures (notably proof terms);
Thu, 18 Oct 2012 19:12:58 +0200 tuned proof;
wenzelm [Thu, 18 Oct 2012 19:12:58 +0200] rev 49930
tuned proof;
Thu, 18 Oct 2012 15:52:33 +0200 update RBT_Mapping, AList_Mapping and Mapping to use lifting/transfer
kuncar [Thu, 18 Oct 2012 15:52:33 +0200] rev 49929
update RBT_Mapping, AList_Mapping and Mapping to use lifting/transfer
Thu, 18 Oct 2012 15:52:32 +0200 tuned proofs
kuncar [Thu, 18 Oct 2012 15:52:32 +0200] rev 49928
tuned proofs
Thu, 18 Oct 2012 15:52:31 +0200 new theorem
kuncar [Thu, 18 Oct 2012 15:52:31 +0200] rev 49927
new theorem
Thu, 18 Oct 2012 15:47:01 +0200 merged
wenzelm [Thu, 18 Oct 2012 15:47:01 +0200] rev 49926
merged
Thu, 18 Oct 2012 15:44:14 +0200 merged
wenzelm [Thu, 18 Oct 2012 15:44:14 +0200] rev 49925
merged
Thu, 18 Oct 2012 15:28:49 +0200 merged
wenzelm [Thu, 18 Oct 2012 15:28:49 +0200] rev 49924
merged
Thu, 18 Oct 2012 15:16:39 +0200 merged
wenzelm [Thu, 18 Oct 2012 15:16:39 +0200] rev 49923
merged
Thu, 18 Oct 2012 15:15:08 +0200 fixed proof (cf. a81f95693c68);
wenzelm [Thu, 18 Oct 2012 15:15:08 +0200] rev 49922
fixed proof (cf. a81f95693c68);
Thu, 18 Oct 2012 15:41:15 +0200 tuned Isar output
blanchet [Thu, 18 Oct 2012 15:41:15 +0200] rev 49921
tuned Isar output
Thu, 18 Oct 2012 15:40:02 +0200 tuned
nipkow [Thu, 18 Oct 2012 15:40:02 +0200] rev 49920
tuned
Thu, 18 Oct 2012 15:10:49 +0200 updated docs
blanchet [Thu, 18 Oct 2012 15:10:49 +0200] rev 49919
updated docs
Thu, 18 Oct 2012 15:05:17 +0200 renamed Isar-proof related options + changed semantics of Isar shrinking
blanchet [Thu, 18 Oct 2012 15:05:17 +0200] rev 49918
renamed Isar-proof related options + changed semantics of Isar shrinking
Thu, 18 Oct 2012 14:26:45 +0200 tuning
blanchet [Thu, 18 Oct 2012 14:26:45 +0200] rev 49917
tuning
Thu, 18 Oct 2012 13:46:24 +0200 fixed theorem lookup code in Isar proof reconstruction
blanchet [Thu, 18 Oct 2012 13:46:24 +0200] rev 49916
fixed theorem lookup code in Isar proof reconstruction
Thu, 18 Oct 2012 13:37:53 +0200 tuning
blanchet [Thu, 18 Oct 2012 13:37:53 +0200] rev 49915
tuning
Thu, 18 Oct 2012 13:19:44 +0200 refactor code
blanchet [Thu, 18 Oct 2012 13:19:44 +0200] rev 49914
refactor code
Thu, 18 Oct 2012 11:59:45 +0200 tuning
blanchet [Thu, 18 Oct 2012 11:59:45 +0200] rev 49913
tuning
Thu, 18 Oct 2012 14:15:46 +0200 more robust future_proof result with specific error message (e.g. relevant for incomplete proof of non-registered theorem);
wenzelm [Thu, 18 Oct 2012 14:15:46 +0200] rev 49912
more robust future_proof result with specific error message (e.g. relevant for incomplete proof of non-registered theorem);
Thu, 18 Oct 2012 13:57:27 +0200 collective errors from use_thys and Session.finish/Goal.finish_futures -- avoid uninformative interrupts stemming from failure of goal forks that are not registered in the theory (e.g. unnamed theorems);
wenzelm [Thu, 18 Oct 2012 13:57:27 +0200] rev 49911
collective errors from use_thys and Session.finish/Goal.finish_futures -- avoid uninformative interrupts stemming from failure of goal forks that are not registered in the theory (e.g. unnamed theorems);
Thu, 18 Oct 2012 13:53:02 +0200 more uniform group for map_future, which is relevant for cancel in worker_task vs. future_job -- prefer peer group despite 81d03a29980c;
wenzelm [Thu, 18 Oct 2012 13:53:02 +0200] rev 49910
more uniform group for map_future, which is relevant for cancel in worker_task vs. future_job -- prefer peer group despite 81d03a29980c;
Thu, 18 Oct 2012 13:26:49 +0200 tuned message;
wenzelm [Thu, 18 Oct 2012 13:26:49 +0200] rev 49909
tuned message;
Thu, 18 Oct 2012 12:47:30 +0200 tuned comment;
wenzelm [Thu, 18 Oct 2012 12:47:30 +0200] rev 49908
tuned comment;
Thu, 18 Oct 2012 12:26:30 +0200 avoid spurious "bad" markup for show/test_proof;
wenzelm [Thu, 18 Oct 2012 12:26:30 +0200] rev 49907
avoid spurious "bad" markup for show/test_proof; tuned;
Thu, 18 Oct 2012 12:00:27 +0200 more official Future.terminate;
wenzelm [Thu, 18 Oct 2012 12:00:27 +0200] rev 49906
more official Future.terminate; tuned signature;
Thu, 18 Oct 2012 09:19:37 +0200 simp results for simplification results of Inf/Sup expressions on bool;
haftmann [Thu, 18 Oct 2012 09:19:37 +0200] rev 49905
simp results for simplification results of Inf/Sup expressions on bool; tuned proofs
Thu, 18 Oct 2012 09:17:00 +0200 no sort constraints on datatype constructors in internal bookkeeping
haftmann [Thu, 18 Oct 2012 09:17:00 +0200] rev 49904
no sort constraints on datatype constructors in internal bookkeeping
Wed, 17 Oct 2012 22:57:28 +0200 HOL-BNF-Examples is sequential for now, due to spurious interrupts (again);
wenzelm [Wed, 17 Oct 2012 22:57:28 +0200] rev 49903
HOL-BNF-Examples is sequential for now, due to spurious interrupts (again);
Wed, 17 Oct 2012 22:45:40 +0200 merged
wenzelm [Wed, 17 Oct 2012 22:45:40 +0200] rev 49902
merged
Wed, 17 Oct 2012 15:25:52 +0200 comprehension conversion reuses suggested names for bound variables instead of invented fresh ones; tuned tactic
bulwahn [Wed, 17 Oct 2012 15:25:52 +0200] rev 49901
comprehension conversion reuses suggested names for bound variables instead of invented fresh ones; tuned tactic
Wed, 17 Oct 2012 14:13:57 +0200 checking for bound variables in the set expression; handling negation more generally
bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49900
checking for bound variables in the set expression; handling negation more generally
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip