Fri, 15 Dec 2023 17:15:59 +0100 more zproofs;
wenzelm [Fri, 15 Dec 2023 17:15:59 +0100] rev 79265
more zproofs;
Thu, 14 Dec 2023 20:43:10 +0100 more operations: zterm ordering that follows fast_term_ord;
wenzelm [Thu, 14 Dec 2023 20:43:10 +0100] rev 79264
more operations: zterm ordering that follows fast_term_ord;
Thu, 14 Dec 2023 17:33:45 +0100 clarified signature;
wenzelm [Thu, 14 Dec 2023 17:33:45 +0100] rev 79263
clarified signature; clarified modules;
Thu, 14 Dec 2023 12:21:09 +0100 clarified modules;
wenzelm [Thu, 14 Dec 2023 12:21:09 +0100] rev 79262
clarified modules;
Wed, 13 Dec 2023 23:05:41 +0100 more zproofs;
wenzelm [Wed, 13 Dec 2023 23:05:41 +0100] rev 79261
more zproofs;
Wed, 13 Dec 2023 19:58:26 +0100 more zproofs, imitating existing proofs (which are a bit rough here);
wenzelm [Wed, 13 Dec 2023 19:58:26 +0100] rev 79260
more zproofs, imitating existing proofs (which are a bit rough here);
Wed, 13 Dec 2023 19:55:50 +0100 tuned signature;
wenzelm [Wed, 13 Dec 2023 19:55:50 +0100] rev 79259
tuned signature;
Wed, 13 Dec 2023 15:23:03 +0100 tuned whitespace;
wenzelm [Wed, 13 Dec 2023 15:23:03 +0100] rev 79258
tuned whitespace;
Wed, 13 Dec 2023 14:58:49 +0100 minor performance tuning;
wenzelm [Wed, 13 Dec 2023 14:58:49 +0100] rev 79257
minor performance tuning;
Mon, 11 Dec 2023 22:08:43 +0100 tuned comments (see also 476a239d3e0e and possibly 4b62e0cb3aa8);
wenzelm [Mon, 11 Dec 2023 22:08:43 +0100] rev 79256
tuned comments (see also 476a239d3e0e and possibly 4b62e0cb3aa8);
Mon, 11 Dec 2023 21:56:24 +0100 merged
wenzelm [Mon, 11 Dec 2023 21:56:24 +0100] rev 79255
merged
Mon, 11 Dec 2023 21:31:58 +0100 minor performance tuning;
wenzelm [Mon, 11 Dec 2023 21:31:58 +0100] rev 79254
minor performance tuning;
Mon, 11 Dec 2023 21:17:28 +0100 tuned;
wenzelm [Mon, 11 Dec 2023 21:17:28 +0100] rev 79253
tuned;
Mon, 11 Dec 2023 21:09:24 +0100 minor performance tuning: prefer Same.operation;
wenzelm [Mon, 11 Dec 2023 21:09:24 +0100] rev 79252
minor performance tuning: prefer Same.operation;
Mon, 11 Dec 2023 20:53:01 +0100 clarified signature;
wenzelm [Mon, 11 Dec 2023 20:53:01 +0100] rev 79251
clarified signature; minor performance tuning: avoid redundant identity;
Mon, 11 Dec 2023 20:17:13 +0100 minor performance tuning;
wenzelm [Mon, 11 Dec 2023 20:17:13 +0100] rev 79250
minor performance tuning;
Mon, 11 Dec 2023 19:51:30 +0100 more operations;
wenzelm [Mon, 11 Dec 2023 19:51:30 +0100] rev 79249
more operations;
Mon, 11 Dec 2023 19:36:28 +0100 revert 17fda85a33dc: renaming is not necessarily unique, e.g. [("x", "x"), ("x", "y")];
wenzelm [Mon, 11 Dec 2023 19:36:28 +0100] rev 79248
revert 17fda85a33dc: renaming is not necessarily unique, e.g. [("x", "x"), ("x", "y")];
Mon, 11 Dec 2023 19:33:31 +0100 misc tuning and clarification;
wenzelm [Mon, 11 Dec 2023 19:33:31 +0100] rev 79247
misc tuning and clarification;
Mon, 11 Dec 2023 14:26:24 +0100 minor performance tuning: prefer Symset.T;
wenzelm [Mon, 11 Dec 2023 14:26:24 +0100] rev 79246
minor performance tuning: prefer Symset.T; tuned names;
Mon, 11 Dec 2023 14:25:14 +0100 minor performace tuning;
wenzelm [Mon, 11 Dec 2023 14:25:14 +0100] rev 79245
minor performace tuning;
Mon, 11 Dec 2023 14:05:19 +0100 minor performance tuning: prefer Same.operation;
wenzelm [Mon, 11 Dec 2023 14:05:19 +0100] rev 79244
minor performance tuning: prefer Same.operation;
Mon, 11 Dec 2023 13:40:02 +0100 tuned: more standard accumulation;
wenzelm [Mon, 11 Dec 2023 13:40:02 +0100] rev 79243
tuned: more standard accumulation;
Mon, 11 Dec 2023 13:03:10 +0100 tuned;
wenzelm [Mon, 11 Dec 2023 13:03:10 +0100] rev 79242
tuned;
Mon, 11 Dec 2023 12:45:16 +0100 clarified modules;
wenzelm [Mon, 11 Dec 2023 12:45:16 +0100] rev 79241
clarified modules;
Mon, 11 Dec 2023 12:27:42 +0100 clarified signature;
wenzelm [Mon, 11 Dec 2023 12:27:42 +0100] rev 79240
clarified signature;
Mon, 11 Dec 2023 12:06:18 +0100 tuned whitespace;
wenzelm [Mon, 11 Dec 2023 12:06:18 +0100] rev 79239
tuned whitespace;
Mon, 11 Dec 2023 11:50:50 +0100 tuned;
wenzelm [Mon, 11 Dec 2023 11:50:50 +0100] rev 79238
tuned;
Mon, 11 Dec 2023 11:46:12 +0100 proper ZTerm.lift_proof (amending 4a1a25bdf81d);
wenzelm [Mon, 11 Dec 2023 11:46:12 +0100] rev 79237
proper ZTerm.lift_proof (amending 4a1a25bdf81d);
Mon, 11 Dec 2023 17:28:21 +0100 filter predecessors properly (amending ee405c40db72);
Fabian Huch <huch@in.tum.de> [Mon, 11 Dec 2023 17:28:21 +0100] rev 79236
filter predecessors properly (amending ee405c40db72);
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip