src/Pure/context.ML
Mon, 10 Apr 2017 22:59:29 +0200 wenzelm proper display_name;
Mon, 10 Apr 2017 21:43:21 +0200 wenzelm clarified theory_long_name (for qualified access to Thy_Info) vs. short theory_name (which is unique within any given theory context);
Wed, 06 Apr 2016 16:33:33 +0200 wenzelm clarified modules;
Tue, 05 Apr 2016 20:03:24 +0200 wenzelm clarified modules -- simplified bootstrap;
Sat, 02 Apr 2016 21:10:07 +0200 wenzelm careful export of type-dependent functions, without losing their special status;
Fri, 18 Mar 2016 16:26:35 +0100 wenzelm clarified modules;
Sun, 20 Dec 2015 13:11:47 +0100 wenzelm tuned signature;
Sun, 20 Dec 2015 13:06:26 +0100 wenzelm renamed Pretty.str_of to Pretty.unformatted_string_of to emphasize its meaning;
Fri, 25 Sep 2015 20:04:25 +0200 wenzelm less redundant output;
Fri, 25 Sep 2015 19:13:47 +0200 wenzelm tuned signature: eliminated pointless type Context.pretty;
Mon, 31 Aug 2015 14:16:32 +0200 wenzelm tuned message;
Sun, 30 Aug 2015 15:21:25 +0200 wenzelm clarified exceptions;
Fri, 28 Aug 2015 23:48:03 +0200 wenzelm clarified exceptions: avoid interference of formal context failure with regular rule application failure (which is routinely handled in user-space);
Fri, 28 Aug 2015 23:21:04 +0200 wenzelm more abstract theory certificate, which is not necessarily the full theory;
Sun, 16 Aug 2015 18:19:30 +0200 wenzelm prefer theory_id operations;
Sun, 16 Aug 2015 17:11:31 +0200 wenzelm separate type theory_id;
Sat, 20 Dec 2014 19:12:41 +0100 wenzelm tuned;
Thu, 18 Dec 2014 15:21:54 +0100 wenzelm avoid repeated access to global variable (101 times in Complex_Main), which is actually synchronized after e557a9ddee5f;
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Mon, 17 Feb 2014 22:39:20 +0100 wenzelm subtle change of semantics of Thm.eq_thm, e.g. relevant for merge of src/HOL/Tools/Predicate_Compile/core_data.ML (cf. HOL-IMP);
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Thu, 18 Jul 2013 13:12:54 +0200 wenzelm immutable theory values with full stamp record of every update (increase of stamp size for HOL: 20000 -> 100000, JinjaThreads: 65000 -> 300000) -- minimal measurable impact on inference kernel performance;
Wed, 17 Jul 2013 09:32:08 +0200 wenzelm tuned;
Wed, 10 Apr 2013 17:02:47 +0200 wenzelm added ML antiquotation @{theory_context};
Thu, 07 Mar 2013 15:02:55 +0100 wenzelm tuned signature -- prefer terminology of Scala and Axiom;
Sat, 08 Dec 2012 13:25:49 +0100 wenzelm check consistent theory names for direct imports as well -- as claimed in the comments (see also 1cc36c0ec9eb);
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Wed, 01 Aug 2012 19:53:20 +0200 wenzelm more standard bootstrapping of Pure.thy;
Sun, 18 Mar 2012 13:04:22 +0100 wenzelm maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
Wed, 06 Jul 2011 20:46:06 +0200 wenzelm prefer Synchronized.var;
less more (0) -100 -50 -30 tip