Tue, 09 May 2023 19:47:11 +0200 wenzelm tuned;
Tue, 09 May 2023 19:35:46 +0200 wenzelm backed out changeset 4660181c83c9: remove rather pointless timing (1..50ms);
Tue, 09 May 2023 16:59:20 +0200 wenzelm maintain dynamic position where values are created (again, amending afa6117bace4);
Tue, 09 May 2023 16:39:08 +0200 wenzelm more robust: publish token only after assignment of result;
Tue, 09 May 2023 16:33:30 +0200 wenzelm tuned comments;
Tue, 09 May 2023 16:31:08 +0200 wenzelm clarified signature;
Tue, 09 May 2023 09:49:41 +0200 wenzelm merged
Tue, 09 May 2023 00:41:01 +0200 wenzelm tuned signature;
Mon, 08 May 2023 23:30:58 +0200 wenzelm support for cached evaluation via weak_ref;
Mon, 08 May 2023 23:00:17 +0200 wenzelm optional timing;
Mon, 08 May 2023 21:50:21 +0200 wenzelm more informative trace of context allocations;
Mon, 08 May 2023 21:11:01 +0200 wenzelm tuned;
Mon, 08 May 2023 11:45:58 +0200 wenzelm tuned internal structure;
Mon, 08 May 2023 11:09:18 +0200 wenzelm tuned;
Mon, 08 May 2023 11:09:13 +0200 wenzelm tuned whitespace;
Mon, 08 May 2023 17:26:33 +0200 desharna merged
Mon, 08 May 2023 11:27:11 +0200 desharna added author
Mon, 08 May 2023 11:27:03 +0200 desharna added lemma asymp_on_multpHO
Mon, 08 May 2023 11:26:04 +0200 desharna added lemmas multpHO_iff_set_mset_lessHO_set_mset and multpHO_minus_inter_minus_inter_iff
Mon, 08 May 2023 11:24:46 +0200 desharna added lemmas count_minus_inter_lt_count_minus_inter_iff and minus_inter_eq_minus_inter_iff
Mon, 08 May 2023 11:16:45 +0200 desharna added lemma multpHO_implies_one_step_strong
Sun, 07 May 2023 22:51:23 +0200 wenzelm merged
Sun, 07 May 2023 14:25:41 +0200 wenzelm tuned comments;
Sun, 07 May 2023 14:24:22 +0200 wenzelm tuned;
Sun, 07 May 2023 14:18:48 +0200 wenzelm hide names more thorougly, in contrast to 1d82061fbb12 and 00e9ca1e7261: e.g. relevant for overlapping accesses seen in 'inductive_set';
Sun, 07 May 2023 12:30:11 +0200 wenzelm minor performance tuning;
Sun, 07 May 2023 12:24:37 +0200 wenzelm minor performance tuning;
Sat, 06 May 2023 23:20:20 +0200 wenzelm back to more elementary concept of aliases as adhoc change of accesses, but now with "suppress" information (see also 31ea5c1f874d);
Sat, 06 May 2023 14:49:54 +0200 wenzelm tuned;
Sat, 06 May 2023 14:46:41 +0200 wenzelm clarified data representation: slightly more compact, since internals_hidden is sparesely populated and rarely changes;
Sat, 06 May 2023 14:18:29 +0200 wenzelm more operations;
Sat, 06 May 2023 13:42:03 +0200 wenzelm more operations;
Fri, 05 May 2023 23:50:31 +0200 wenzelm more operations;
Fri, 05 May 2023 23:48:14 +0200 wenzelm minor performance tuning;
Fri, 05 May 2023 23:03:48 +0200 wenzelm unused;
Fri, 05 May 2023 22:57:10 +0200 wenzelm more complete accesses for "extern" operation, notably for aliases;
Fri, 05 May 2023 15:56:12 +0200 wenzelm more explicit entries for aliases, with proper checks in "strict" mode (e.g. for logical entities);
Fri, 05 May 2023 12:34:23 +0200 wenzelm tuned;
Fri, 05 May 2023 12:17:29 +0200 wenzelm tuned;
Fri, 05 May 2023 12:01:09 +0200 wenzelm clarified signature;
Fri, 05 May 2023 11:52:53 +0200 wenzelm unused;
Fri, 05 May 2023 11:47:38 +0200 wenzelm minor performance tuning;
Fri, 05 May 2023 11:36:56 +0200 wenzelm tuned signature;
Fri, 05 May 2023 11:29:27 +0200 wenzelm minor performance tuning;
Thu, 04 May 2023 23:30:59 +0200 wenzelm revert pointless performance tuning fd5f4455e033: no measurable difference in HOL, HOL-Library, HOL-Analysis;
Thu, 04 May 2023 17:29:54 +0200 wenzelm tuned;
Thu, 04 May 2023 11:42:04 +0200 wenzelm more accurate treatment of traditional name space accesses (refining 948f5dc4d694, fcd85e04a948, 238307775d52);
Wed, 03 May 2023 23:11:12 +0200 wenzelm tuned;
Wed, 03 May 2023 11:34:47 +0200 wenzelm proper treatment of restriction (for 'qualified');
Tue, 02 May 2023 23:22:30 +0200 wenzelm misc tuning;
Tue, 02 May 2023 22:33:07 +0200 wenzelm more complete accesses for hide operation (amending fcd85e04a948), e.g. relevant for AFP/thys/Jordan_Normal_Form/Matrix_Kernel.thy in AFP/4d8afd37b465;
Tue, 02 May 2023 19:49:17 +0200 wenzelm more standard name bindings (amending 5bf71b4da706): avoid odd full_name like "Orderings.class.Orderings.preorder.of_class.intro" with many redundant name space accesses;
Tue, 02 May 2023 14:19:34 +0200 wenzelm minor performance tuning: more compact representation of only sparsely table;
Tue, 02 May 2023 11:38:53 +0200 wenzelm minor performance tuning: no storage of accesses, produce Binding.full_name_spec on the spot;
Tue, 02 May 2023 11:11:19 +0200 wenzelm proper checks;
Tue, 02 May 2023 10:49:38 +0200 wenzelm tuned;
Tue, 02 May 2023 10:32:04 +0200 wenzelm tuned structure;
Tue, 02 May 2023 10:30:03 +0200 wenzelm tuned signature;
Tue, 02 May 2023 10:13:02 +0200 wenzelm tuned;
Mon, 01 May 2023 22:47:51 +0200 wenzelm clarified extern vs. alias/hide: output alternative names, if possible;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip