Fri, 24 May 2013 23:57:24 +0200 dedicated module for code symbol data
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52136
dedicated module for code symbol data
Fri, 24 May 2013 23:57:24 +0200 symbol data covers class relations also
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52135
symbol data covers class relations also
Fri, 24 May 2013 22:07:01 +0200 merged
wenzelm [Fri, 24 May 2013 22:07:01 +0200] rev 52134
merged
Fri, 24 May 2013 17:14:06 +0200 proper internal error, not user error;
wenzelm [Fri, 24 May 2013 17:14:06 +0200] rev 52133
proper internal error, not user error;
Fri, 24 May 2013 17:04:04 +0200 tuned;
wenzelm [Fri, 24 May 2013 17:04:04 +0200] rev 52132
tuned;
Fri, 24 May 2013 17:00:46 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 17:00:46 +0200] rev 52131
tuned signature;
Fri, 24 May 2013 16:42:57 +0200 tuned;
wenzelm [Fri, 24 May 2013 16:42:57 +0200] rev 52130
tuned;
Fri, 24 May 2013 15:32:02 +0200 unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
wenzelm [Fri, 24 May 2013 15:32:02 +0200] rev 52129
unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
Fri, 24 May 2013 15:13:25 +0200 tuned signature -- slightly more general operations (cf. term.ML);
wenzelm [Fri, 24 May 2013 15:13:25 +0200] rev 52128
tuned signature -- slightly more general operations (cf. term.ML);
Fri, 24 May 2013 14:31:44 +0200 re-use Pattern.unify_types, including its trace_unify_fail option;
wenzelm [Fri, 24 May 2013 14:31:44 +0200] rev 52127
re-use Pattern.unify_types, including its trace_unify_fail option;
Fri, 24 May 2013 14:00:10 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 14:00:10 +0200] rev 52126
tuned signature; tuned comments;
Fri, 24 May 2013 16:43:37 +0200 improved handling of free variables' types in Isar proofs
blanchet [Fri, 24 May 2013 16:43:37 +0200] rev 52125
improved handling of free variables' types in Isar proofs
Fri, 24 May 2013 11:08:25 +0200 pass noninteractive flag -- necessary to run under CASC's "runsolver" program
blanchet [Fri, 24 May 2013 11:08:25 +0200] rev 52124
pass noninteractive flag -- necessary to run under CASC's "runsolver" program
Fri, 24 May 2013 11:08:22 +0200 untabify
blanchet [Fri, 24 May 2013 11:08:22 +0200] rev 52123
untabify
Thu, 23 May 2013 14:22:49 +0200 more lemmas for sorted_list_of_set
noschinl [Thu, 23 May 2013 14:22:49 +0200] rev 52122
more lemmas for sorted_list_of_set
Thu, 23 May 2013 13:51:21 +1000 prefer object equality
kleing [Thu, 23 May 2013 13:51:21 +1000] rev 52121
prefer object equality
Thu, 23 May 2013 11:39:40 +1000 slightly clearer formulation
kleing [Thu, 23 May 2013 11:39:40 +1000] rev 52120
slightly clearer formulation
Wed, 22 May 2013 22:56:17 +0200 interpretation must always operate on the last element in a local theory stack, not on all elements: interpretated facts must disappear after pop from local theory stack, and transfer from last target is not enough
haftmann [Wed, 22 May 2013 22:56:17 +0200] rev 52119
interpretation must always operate on the last element in a local theory stack, not on all elements: interpretated facts must disappear after pop from local theory stack, and transfer from last target is not enough
Wed, 22 May 2013 22:56:17 +0200 mark local theory as brittle also after interpretation inside locales;
haftmann [Wed, 22 May 2013 22:56:17 +0200] rev 52118
mark local theory as brittle also after interpretation inside locales; more correct bookkeeping on brittleness: must store directly beside lthy data, with implicit default true for levels > 1; check brittleness only during context switch using (in ...) syntax, not for arbitrary exit of local theory
Wed, 22 May 2013 19:44:51 +0200 merged
wenzelm [Wed, 22 May 2013 19:44:51 +0200] rev 52117
merged
Wed, 22 May 2013 18:10:54 +0200 added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
wenzelm [Wed, 22 May 2013 18:10:54 +0200] rev 52116
added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
Wed, 22 May 2013 16:47:48 +0200 tuned signature;
wenzelm [Wed, 22 May 2013 16:47:48 +0200] rev 52115
tuned signature;
Wed, 22 May 2013 16:42:13 +0200 more informative Build.build_results;
wenzelm [Wed, 22 May 2013 16:42:13 +0200] rev 52114
more informative Build.build_results; tuned;
Wed, 22 May 2013 16:13:52 +0200 stop protocol handlers as well;
wenzelm [Wed, 22 May 2013 16:13:52 +0200] rev 52113
stop protocol handlers as well;
Wed, 22 May 2013 16:01:08 +0200 more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
wenzelm [Wed, 22 May 2013 16:01:08 +0200] rev 52112
more robust command line -- accomodate /bin/kill on recent Linux (e.g. Xubuntu 13.04):
Wed, 22 May 2013 14:10:45 +0200 explicit management of Session.Protocol_Handlers, with protocol state and functions;
wenzelm [Wed, 22 May 2013 14:10:45 +0200] rev 52111
explicit management of Session.Protocol_Handlers, with protocol state and functions; more self-contained ML/Scala module Invoke_Scala;
Wed, 22 May 2013 12:39:09 +0200 prevent pretty printer from automatically annotating numerals
smolkas [Wed, 22 May 2013 12:39:09 +0200] rev 52110
prevent pretty printer from automatically annotating numerals
Wed, 22 May 2013 12:39:07 +0200 tuned
smolkas [Wed, 22 May 2013 12:39:07 +0200] rev 52109
tuned
Wed, 22 May 2013 08:46:39 +0200 simplified example and proof
nipkow [Wed, 22 May 2013 08:46:39 +0200] rev 52108
simplified example and proof
Wed, 22 May 2013 00:30:36 +0200 tuned
nipkow [Wed, 22 May 2013 00:30:36 +0200] rev 52107
tuned
Tue, 21 May 2013 21:05:10 +0200 tuned messages;
wenzelm [Tue, 21 May 2013 21:05:10 +0200] rev 52106
tuned messages;
Tue, 21 May 2013 18:03:36 +0200 proper options;
wenzelm [Tue, 21 May 2013 18:03:36 +0200] rev 52105
proper options; tuned;
Tue, 21 May 2013 17:55:28 +0200 proper options;
wenzelm [Tue, 21 May 2013 17:55:28 +0200] rev 52104
proper options;
Tue, 21 May 2013 17:45:53 +0200 more markup;
wenzelm [Tue, 21 May 2013 17:45:53 +0200] rev 52103
more markup;
Tue, 21 May 2013 16:51:16 +0200 tuned;
wenzelm [Tue, 21 May 2013 16:51:16 +0200] rev 52102
tuned;
Tue, 21 May 2013 16:47:18 +0200 less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
wenzelm [Tue, 21 May 2013 16:47:18 +0200] rev 52101
less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
Tue, 21 May 2013 13:22:47 +0200 proper context;
wenzelm [Tue, 21 May 2013 13:22:47 +0200] rev 52100
proper context;
Tue, 21 May 2013 12:03:05 +0200 make SML/NJ happy;
wenzelm [Tue, 21 May 2013 12:03:05 +0200] rev 52099
make SML/NJ happy;
Tue, 21 May 2013 11:01:14 +0200 added CASC-related files, to keep a public record of the Isabelle submission at the competition
blanchet [Tue, 21 May 2013 11:01:14 +0200] rev 52098
added CASC-related files, to keep a public record of the Isabelle submission at the competition
Tue, 21 May 2013 09:02:58 +0200 disabled choice in Satallax
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52097
disabled choice in Satallax
Tue, 21 May 2013 09:02:58 +0200 use HOL-TPTP image in TPTP tools (for less verbose and faster startup) and filter out some messages
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52096
use HOL-TPTP image in TPTP tools (for less verbose and faster startup) and filter out some messages
Tue, 21 May 2013 09:02:58 +0200 prefer compiled version of LEO-II and Satallax if available
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52095
prefer compiled version of LEO-II and Satallax if available
Tue, 21 May 2013 09:02:58 +0200 updated remote provers
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52094
updated remote provers
Tue, 21 May 2013 09:02:58 +0200 added compatibility alias
blanchet [Tue, 21 May 2013 09:02:58 +0200] rev 52093
added compatibility alias
Mon, 20 May 2013 20:54:11 +0200 merged
wenzelm [Mon, 20 May 2013 20:54:11 +0200] rev 52092
merged
Mon, 20 May 2013 20:49:10 +0200 more rigorous check of simplifier context;
wenzelm [Mon, 20 May 2013 20:49:10 +0200] rev 52091
more rigorous check of simplifier context; tuned;
Mon, 20 May 2013 20:47:33 +0200 proper context;
wenzelm [Mon, 20 May 2013 20:47:33 +0200] rev 52090
proper context;
Mon, 20 May 2013 18:38:28 +0200 proper context;
wenzelm [Mon, 20 May 2013 18:38:28 +0200] rev 52089
proper context;
Mon, 20 May 2013 18:37:35 +0200 proper run-time context;
wenzelm [Mon, 20 May 2013 18:37:35 +0200] rev 52088
proper run-time context;
Mon, 20 May 2013 17:14:39 +0200 more precise treatment of theory vs. Proof.context;
wenzelm [Mon, 20 May 2013 17:14:39 +0200] rev 52087
more precise treatment of theory vs. Proof.context;
Mon, 20 May 2013 17:11:17 +0200 proper run-time context;
wenzelm [Mon, 20 May 2013 17:11:17 +0200] rev 52086
proper run-time context;
Mon, 20 May 2013 17:10:33 +0200 tuned;
wenzelm [Mon, 20 May 2013 17:10:33 +0200] rev 52085
tuned;
Mon, 20 May 2013 16:17:56 +0200 more explicit Session.update_options as source of Global_Options event;
wenzelm [Mon, 20 May 2013 16:17:56 +0200] rev 52084
more explicit Session.update_options as source of Global_Options event;
Mon, 20 May 2013 15:42:14 +0200 even later Options.reset_default -- still needed for printing errors of Session.finish (e.g. via Command_Line.tool0);
wenzelm [Mon, 20 May 2013 15:42:14 +0200] rev 52083
even later Options.reset_default -- still needed for printing errors of Session.finish (e.g. via Command_Line.tool0);
Mon, 20 May 2013 14:04:21 +0200 tuned;
wenzelm [Mon, 20 May 2013 14:04:21 +0200] rev 52082
tuned;
Mon, 20 May 2013 13:54:24 +0200 discontinued odd workaround for scala-2.9.2, which is hopefully obsolete in scala-2.10.x;
wenzelm [Mon, 20 May 2013 13:54:24 +0200] rev 52081
discontinued odd workaround for scala-2.9.2, which is hopefully obsolete in scala-2.10.x;
Mon, 20 May 2013 13:38:48 +0200 reset options last -- other parts of the system may still need them;
wenzelm [Mon, 20 May 2013 13:38:48 +0200] rev 52080
reset options last -- other parts of the system may still need them;
Mon, 20 May 2013 13:29:45 +0200 tuned signature;
wenzelm [Mon, 20 May 2013 13:29:45 +0200] rev 52079
tuned signature;
Mon, 20 May 2013 16:12:33 +0200 updated Sledgehammer docs
blanchet [Mon, 20 May 2013 16:12:33 +0200] rev 52078
updated Sledgehammer docs
Mon, 20 May 2013 13:07:31 +0200 parse agsyHOL proofs (as unsat cores)
blanchet [Mon, 20 May 2013 13:07:31 +0200] rev 52077
parse agsyHOL proofs (as unsat cores)
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip