Wed, 17 May 2023 09:00:04 +0200 desharna merged
Tue, 16 May 2023 23:41:20 +0200 desharna fixed lemma name
Tue, 16 May 2023 22:23:05 +0200 desharna redefined FSet.fmember as an abbreviation based on Set.member
Tue, 16 May 2023 14:16:20 +0200 desharna replaced some lemmas' implicit formulas by explicit ones to avoid silent changes
Thu, 25 May 2023 13:58:46 +0200 wenzelm merged
Tue, 23 May 2023 21:53:18 +0200 wenzelm proper setup for rule attribute;
Tue, 23 May 2023 21:43:36 +0200 wenzelm more uniform simproc_setup: avoid vacuous abstraction over morphism, which sometimes captures context values in its functional closure;
Tue, 23 May 2023 20:11:15 +0200 wenzelm clarified output of embedded values, e.g. for 'print_locale';
Tue, 23 May 2023 19:12:21 +0200 wenzelm tuned: more antiquotations;
Tue, 23 May 2023 18:59:19 +0200 wenzelm tuned;
Tue, 23 May 2023 18:46:15 +0200 wenzelm tuned signature: more position information;
Tue, 23 May 2023 10:56:41 +0200 wenzelm tuned;
Tue, 23 May 2023 12:31:23 +0100 paulson Finally, the abstract metric space development
Mon, 22 May 2023 12:01:05 +0200 wenzelm merged
Sat, 20 May 2023 22:49:20 +0200 wenzelm misc tuning and clarification;
Sat, 20 May 2023 22:41:37 +0200 wenzelm tuned signature;
Sat, 20 May 2023 21:48:41 +0200 wenzelm tuned;
Sat, 20 May 2023 21:23:44 +0200 wenzelm tuned --- Token.make_string / Token.assign are value-oriented;
Sat, 20 May 2023 20:56:13 +0200 wenzelm more documentation;
Sat, 20 May 2023 17:42:01 +0200 wenzelm tuned signature;
Sat, 20 May 2023 17:18:44 +0200 wenzelm tuned signature;
Sat, 20 May 2023 16:12:37 +0200 wenzelm more robust context: fail immediately via Morphism.the_theory, instead of rarely via Thm.theory_of_thm (for non-normal thm);
Sat, 20 May 2023 14:48:06 +0200 wenzelm prefer static simpset;
Sat, 20 May 2023 14:12:01 +0200 wenzelm omit pointless morphism in global theory;
Sat, 20 May 2023 12:04:41 +0200 wenzelm more operations;
Fri, 19 May 2023 22:09:06 +0200 wenzelm more careful treatment of context for method source;
Fri, 19 May 2023 21:48:11 +0200 wenzelm clarified context;
Fri, 19 May 2023 21:22:39 +0200 wenzelm clarified signature;
Fri, 19 May 2023 11:42:12 +0200 wenzelm remove pointless context setup (see also b2e449c155a4);
Fri, 19 May 2023 11:41:30 +0200 wenzelm more careful reset_context for stored entity;
Thu, 18 May 2023 23:50:59 +0200 wenzelm more careful reset/set_context for stored declarations;
Thu, 18 May 2023 23:21:05 +0200 wenzelm tuned;
Thu, 18 May 2023 23:20:41 +0200 wenzelm tuned;
Thu, 18 May 2023 17:21:29 +0200 wenzelm clarified signature: more explicit types;
Thu, 18 May 2023 15:34:01 +0200 wenzelm clarified data: avoid pointless Morphism.transform;
Thu, 18 May 2023 14:06:35 +0200 wenzelm proper Token.Declaration for internal_declaration;
Tue, 16 May 2023 20:26:09 +0200 wenzelm more standard treatment of morphism context;
Tue, 16 May 2023 19:52:50 +0200 wenzelm tuned: avoid duplication;
Tue, 16 May 2023 19:43:42 +0200 wenzelm more standard treatment of morphism context, but hardly relevant here;
Tue, 16 May 2023 19:42:19 +0200 wenzelm tuned;
Tue, 16 May 2023 19:20:18 +0200 wenzelm more careful treatment of set_context / reset_context for persistent morphisms;
Tue, 16 May 2023 17:08:31 +0200 wenzelm clarified transfer / trim_context on persistent Token.source (e.g. attribute expressions): actually set/reset implicit context;
Tue, 16 May 2023 15:15:56 +0200 wenzelm tuned signature;
Tue, 16 May 2023 14:30:32 +0200 wenzelm support for context within morphism (for background theory);
Mon, 15 May 2023 22:46:04 +0200 wenzelm proper transfer to supported "bundle ... begin unbundle ... end", e.g. see theory "AFP/Probabilistic_Timed_Automata.Graphs";
Mon, 15 May 2023 20:55:17 +0200 wenzelm clarified signature;
Mon, 15 May 2023 20:37:53 +0200 wenzelm tuned;
Mon, 15 May 2023 20:23:42 +0200 wenzelm tuned;
Mon, 15 May 2023 20:19:02 +0200 wenzelm tuned signature;
Mon, 15 May 2023 19:40:01 +0200 wenzelm more accurate Thm.trim_context / Thm.transfer;
Mon, 15 May 2023 16:18:23 +0200 wenzelm clarified stored thm: result from notes;
Mon, 15 May 2023 15:14:19 +0200 wenzelm tuned whitespace;
Mon, 15 May 2023 15:04:37 +0200 wenzelm clarified signature: avoid convoluted operations;
Mon, 15 May 2023 14:34:38 +0200 wenzelm tuned signature;
Mon, 15 May 2023 14:21:00 +0200 wenzelm update to polyml-a5d5fba90286, with more robust ML_Heap.sizeof;
Mon, 15 May 2023 14:13:58 +0200 wenzelm avoid capture of inner/outer context and thus reduce heaps sizes by 20..40% (see also dd04a8b654fc, e49bf4ebf330, 9c19e15c8548, 71467e35fc3c);
Mon, 15 May 2023 14:10:44 +0200 wenzelm proper transfer / trim_context;
Mon, 15 May 2023 14:09:45 +0200 wenzelm more operations "without_context", assuming that the thm has been properly transferred already;
Mon, 15 May 2023 12:14:47 +0200 wenzelm proper trim_context / transfer;
Mon, 15 May 2023 10:59:49 +0200 wenzelm tuned: more accurate check (is_norm_hhf protect);
Mon, 15 May 2023 10:50:48 +0200 wenzelm clarified build options: reduce heap size by approx. 3%;
Sun, 14 May 2023 20:54:08 +0200 wenzelm more standard merge order, following logical structure of imports rather than physical serials;
Sun, 14 May 2023 13:15:52 +0200 wenzelm tuned;
Sun, 14 May 2023 13:15:21 +0200 wenzelm tuned;
Sun, 14 May 2023 13:00:49 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Sun, 14 May 2023 12:34:49 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Sat, 13 May 2023 21:30:34 +0200 wenzelm tuned: avoid pointless Proof_Context.init_global of Context.proof_of;
Thu, 18 May 2023 11:44:42 +0100 paulson New material from the HOL Light metric space library, mostly about quasi components
Mon, 15 May 2023 17:12:18 +0100 paulson More material from the HOL Light metric space library
Thu, 11 May 2023 22:12:43 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Thu, 11 May 2023 21:32:22 +0200 wenzelm proper position for ML-like commands;
Thu, 11 May 2023 14:17:24 +0200 wenzelm more robust: after shutdown;
Thu, 11 May 2023 12:21:50 +0200 wenzelm proper exception CONTEXT for Context.certificate_theory;
Thu, 11 May 2023 12:20:47 +0200 wenzelm more diagnostic operations;
Thu, 11 May 2023 10:46:52 +0200 wenzelm tuned spelling;
Wed, 10 May 2023 23:28:15 +0200 wenzelm more standard treatment of data and context;
Wed, 10 May 2023 23:04:12 +0200 wenzelm more standard val silent = Attrib.setup_config_bool;
Wed, 10 May 2023 22:54:54 +0200 wenzelm tuned;
Wed, 10 May 2023 22:41:50 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Wed, 10 May 2023 22:01:27 +0200 wenzelm proper Thm.trim_context / Thm.transfer;
Wed, 10 May 2023 21:47:08 +0200 wenzelm tuned;
Wed, 10 May 2023 21:41:58 +0200 wenzelm tuned Isabelle/ML;
Wed, 10 May 2023 21:17:21 +0200 wenzelm more informative position information;
Wed, 10 May 2023 20:38:24 +0200 wenzelm tuned;
Wed, 10 May 2023 20:30:46 +0200 wenzelm more informative position information;
Wed, 10 May 2023 19:30:17 +0200 wenzelm clarified context tracing;
Wed, 10 May 2023 16:05:14 +0200 wenzelm more operations;
Wed, 10 May 2023 15:43:49 +0200 wenzelm proper system options to control context tracing/timing;
Wed, 10 May 2023 08:59:44 +0200 desharna added lemmas transp_on_multpHO and transp_multpHO
Wed, 10 May 2023 08:56:32 +0200 desharna tuned theory structure
Wed, 10 May 2023 08:20:53 +0200 desharna merged
Tue, 09 May 2023 22:00:36 +0200 desharna added lemmas Finite_Set.bex_(min|max)_element_with_property and reordered assumptions of Finite_Set.bex_(min|max)_element
Tue, 09 May 2023 23:56:40 +0200 wenzelm backed out changeset 6c2494750a4e: it hardly makes a difference for heap size, but crashes arm64_32-darwin for unknown reasons;
Tue, 09 May 2023 23:12:09 +0200 wenzelm enforce rebuild of Isabelle/ML + Isabelle/Scala;
Tue, 09 May 2023 22:58:09 +0200 wenzelm updated to jdk-17.0.7;
Tue, 09 May 2023 21:50:04 +0200 wenzelm minor performance tuning (see also f906f7f83dae and b23c42b9f78a);
Tue, 09 May 2023 21:32:03 +0200 wenzelm performance tuning: cached non-persistent Parser.gram reduces heap size by approx. 1-4%;
Tue, 09 May 2023 20:32:49 +0200 wenzelm more operations;
Tue, 09 May 2023 19:56:31 +0200 wenzelm tuned: more readable ML;
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
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip