src/Pure/Tools/find_theorems.ML
Sun, 25 Feb 2018 15:44:46 +0100 wenzelm eliminated ASCII syntax from Pure bootstrap;
Wed, 06 Dec 2017 18:59:33 +0100 wenzelm prefer control symbol antiquotations;
Sat, 04 Feb 2017 19:53:41 +0100 wenzelm tuned;
Sat, 04 Feb 2017 19:48:43 +0100 wenzelm suppress warnings uniformly, even in explicit commands 'find_theorems', 'solve_direct';
Tue, 13 Dec 2016 11:51:42 +0100 wenzelm more symbols;
Sun, 10 Jul 2016 11:18:35 +0200 wenzelm tuned signature: more uniform Keyword.spec;
Tue, 10 May 2016 22:25:06 +0200 wenzelm find dynamic facts as well, but static ones are preferred;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Mon, 04 Apr 2016 17:02:34 +0200 wenzelm clarified bootstrap -- more uniform use of ML files;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Mon, 21 Sep 2015 23:22:11 +0200 wenzelm clarified markup;
Sun, 30 Aug 2015 17:34:29 +0200 wenzelm trim context for persistent storage;
Mon, 29 Jun 2015 20:55:46 +0200 wenzelm improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
Wed, 08 Apr 2015 19:39:08 +0200 wenzelm proper context for Object_Logic operations;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Mon, 06 Apr 2015 16:00:19 +0200 wenzelm more position information and PIDE markup for command keywords;
Fri, 03 Apr 2015 18:36:19 +0200 wenzelm tuned;
Wed, 01 Apr 2015 10:35:43 +0200 wenzelm tuned signature;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Thu, 04 Dec 2014 16:51:54 +0100 haftmann eta-expand all search patterns using schematic place holders
Thu, 04 Dec 2014 16:51:54 +0100 haftmann revert "better" handling of abbreviation from c61fe520602b
Thu, 04 Dec 2014 16:51:54 +0100 haftmann tuned variable names
Thu, 04 Dec 2014 16:51:54 +0100 haftmann turn application-specific Pattern.matches_subterm into an application-private function
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Fri, 07 Nov 2014 16:36:55 +0100 wenzelm plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
Thu, 06 Nov 2014 13:44:14 +0100 wenzelm tuned signature;
Wed, 05 Nov 2014 21:10:38 +0100 wenzelm more frugal keywords;
Wed, 05 Nov 2014 20:20:57 +0100 wenzelm explicit type Keyword.keywords;
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Thu, 30 Oct 2014 16:20:46 +0100 wenzelm eliminated aliases;
Tue, 12 Aug 2014 20:18:27 +0200 wenzelm tuned signature according to Scala version -- prefer explicit argument;
Fri, 25 Jul 2014 21:44:03 +0200 wenzelm tuned comment;
Thu, 08 May 2014 16:28:44 +0200 wenzelm tuned message;
Thu, 08 May 2014 16:15:20 +0200 wenzelm some position markup to help locating the query context, e.g. from "Info" dockable;
Thu, 08 May 2014 13:47:17 +0200 wenzelm tuned message: more compact, imitate actual command line;
Wed, 07 May 2014 10:24:32 +0200 wenzelm tuned message -- more context for detached window etc.;
Sat, 19 Apr 2014 18:37:41 +0200 wenzelm removed odd context argument: Thy_Info.get_theory does not fit into PIDE document model;
Thu, 17 Apr 2014 11:31:46 +0200 wenzelm tuned option name;
Tue, 08 Apr 2014 14:59:36 +0200 wenzelm more uniform ML/document antiquotations;
Sat, 15 Mar 2014 11:28:07 +0100 wenzelm clarified local facts;
Sat, 15 Mar 2014 11:22:25 +0100 wenzelm more explicit treatment of verbose mode, which includes concealed entries;
Fri, 14 Mar 2014 14:59:43 +0100 wenzelm more accurate resolution of hybrid facts, which actually changes the sort order of results;
Fri, 14 Mar 2014 12:23:59 +0100 wenzelm back to a form of hybrid facts, to reduce performance impact of ed92ce2ac88e;
Fri, 14 Mar 2014 10:08:36 +0100 wenzelm just one cumulative Proof_Context.facts, with uniform retrieval (including PIDE markup, completion etc.);
Mon, 10 Mar 2014 10:04:26 +0100 wenzelm more direct Long_Name.qualification;
Sat, 22 Feb 2014 20:52:43 +0100 wenzelm support for completion within the formal context;
Sat, 22 Feb 2014 18:07:31 +0100 wenzelm removed remains of old experiment (see b933142e02d0);
Sat, 22 Feb 2014 17:13:30 +0100 wenzelm removed dead code;
Sat, 22 Feb 2014 16:58:02 +0100 wenzelm tuned signature;
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Sat, 14 Sep 2013 20:57:22 +1000 kleing print find_thms result in reverse order so best result is on top
Sat, 14 Sep 2013 20:56:12 +1000 kleing more useful sorting of find_thms results
Mon, 12 Aug 2013 17:57:51 +0200 wenzelm clarified Query_Operation.register: avoid hard-wired parallel policy;
Sat, 10 Aug 2013 12:00:34 +0200 kleing prefer local facts over global ones
Sat, 10 Aug 2013 11:59:03 +0200 kleing use local context for name space
Fri, 09 Aug 2013 17:25:47 +0200 wenzelm enable search in pre-loaded theory;
Fri, 09 Aug 2013 16:17:48 +0200 wenzelm more GUI options;
Fri, 09 Aug 2013 15:49:50 +0200 wenzelm tuned signature;
less more (0) -100 -60 tip