src/Pure/Isar/proof_context.ML
Mon, 21 Oct 2024 22:28:07 +0200 wenzelm notable performance tuning (amending a59d9b81be24 and 8976c5bc9e97): avoid costly could_beta_eta_contract, which traverses the whole term;
Mon, 21 Oct 2024 20:02:27 +0200 wenzelm tuned;
Mon, 21 Oct 2024 14:50:59 +0200 wenzelm clarified signature;
Sat, 05 Oct 2024 14:58:36 +0200 wenzelm first-class support for "unbundle no foobar_syntax" -- avoid redundant "bundle no_foobar_syntax" definitions;
Sun, 22 Sep 2024 14:33:03 +0200 wenzelm proper fbreaks (amending 53f12ab896e6);
Fri, 20 Sep 2024 14:28:13 +0200 wenzelm clarified signature: more explicit operations;
Tue, 17 Sep 2024 17:51:55 +0200 wenzelm more explicit context for syn_ext/mixfix operations, but it often degenerates to background theory;
Fri, 23 Aug 2024 20:21:04 +0200 wenzelm clarified signature: more operations;
Fri, 23 Aug 2024 14:56:33 +0200 wenzelm clarified markup: more uniform;
Thu, 22 Aug 2024 15:57:30 +0200 wenzelm tuned signature: more operations;
Sun, 04 Aug 2024 12:21:13 +0200 wenzelm tuned signature: more operations;
Mon, 10 Jun 2024 14:29:33 +0200 wenzelm more robust / permissive;
Mon, 10 Jun 2024 14:05:39 +0200 wenzelm clarified signature: more operations;
Mon, 10 Jun 2024 12:44:49 +0200 wenzelm clarified operations, following pretty_thm_name;
Sun, 09 Jun 2024 19:49:42 +0200 wenzelm clarified modules;
Sat, 08 Jun 2024 16:26:47 +0200 wenzelm more accurate output of Thm_Name.T wrt. facts name space;
Tue, 02 Apr 2024 18:29:14 +0200 wenzelm clarified names: discontinue odd convention from 3 decades ago;
Wed, 10 Jan 2024 14:36:29 +0100 wenzelm clarified signature;
Wed, 10 Jan 2024 13:43:10 +0100 wenzelm clarified signature;
Wed, 10 Jan 2024 13:37:29 +0100 wenzelm tuned signature;
Wed, 10 Jan 2024 13:10:20 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 22:40:38 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 17:10:09 +0100 wenzelm misc tuning and clarification: prefer Same.operation;
Tue, 09 Jan 2024 16:04:21 +0100 wenzelm clarified signature;
Tue, 09 Jan 2024 12:18:01 +0100 wenzelm clarified signature;
Mon, 08 Jan 2024 21:53:27 +0100 wenzelm minor performance tuning;
Wed, 27 Dec 2023 16:10:10 +0100 wenzelm more accurate Global_Theory.name_facts: burrow into expression of attributed theorems;
Wed, 27 Dec 2023 13:17:55 +0100 wenzelm clarified signature;
Sun, 24 Dec 2023 12:23:50 +0100 wenzelm tuned;
Sun, 24 Dec 2023 11:13:54 +0100 wenzelm tuned;
Sat, 20 May 2023 17:42:01 +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);
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);
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);
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);
Thu, 20 Apr 2023 11:57:34 +0200 wenzelm clarified signature: explicitly distinguish theory_base_name vs. theory_long_name;
Mon, 27 Mar 2023 21:48:47 +0200 wenzelm performance tuning: prefer functor Set() over Table();
Mon, 20 Sep 2021 23:15:02 +0200 wenzelm localized command 'syntax' and 'no_syntax';
Mon, 20 Sep 2021 21:56:10 +0200 wenzelm tuned;
Mon, 20 Sep 2021 20:43:38 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 21:25:08 +0200 wenzelm clarified signature;
Thu, 13 May 2021 15:52:10 +0200 wenzelm tuned;
Sun, 02 May 2021 17:38:49 +0200 wenzelm support nested cases;
Wed, 27 May 2020 20:02:02 +0200 wenzelm tuned signature;
Fri, 03 Apr 2020 17:35:10 +0200 wenzelm less redundant markup reports;
Fri, 03 Apr 2020 13:51:56 +0200 wenzelm more accurate context position reports;
Thu, 19 Sep 2019 15:09:12 +0200 wenzelm clarified signature;
Thu, 19 Sep 2019 10:52:18 +0200 wenzelm clarified modules;
Wed, 18 Sep 2019 20:53:53 +0200 wenzelm support soft types for 'assume';
Wed, 18 Sep 2019 20:10:15 +0200 wenzelm more robust declaration of resulting statement text, instead of somewhat accidental (Variable.maybe_bind_term result_binds in generic_goal);
Tue, 17 Sep 2019 17:06:05 +0200 wenzelm clarified modules;
Tue, 17 Sep 2019 16:26:57 +0200 wenzelm clarified signature -- removed unused option (see acb0807ddb56);
Fri, 09 Aug 2019 17:14:49 +0200 wenzelm formal position for PThm nodes;
Sun, 28 Jul 2019 12:11:20 +0200 wenzelm clarified signature;
Sat, 27 Jul 2019 20:40:00 +0200 wenzelm clarified signature;
Tue, 16 Jul 2019 15:39:32 +0200 wenzelm support for a soft-type system within the Isabelle logical framework;
Mon, 03 Jun 2019 15:40:08 +0200 wenzelm clarified signature;
Mon, 03 Jun 2019 14:47:27 +0200 wenzelm tuned whitespace;
Thu, 09 May 2019 15:47:27 +0200 wenzelm proper formatting (amending 5076725247fa);
Thu, 03 Jan 2019 14:12:44 +0100 wenzelm clarified signature: more types;
Tue, 27 Nov 2018 21:07:39 +0100 wenzelm more accurate positions for "name" (quoted string) and "embedded" (cartouche): refer to content without delimiters, which is e.g. relevant for systematic selection/renaming of scope groups;
Mon, 12 Nov 2018 15:14:12 +0100 wenzelm clarified signature;
Thu, 25 Oct 2018 15:41:40 +0200 wenzelm proper completion for @{named_theorems};
Sun, 23 Sep 2018 21:49:31 +0200 wenzelm discontinued old-style goal cases;
Fri, 20 Jul 2018 03:14:44 +0200 wenzelm added system option "strict_facts";
Wed, 07 Mar 2018 17:39:18 +0100 wenzelm tuned -- more uniform;
Fri, 23 Feb 2018 20:55:46 +0100 wenzelm tuned signature;
Tue, 20 Feb 2018 16:20:36 +0100 wenzelm tuned signature;
Mon, 19 Feb 2018 22:07:21 +0100 wenzelm support for lazy notes in global/local context and Element.Lazy_Notes: name binding and fact without attributes;
Mon, 19 Feb 2018 18:18:43 +0100 wenzelm tuned;
Mon, 19 Feb 2018 14:26:37 +0100 wenzelm store facts as lazy values;
Sun, 28 Jan 2018 19:28:52 +0100 wenzelm clarified take/drop/chop prefix/suffix;
Mon, 03 Jul 2017 09:20:24 +0200 wenzelm tuned signature;
Mon, 03 Jul 2017 09:12:13 +0200 wenzelm unused;
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Tue, 25 Oct 2016 17:22:05 +0200 wenzelm more robust printing of names in the context of outer syntax;
Tue, 09 Aug 2016 19:44:28 +0200 wenzelm print name in parsable form;
Thu, 04 Aug 2016 21:30:20 +0200 wenzelm prefer hardwired "nothing";
Fri, 22 Jul 2016 14:42:32 +0200 wenzelm tuned;
Sat, 16 Jul 2016 19:35:27 +0200 wenzelm tuned signature;
Sat, 16 Jul 2016 12:10:37 +0200 wenzelm re-use name space serial as unique (!) id;
Sat, 16 Jul 2016 11:32:48 +0200 wenzelm clarified;
Sat, 16 Jul 2016 00:38:33 +0200 wenzelm information about proof outline with cases (sendback);
Fri, 15 Jul 2016 22:23:36 +0200 wenzelm unused;
Tue, 21 Jun 2016 14:42:47 +0200 wenzelm position information for literal facts;
Tue, 07 Jun 2016 21:13:08 +0200 wenzelm clarified signature;
Thu, 12 May 2016 10:03:17 +0200 wenzelm tuned;
Tue, 10 May 2016 22:25:06 +0200 wenzelm find dynamic facts as well, but static ones are preferred;
Tue, 26 Apr 2016 19:37:47 +0200 wenzelm more uniform operations for structured statements;
Tue, 26 Apr 2016 16:20:28 +0200 wenzelm defs are closed, which leads to proper auto_bind_facts;
Sun, 24 Apr 2016 20:29:49 +0200 wenzelm clarified modules;
Thu, 14 Apr 2016 23:31:10 +0200 wenzelm highlighting of entity def/ref positions wrt. cursor;
Tue, 12 Apr 2016 14:50:53 +0200 wenzelm back to static Mixfix.default_constraint without any special tricks (reverting e6443edaebff);
Tue, 12 Apr 2016 14:38:57 +0200 wenzelm Type_Infer.object_logic controls improvement of type inference result;
Wed, 30 Mar 2016 23:32:50 +0200 wenzelm more explicit support for object-logic constraint;
Wed, 30 Mar 2016 21:16:22 +0200 wenzelm more explicit type;
Wed, 30 Mar 2016 20:56:39 +0200 wenzelm relevant check_mixfix happens further at the bottom, to avoid duplicate reports via Specification.prepare;
Wed, 06 Jan 2016 11:45:07 +0100 wenzelm more systematic treatment of dynamic facts, when forming closure;
Tue, 22 Dec 2015 14:20:17 +0100 wenzelm more accurate lookup of dynamic facts;
Tue, 08 Dec 2015 10:49:08 +0100 wenzelm added Proof_Context.add_thms_dynamic, which is potentially useful for Eisbach;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Fri, 25 Sep 2015 19:28:33 +0200 wenzelm tuned;
Fri, 25 Sep 2015 19:13:47 +0200 wenzelm tuned signature: eliminated pointless type Context.pretty;
Thu, 24 Sep 2015 23:33:29 +0200 wenzelm more explicit Defs.context: use proper name spaces as far as possible;
Sun, 13 Sep 2015 22:25:21 +0200 wenzelm tuned message;
Thu, 13 Aug 2015 11:05:19 +0200 wenzelm tuned signature, in accordance to sortBy in Scala;
Mon, 27 Jul 2015 16:35:12 +0200 wenzelm tuned signature for print_nested_cases;
Thu, 02 Jul 2015 12:33:04 +0200 wenzelm allow to specify suffix of goal parameters;
Thu, 25 Jun 2015 23:49:05 +0200 wenzelm implicit goal cases are legacy;
Thu, 25 Jun 2015 12:10:07 +0200 wenzelm tuned signature;
Wed, 24 Jun 2015 21:26:03 +0200 wenzelm clarified 'case' command;
Mon, 15 Jun 2015 16:59:27 +0200 wenzelm vacuous fact `TERM x`;
Sun, 14 Jun 2015 15:53:13 +0200 wenzelm tuned signature;
Sun, 14 Jun 2015 14:59:39 +0200 wenzelm tuned;
Wed, 10 Jun 2015 11:52:54 +0200 wenzelm tuned message;
Tue, 09 Jun 2015 22:24:33 +0200 wenzelm more uniform treatment of auto bindings vs. explicit user bindings;
Tue, 09 Jun 2015 16:42:17 +0200 wenzelm tuned signature;
Tue, 09 Jun 2015 11:51:05 +0200 wenzelm clarified term bindings;
Mon, 08 Jun 2015 20:53:42 +0200 wenzelm clarified Proof_Context.cert_propp/read_propp;
Mon, 08 Jun 2015 19:38:08 +0200 wenzelm more careful treatment of term bindings in 'obtain' proof body;
less more (0) -120 tip