Wed, 12 Mar 2014 10:42:28 +0100 wenzelm more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
Tue, 11 Mar 2014 22:49:28 +0100 wenzelm more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
Tue, 11 Mar 2014 21:58:41 +0100 wenzelm slightly more rubust (and opportunistic) exit for old-fashioned theory_to_proof, which is used by global 'sublocale' with Named_Target.init but without proper exit;
Tue, 11 Mar 2014 18:36:17 +0100 wenzelm more standard internal data integrity;
Tue, 11 Mar 2014 18:26:47 +0100 wenzelm tables with changes relative to some common base version -- support for efficient join/merge of big global tables with small local updates;
Tue, 11 Mar 2014 14:28:39 +0100 wenzelm tuned signature;
Tue, 11 Mar 2014 13:58:22 +0100 wenzelm tuned comment;
Tue, 11 Mar 2014 10:14:45 +0100 wenzelm minor performance tuning via fast matching filter;
Tue, 11 Mar 2014 17:18:42 +0100 blanchet added missing theorems to unfolding set
Tue, 11 Mar 2014 17:18:41 +0100 blanchet moved 'Quickcheck_Narrowing' further down the theory graph
Tue, 11 Mar 2014 17:18:39 +0100 blanchet make it possible to load Quickcheck exhaustive & narrowing in parallel
Tue, 11 Mar 2014 15:34:38 +0100 blanchet full path
Tue, 11 Mar 2014 11:32:32 +0100 hoelzl measurable_lfp/gfp: indirection not necessary
Mon, 10 Mar 2014 23:03:51 +0100 wenzelm merged
Mon, 10 Mar 2014 23:03:15 +0100 wenzelm tuned proofs;
Mon, 10 Mar 2014 22:40:48 +0100 wenzelm proper Char comparison, despite weakly-typed Scala (cf. 5ff5208de089);
Mon, 10 Mar 2014 22:39:37 +0100 wenzelm tuned message;
Mon, 10 Mar 2014 22:28:20 +0100 wenzelm tuned message;
Mon, 10 Mar 2014 22:22:03 +0100 wenzelm include long identifiers in the reckoning of words (e.g. "integer.lifting" vs. 'lifting_update');
Mon, 10 Mar 2014 22:14:53 +0100 wenzelm tuned messages -- in accordance to Isabelle/Scala;
Mon, 10 Mar 2014 22:08:51 +0100 wenzelm tuned;
Mon, 10 Mar 2014 21:58:54 +0100 wenzelm enabled test in PIDE interaction;
Mon, 10 Mar 2014 21:40:39 +0100 wenzelm proper Args.syntax for slightly odd bundle trickery;
Mon, 10 Mar 2014 21:15:29 +0100 wenzelm some Markup.language_path to prevent completion of symbols (notably "~") -- always "delimited" for simplicity in contrast to 42ac3cfb89f6;
Mon, 10 Mar 2014 20:27:08 +0100 wenzelm more markup;
Mon, 10 Mar 2014 18:06:23 +0100 wenzelm clarified Args.check_src: retain name space information for error output;
Mon, 10 Mar 2014 17:52:30 +0100 wenzelm tuned;
Mon, 10 Mar 2014 17:09:40 +0100 wenzelm modernized data managed via Name_Space.table;
Mon, 10 Mar 2014 16:30:07 +0100 wenzelm clarified Args.src: more abstract type, position refers to name only;
Mon, 10 Mar 2014 15:30:29 +0100 wenzelm tuned signature;
Mon, 10 Mar 2014 15:20:41 +0100 wenzelm prefer Name_Space.pretty with its builtin markup;
Mon, 10 Mar 2014 15:04:01 +0100 wenzelm tuned signature -- prefer Name_Space.get with its builtin error;
Mon, 10 Mar 2014 13:55:03 +0100 wenzelm abstract type Name_Space.table;
Mon, 10 Mar 2014 10:13:47 +0100 wenzelm more structured order;
Mon, 10 Mar 2014 10:04:26 +0100 wenzelm more direct Long_Name.qualification;
Mon, 10 Mar 2014 09:54:01 +0100 wenzelm more restrictive completion: intern/extern stability;
Mon, 10 Mar 2014 20:16:13 +0100 hoelzl add measurability rule for (co)inductive predicates
Mon, 10 Mar 2014 20:04:40 +0100 hoelzl introduced antimono; incseq, decseq are now abbreviations for mono and antimono; renamed Library/Continuity to Library/Order_Continuity; removed up_cont; renamed down_cont to down_continuity and generalized to complete_lattices
Mon, 10 Mar 2014 17:14:57 +0100 kuncar hide implementation details
Mon, 10 Mar 2014 15:24:49 +0100 traytel copy-paste typo
Mon, 10 Mar 2014 14:46:22 +0100 traytel tuned tactic
Mon, 10 Mar 2014 13:23:16 +0100 traytel unfold intermediate definitions after sealing the bnf
Sun, 09 Mar 2014 22:45:09 +0100 haftmann bootstrap fundamental Fun theory immediately after Set theory, without dependency on complete lattices
Sun, 09 Mar 2014 22:45:07 +0100 haftmann tuned;
Sun, 09 Mar 2014 22:27:04 +0100 traytel more careful unfolding of internal constants
Sun, 09 Mar 2014 21:40:41 +0100 traytel made typedef for the type of the bound optional (size-based)
Fri, 07 Mar 2014 23:10:27 +0100 traytel made natLe{q,ss} constants (yields smaller terms in composition)
Fri, 07 Mar 2014 23:09:10 +0100 traytel removed junk
Sun, 09 Mar 2014 18:43:38 +0100 wenzelm tuned proofs;
Sun, 09 Mar 2014 17:43:40 +0100 wenzelm unused;
Sun, 09 Mar 2014 17:40:02 +0100 wenzelm tuned;
Sun, 09 Mar 2014 17:37:34 +0100 wenzelm more formal read_root;
Sun, 09 Mar 2014 17:08:31 +0100 wenzelm simplified / modernized hide commands: proper outer parsers and PIDE markup via check;
Sun, 09 Mar 2014 17:07:45 +0100 wenzelm removed dead code;
Sun, 09 Mar 2014 17:02:18 +0100 wenzelm check fact names with PIDE markup;
Sun, 09 Mar 2014 16:37:56 +0100 wenzelm tuned signature;
Sun, 09 Mar 2014 15:21:08 +0100 wenzelm do allow replacement of words where this is appropriate, notably symbol abbrevs and keyword templates (see also 1c42ebdb3a58);
Sat, 08 Mar 2014 23:03:15 +0100 wenzelm tuned proofs;
Sat, 08 Mar 2014 22:21:44 +0100 wenzelm tuned proofs;
Sat, 08 Mar 2014 21:31:12 +0100 wenzelm keep current context visibility for PIDE markup and completion (in contrast to 8e3e004f1c31): Attrib.check_src of 9dc5ce83202c should intern/report attributes once, which happens for local_theory in the (visible) auxiliary context;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip