wenzelm [Tue, 22 Oct 2024 12:15:02 +0200] rev 81226
misc tuning and clarification;
wenzelm [Tue, 22 Oct 2024 12:03:46 +0200] rev 81225
clarified markers for syntax consts: avoid overlap with logical consts;
Fabian Huch <huch@in.tum.de> [Tue, 22 Oct 2024 17:32:34 +0200] rev 81224
update ci mail address;
wenzelm [Mon, 21 Oct 2024 22:58:14 +0200] rev 81223
minor performance tuning;
wenzelm [Mon, 21 Oct 2024 22:28:07 +0200] rev 81222
notable performance tuning (amending a59d9b81be24 and 8976c5bc9e97): avoid costly could_beta_eta_contract, which traverses the whole term;
always use Item_Net.retrieve instead, but on frozen TVars/Vars to enforce matching instead of unification;
wenzelm [Mon, 21 Oct 2024 20:02:27 +0200] rev 81221
tuned;
wenzelm [Mon, 21 Oct 2024 14:50:59 +0200] rev 81220
clarified signature;
wenzelm [Mon, 21 Oct 2024 14:33:59 +0200] rev 81219
tuned whitespace;
wenzelm [Mon, 21 Oct 2024 11:55:51 +0200] rev 81218
support multiple positions (non-empty list);
wenzelm [Sun, 20 Oct 2024 22:40:18 +0200] rev 81217
more robust syntax translation;
wenzelm [Sun, 20 Oct 2024 22:39:36 +0200] rev 81216
clarified concrete vs. abstract syntax;
wenzelm [Sun, 20 Oct 2024 21:51:47 +0200] rev 81215
more inner-syntax markup;
wenzelm [Sun, 20 Oct 2024 21:48:38 +0200] rev 81214
clarified concrete vs. abstract syntax;
wenzelm [Sun, 20 Oct 2024 20:32:53 +0200] rev 81213
clarified concrete vs. abstract syntax;
wenzelm [Sun, 20 Oct 2024 18:47:42 +0200] rev 81212
more operations;
wenzelm [Sun, 20 Oct 2024 15:48:06 +0200] rev 81211
tuned;
wenzelm [Sun, 20 Oct 2024 15:37:19 +0200] rev 81210
tuned signature;
wenzelm [Sun, 20 Oct 2024 13:41:56 +0200] rev 81209
more operations;
wenzelm [Sun, 20 Oct 2024 13:27:17 +0200] rev 81208
more accurate treatment of constraints: restrict permissive mode to output;
wenzelm [Sun, 20 Oct 2024 13:13:17 +0200] rev 81207
tuned;
wenzelm [Sat, 19 Oct 2024 22:57:43 +0200] rev 81206
tuned proofs;
wenzelm [Sat, 19 Oct 2024 22:38:51 +0200] rev 81205
clarified order of tooltips: make it less dependent on report order from ML (which differs for input vs. output);
wenzelm [Sat, 19 Oct 2024 22:20:05 +0200] rev 81204
clarified signature (see also 1de8a8b1ae79);
wenzelm [Sat, 19 Oct 2024 22:01:36 +0200] rev 81203
clarified signature;
wenzelm [Sat, 19 Oct 2024 19:00:19 +0200] rev 81202
more type information;
clarified signature;
wenzelm [Sat, 19 Oct 2024 17:16:16 +0200] rev 81201
more type information;
wenzelm [Sat, 19 Oct 2024 17:00:14 +0200] rev 81200
clarified signature;
wenzelm [Sat, 19 Oct 2024 16:54:34 +0200] rev 81199
clarified signature;
wenzelm [Sat, 19 Oct 2024 16:45:05 +0200] rev 81198
tuned signature;
wenzelm [Sat, 19 Oct 2024 16:27:00 +0200] rev 81197
clarified signature;
wenzelm [Fri, 18 Oct 2024 21:20:21 +0200] rev 81196
suppress dummyT, e.g. from Type_Annotation.print;
wenzelm [Fri, 18 Oct 2024 21:19:06 +0200] rev 81195
tuned proofs;
wenzelm [Fri, 18 Oct 2024 20:48:01 +0200] rev 81194
print type constraints for consts with mixfix syntax;
wenzelm [Fri, 18 Oct 2024 19:00:51 +0200] rev 81193
tuned comments;
wenzelm [Fri, 18 Oct 2024 19:00:13 +0200] rev 81192
obsolete (see 137ea3d464be);
wenzelm [Fri, 18 Oct 2024 16:43:02 +0200] rev 81191
tuned proofs;
wenzelm [Fri, 18 Oct 2024 16:42:53 +0200] rev 81190
tuned whitespace;
wenzelm [Fri, 18 Oct 2024 16:37:39 +0200] rev 81189
more inner-syntax markup;
wenzelm [Fri, 18 Oct 2024 16:31:35 +0200] rev 81188
less instrusive rendering for input buffer (in contrast to 264f043c5da1);
wenzelm [Fri, 18 Oct 2024 15:45:38 +0200] rev 81187
clarified inner-syntax markup;
wenzelm [Fri, 18 Oct 2024 15:42:31 +0200] rev 81186
tuned whitespace;
wenzelm [Fri, 18 Oct 2024 15:36:42 +0200] rev 81185
tuned whitespace;
wenzelm [Fri, 18 Oct 2024 14:37:09 +0200] rev 81184
clarified syntax declarations: keep things together;
wenzelm [Fri, 18 Oct 2024 14:35:13 +0200] rev 81183
tuned;
wenzelm [Fri, 18 Oct 2024 14:20:09 +0200] rev 81182
more inner-syntax markup;
wenzelm [Fri, 18 Oct 2024 11:44:05 +0200] rev 81181
tuned proofs;
wenzelm [Fri, 18 Oct 2024 11:32:10 +0200] rev 81180
more ambitious rendering: highlight active area for mouse hovering without modifier;
wenzelm [Wed, 16 Oct 2024 23:13:02 +0200] rev 81179
tuned proofs;
wenzelm [Wed, 16 Oct 2024 22:07:04 +0200] rev 81178
show_consts_markup is enabled by default;
wenzelm [Wed, 16 Oct 2024 21:41:05 +0200] rev 81177
clarified signature (again, reverting ec1023a5c54c);
wenzelm [Wed, 16 Oct 2024 21:22:37 +0200] rev 81176
clarified signature: more explicit Syntax.print_mode_tabs, depending on print_mode_value ();
tuned data structures;
wenzelm [Wed, 16 Oct 2024 20:22:20 +0200] rev 81175
redundant;
wenzelm [Wed, 16 Oct 2024 19:44:02 +0200] rev 81174
tuned signature;
wenzelm [Wed, 16 Oct 2024 16:20:35 +0200] rev 81173
performance tuning: cache markup and extern operations;
wenzelm [Tue, 15 Oct 2024 23:44:42 +0200] rev 81172
minor performance tuning;
wenzelm [Tue, 15 Oct 2024 16:11:37 +0200] rev 81171
minor performance tuning;
wenzelm [Tue, 15 Oct 2024 14:57:23 +0200] rev 81170
backout somewhat pointless 5ea48342e0ae: no need to declare syntax consts for translations (e.g. constraints);
wenzelm [Tue, 15 Oct 2024 14:55:45 +0200] rev 81169
tuned;
wenzelm [Tue, 15 Oct 2024 14:39:54 +0200] rev 81168
tuned;
wenzelm [Tue, 15 Oct 2024 14:36:37 +0200] rev 81167
revert redundant guard (T = dummyT) from 0278f6d87bad;