Fri, 03 Jun 2016 22:27:01 +0200 support for .scala tools;
wenzelm [Fri, 03 Jun 2016 22:27:01 +0200] rev 63226
support for .scala tools;
Thu, 02 Jun 2016 17:47:47 +0200 move ennreal and ereal theorems from MFMC_Countable
hoelzl [Thu, 02 Jun 2016 17:47:47 +0200] rev 63225
move ennreal and ereal theorems from MFMC_Countable
Fri, 03 Jun 2016 14:11:11 +0200 more flexible build_selection;
wenzelm [Fri, 03 Jun 2016 14:11:11 +0200] rev 63224
more flexible build_selection;
Thu, 02 Jun 2016 17:05:40 +0200 clarified aliases (no warning for duplicates);
wenzelm [Thu, 02 Jun 2016 17:05:40 +0200] rev 63223
clarified aliases (no warning for duplicates);
Thu, 02 Jun 2016 16:49:44 +0200 eliminated pointless alias (no warning for duplicates);
wenzelm [Thu, 02 Jun 2016 16:49:44 +0200] rev 63222
eliminated pointless alias (no warning for duplicates);
Thu, 02 Jun 2016 16:23:10 +0200 avoid warnings on duplicate rules in the given list;
wenzelm [Thu, 02 Jun 2016 16:23:10 +0200] rev 63221
avoid warnings on duplicate rules in the given list;
Thu, 02 Jun 2016 15:52:45 +0200 avoid stateful operations in virtual bootstrap, which presumably causes occasional crash of drule.ML due to inner syntax pp;
wenzelm [Thu, 02 Jun 2016 15:52:45 +0200] rev 63220
avoid stateful operations in virtual bootstrap, which presumably causes occasional crash of drule.ML due to inner syntax pp;
Thu, 02 Jun 2016 08:34:23 +0200 Hid RBT.filter
Manuel Eberl <eberlm@in.tum.de> [Thu, 02 Jun 2016 08:34:23 +0200] rev 63219
Hid RBT.filter
Wed, 01 Jun 2016 22:35:51 +0200 proper ceil operation;
wenzelm [Wed, 01 Jun 2016 22:35:51 +0200] rev 63218
proper ceil operation;
Wed, 01 Jun 2016 21:31:08 +0200 tuned;
wenzelm [Wed, 01 Jun 2016 21:31:08 +0200] rev 63217
tuned;
Wed, 01 Jun 2016 21:26:39 +0200 isabelle components_checksum -u;
wenzelm [Wed, 01 Jun 2016 21:26:39 +0200] rev 63216
isabelle components_checksum -u;
Wed, 01 Jun 2016 21:24:51 +0200 more documentation;
wenzelm [Wed, 01 Jun 2016 21:24:51 +0200] rev 63215
more documentation;
Wed, 01 Jun 2016 20:59:16 +0200 updated to jdk-8u92;
wenzelm [Wed, 01 Jun 2016 20:59:16 +0200] rev 63214
updated to jdk-8u92;
Wed, 01 Jun 2016 19:54:31 +0200 merged
wenzelm [Wed, 01 Jun 2016 19:54:31 +0200] rev 63213
merged
Wed, 01 Jun 2016 19:54:26 +0200 NEWS;
wenzelm [Wed, 01 Jun 2016 19:54:26 +0200] rev 63212
NEWS;
Wed, 01 Jun 2016 19:23:18 +0200 more adhoc overloading;
wenzelm [Wed, 01 Jun 2016 19:23:18 +0200] rev 63211
more adhoc overloading; eliminated pointless Rat.eq: this is an equality type; tuned;
Wed, 01 Jun 2016 17:46:12 +0200 clarified exception -- actually reject denominator = 0;
wenzelm [Wed, 01 Jun 2016 17:46:12 +0200] rev 63210
clarified exception -- actually reject denominator = 0;
Wed, 01 Jun 2016 16:02:02 +0200 ML pp for Rat.rat;
wenzelm [Wed, 01 Jun 2016 16:02:02 +0200] rev 63209
ML pp for Rat.rat;
Wed, 01 Jun 2016 15:33:45 +0200 clarified string_of_rat operations;
wenzelm [Wed, 01 Jun 2016 15:33:45 +0200] rev 63208
clarified string_of_rat operations;
Wed, 01 Jun 2016 15:19:44 +0200 tuned signature;
wenzelm [Wed, 01 Jun 2016 15:19:44 +0200] rev 63207
tuned signature;
Wed, 01 Jun 2016 15:17:29 +0200 clarified signature;
wenzelm [Wed, 01 Jun 2016 15:17:29 +0200] rev 63206
clarified signature;
Wed, 01 Jun 2016 15:10:27 +0200 prefer rat numberals;
wenzelm [Wed, 01 Jun 2016 15:10:27 +0200] rev 63205
prefer rat numberals;
Wed, 01 Jun 2016 15:01:43 +0200 support rat numerals via special antiquotation syntax;
wenzelm [Wed, 01 Jun 2016 15:01:43 +0200] rev 63204
support rat numerals via special antiquotation syntax;
Wed, 01 Jun 2016 10:59:57 +0200 tuned signature;
wenzelm [Wed, 01 Jun 2016 10:59:57 +0200] rev 63203
tuned signature;
Wed, 01 Jun 2016 10:55:10 +0200 tuned;
wenzelm [Wed, 01 Jun 2016 10:55:10 +0200] rev 63202
tuned;
Wed, 01 Jun 2016 10:45:35 +0200 tuned signature;
wenzelm [Wed, 01 Jun 2016 10:45:35 +0200] rev 63201
tuned signature;
Tue, 31 May 2016 23:06:03 +0200 maintain invariant for exported operation;
wenzelm [Tue, 31 May 2016 23:06:03 +0200] rev 63200
maintain invariant for exported operation;
Tue, 31 May 2016 22:39:28 +0200 prefer more efficient Poly/ML operations, taking care of sign;
wenzelm [Tue, 31 May 2016 22:39:28 +0200] rev 63199
prefer more efficient Poly/ML operations, taking care of sign;
Tue, 31 May 2016 21:54:10 +0200 ad-hoc overloading for standard operations on type Rat.rat;
wenzelm [Tue, 31 May 2016 21:54:10 +0200] rev 63198
ad-hoc overloading for standard operations on type Rat.rat;
Tue, 31 May 2016 19:51:01 +0200 rat.ML is now part of Pure to allow tigther integration with Isabelle/ML;
wenzelm [Tue, 31 May 2016 19:51:01 +0200] rev 63197
rat.ML is now part of Pure to allow tigther integration with Isabelle/ML;
Wed, 01 Jun 2016 15:43:15 +0200 Merged
eberlm [Wed, 01 Jun 2016 15:43:15 +0200] rev 63196
Merged
Wed, 01 Jun 2016 13:48:34 +0200 Tuned code equations for mappings and PMFs
eberlm [Wed, 01 Jun 2016 13:48:34 +0200] rev 63195
Tuned code equations for mappings and PMFs
Tue, 31 May 2016 13:02:44 +0200 Added code generation for PMFs
eberlm [Tue, 31 May 2016 13:02:44 +0200] rev 63194
Added code generation for PMFs
Tue, 31 May 2016 21:06:46 +0200 merged
traytel [Tue, 31 May 2016 21:06:46 +0200] rev 63193
merged
Tue, 31 May 2016 14:56:51 +0200 moved lemma from afp
traytel [Tue, 31 May 2016 14:56:51 +0200] rev 63192
moved lemma from afp
Tue, 31 May 2016 18:31:33 +0200 ignore Maven build products
Lars Hupel <lars.hupel@mytum.de> [Tue, 31 May 2016 18:31:33 +0200] rev 63191
ignore Maven build products
Tue, 31 May 2016 12:24:43 +0200 added test
blanchet [Tue, 31 May 2016 12:24:43 +0200] rev 63190
added test
Tue, 31 May 2016 11:54:45 +0200 made parsing of monomorphic/polymorphic constants more robust
blanchet [Tue, 31 May 2016 11:54:45 +0200] rev 63189
made parsing of monomorphic/polymorphic constants more robust
Tue, 31 May 2016 10:53:11 +0200 more flexible parsing (towards type class support)
blanchet [Tue, 31 May 2016 10:53:11 +0200] rev 63188
more flexible parsing (towards type class support)
Tue, 31 May 2016 10:53:10 +0200 error message
blanchet [Tue, 31 May 2016 10:53:10 +0200] rev 63187
error message
Tue, 31 May 2016 11:45:34 +1000 allow multiple recursive methods to co-exist in order to support mutual recursion;
matichuk <daniel.matichuk@nicta.com.au> [Tue, 31 May 2016 11:45:34 +1000] rev 63186
allow multiple recursive methods to co-exist in order to support mutual recursion;
Mon, 30 May 2016 16:11:53 +1000 apply current morphism to method text before evaluating;
matichuk <daniel.matichuk@nicta.com.au> [Mon, 30 May 2016 16:11:53 +1000] rev 63185
apply current morphism to method text before evaluating;
Mon, 30 May 2016 20:58:54 +0200 merged
wenzelm [Mon, 30 May 2016 20:58:54 +0200] rev 63184
merged
Mon, 30 May 2016 20:58:16 +0200 tuned;
wenzelm [Mon, 30 May 2016 20:58:16 +0200] rev 63183
tuned;
Mon, 30 May 2016 14:15:44 +0200 allow 'for' fixes for multi_specs;
wenzelm [Mon, 30 May 2016 14:15:44 +0200] rev 63182
allow 'for' fixes for multi_specs;
Mon, 30 May 2016 11:44:41 +0200 unused;
wenzelm [Mon, 30 May 2016 11:44:41 +0200] rev 63181
unused;
Sun, 29 May 2016 15:40:25 +0200 clarified check_open_spec / read_open_spec;
wenzelm [Sun, 29 May 2016 15:40:25 +0200] rev 63180
clarified check_open_spec / read_open_spec; allow 'for' fixes in 'abbreviation', 'definition';
Sat, 28 May 2016 23:55:41 +0200 tuned;
wenzelm [Sat, 28 May 2016 23:55:41 +0200] rev 63179
tuned;
Sat, 28 May 2016 21:38:58 +0200 clarified 'axiomatization';
wenzelm [Sat, 28 May 2016 21:38:58 +0200] rev 63178
clarified 'axiomatization';
Sat, 28 May 2016 17:35:12 +0200 clarified axiomatization;
wenzelm [Sat, 28 May 2016 17:35:12 +0200] rev 63177
clarified axiomatization;
Sat, 28 May 2016 17:34:28 +0200 clarified axiomatization: proper variables (!);
wenzelm [Sat, 28 May 2016 17:34:28 +0200] rev 63176
clarified axiomatization: proper variables (!);
Sun, 29 May 2016 14:43:18 +0200 explicit check that abstract constructors cannot be part of official interface
haftmann [Sun, 29 May 2016 14:43:18 +0200] rev 63175
explicit check that abstract constructors cannot be part of official interface
Sun, 29 May 2016 14:43:17 +0200 do not export abstract constructors in code_reflect
haftmann [Sun, 29 May 2016 14:43:17 +0200] rev 63174
do not export abstract constructors in code_reflect
Sun, 29 May 2016 14:10:48 +0200 added subtheory of longest common prefix
nipkow [Sun, 29 May 2016 14:10:48 +0200] rev 63173
added subtheory of longest common prefix
Fri, 27 May 2016 23:58:24 +0200 tuned proofs;
wenzelm [Fri, 27 May 2016 23:58:24 +0200] rev 63172
tuned proofs;
Fri, 27 May 2016 23:35:13 +0200 tuned proofs;
wenzelm [Fri, 27 May 2016 23:35:13 +0200] rev 63171
tuned proofs;
Fri, 27 May 2016 20:23:55 +0200 tuned proofs, to allow unfold_abs_def;
wenzelm [Fri, 27 May 2016 20:23:55 +0200] rev 63170
tuned proofs, to allow unfold_abs_def;
Fri, 27 May 2016 20:13:06 +0200 clarified "unfold" operations;
wenzelm [Fri, 27 May 2016 20:13:06 +0200] rev 63169
clarified "unfold" operations;
Fri, 27 May 2016 12:53:14 +0200 tuned proof;
wenzelm [Fri, 27 May 2016 12:53:14 +0200] rev 63168
tuned proof;
Thu, 26 May 2016 17:51:22 +0200 isabelle update_cartouches -c -t;
wenzelm [Thu, 26 May 2016 17:51:22 +0200] rev 63167
isabelle update_cartouches -c -t;
Thu, 26 May 2016 16:57:14 +0200 tuned spelling;
wenzelm [Thu, 26 May 2016 16:57:14 +0200] rev 63166
tuned spelling;
Thu, 26 May 2016 15:31:04 +0200 examples and documentation for code generator time measurements
haftmann [Thu, 26 May 2016 15:31:04 +0200] rev 63165
examples and documentation for code generator time measurements
Thu, 26 May 2016 15:27:50 +0200 optional timing for code generator conversions
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63164
optional timing for code generator conversions
Thu, 26 May 2016 15:27:50 +0200 clarified internal interfaces
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63163
clarified internal interfaces
Thu, 26 May 2016 15:27:50 +0200 tuned
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63162
tuned
Thu, 26 May 2016 15:27:50 +0200 delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63161
delegate inclusion of required dictionaries to user-space instead of half-working magic
Thu, 26 May 2016 15:27:50 +0200 corrected closure scope of static_conv_thingol;
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63160
corrected closure scope of static_conv_thingol; clarified implementation and names
Thu, 26 May 2016 15:27:50 +0200 clarified proof context vs. background theory
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63159
clarified proof context vs. background theory
Thu, 26 May 2016 15:27:50 +0200 explicit quasi-global context for nbe conversions -- works around quasi-global type variable handling in lift_triv_classes_conv
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63158
explicit quasi-global context for nbe conversions -- works around quasi-global type variable handling in lift_triv_classes_conv
Thu, 26 May 2016 15:27:50 +0200 clarified naming conventions and code for code evaluation sandwiches
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63157
clarified naming conventions and code for code evaluation sandwiches
Thu, 26 May 2016 15:27:50 +0200 clarified names of variants
haftmann [Thu, 26 May 2016 15:27:50 +0200] rev 63156
clarified names of variants
Thu, 26 May 2016 09:05:00 +0200 added function "prefixes" and some lemmas
nipkow [Thu, 26 May 2016 09:05:00 +0200] rev 63155
added function "prefixes" and some lemmas
Wed, 25 May 2016 16:52:19 +0100 Merge
paulson <lp15@cam.ac.uk> [Wed, 25 May 2016 16:52:19 +0100] rev 63154
Merge
Wed, 25 May 2016 16:47:08 +0100 Merge
paulson <lp15@cam.ac.uk> [Wed, 25 May 2016 16:47:08 +0100] rev 63153
Merge
Wed, 25 May 2016 16:39:07 +0100 moved two theorems
paulson <lp15@cam.ac.uk> [Wed, 25 May 2016 16:39:07 +0100] rev 63152
moved two theorems
Wed, 25 May 2016 16:38:35 +0100 updated proof of Residue Theorem (form Wenda Li)
paulson <lp15@cam.ac.uk> [Wed, 25 May 2016 16:38:35 +0100] rev 63151
updated proof of Residue Theorem (form Wenda Li)
Wed, 25 May 2016 17:41:35 +0200 merged
nipkow [Wed, 25 May 2016 17:41:35 +0200] rev 63150
merged
Wed, 25 May 2016 17:40:56 +0200 renamed suffix(eq)
nipkow [Wed, 25 May 2016 17:40:56 +0200] rev 63149
renamed suffix(eq)
Wed, 25 May 2016 16:01:42 +0200 updated 'define';
wenzelm [Wed, 25 May 2016 16:01:42 +0200] rev 63148
updated 'define';
Wed, 25 May 2016 13:13:35 +0200 merged
wenzelm [Wed, 25 May 2016 13:13:35 +0200] rev 63147
merged
Wed, 25 May 2016 11:50:58 +0200 isabelle update_cartouches -c -t;
wenzelm [Wed, 25 May 2016 11:50:58 +0200] rev 63146
isabelle update_cartouches -c -t;
Wed, 25 May 2016 11:49:40 +0200 isabelle update_cartouches -c -t;
wenzelm [Wed, 25 May 2016 11:49:40 +0200] rev 63145
isabelle update_cartouches -c -t;
Wed, 25 May 2016 12:24:00 +0200 NEWS: Permutations of a set and randomised folds
eberlm [Wed, 25 May 2016 12:24:00 +0200] rev 63144
NEWS: Permutations of a set and randomised folds
Tue, 24 May 2016 22:46:23 +0200 new Isabelle component for CI infastructure
Lars Hupel <lars.hupel@mytum.de> [Tue, 24 May 2016 22:46:23 +0200] rev 63143
new Isabelle component for CI infastructure
Tue, 24 May 2016 19:42:47 +0200 merged
wenzelm [Tue, 24 May 2016 19:42:47 +0200] rev 63142
merged
Tue, 24 May 2016 17:51:09 +0200 recovered printing of DIM('a) (cf. 899c9c4e4a4c);
wenzelm [Tue, 24 May 2016 17:51:09 +0200] rev 63141
recovered printing of DIM('a) (cf. 899c9c4e4a4c);
Tue, 24 May 2016 16:24:20 +0200 updated;
wenzelm [Tue, 24 May 2016 16:24:20 +0200] rev 63140
updated;
Tue, 24 May 2016 16:13:59 +0200 simplified syntax;
wenzelm [Tue, 24 May 2016 16:13:59 +0200] rev 63139
simplified syntax;
Tue, 24 May 2016 16:03:03 +0200 clarified syntax category names according to Isabelle/ML/Scala;
wenzelm [Tue, 24 May 2016 16:03:03 +0200] rev 63138
clarified syntax category names according to Isabelle/ML/Scala;
Tue, 24 May 2016 15:53:16 +0200 simplified syntax: Parse.term corresponds to Args.term etc.;
wenzelm [Tue, 24 May 2016 15:53:16 +0200] rev 63137
simplified syntax: Parse.term corresponds to Args.term etc.;
Tue, 24 May 2016 15:24:32 +0200 clarified syntax categories;
wenzelm [Tue, 24 May 2016 15:24:32 +0200] rev 63136
clarified syntax categories;
Tue, 24 May 2016 15:16:57 +0200 cartouche abbreviations work both for " as well;
wenzelm [Tue, 24 May 2016 15:16:57 +0200] rev 63135
cartouche abbreviations work both for " as well;
Tue, 24 May 2016 18:48:01 +0200 Removed problematic code equation for set_permutations
eberlm [Tue, 24 May 2016 18:48:01 +0200] rev 63134
Removed problematic code equation for set_permutations
Tue, 24 May 2016 18:46:51 +0200 Backed out changeset 8230358fab88
eberlm [Tue, 24 May 2016 18:46:51 +0200] rev 63133
Backed out changeset 8230358fab88
Tue, 24 May 2016 17:42:14 +0200 Deleted problematic code equation in Codegenerator_Test
eberlm [Tue, 24 May 2016 17:42:14 +0200] rev 63132
Deleted problematic code equation in Codegenerator_Test
Tue, 24 May 2016 15:16:15 +0100 Merge
paulson <lp15@cam.ac.uk> [Tue, 24 May 2016 15:16:15 +0100] rev 63131
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip