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;
Sat, 08 Mar 2014 21:08:10 +0100 wenzelm modernized Attrib.check_name/check_src similar to methods (see also a989bdaf8121);
Sat, 08 Mar 2014 13:49:01 +0100 wenzelm allow suffix of underscores for words (notably keywords), similar to semantic completion;
Sat, 08 Mar 2014 13:25:56 +0100 wenzelm back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
Sat, 08 Mar 2014 12:44:15 +0100 wenzelm no completion for complete keywords, to avoid confusion of 'assume' ~> 'assumes' etc.;
Sat, 08 Mar 2014 12:31:23 +0100 wenzelm clarified description;
Sat, 08 Mar 2014 11:50:12 +0100 wenzelm tuned;
Fri, 07 Mar 2014 23:28:05 +0100 wenzelm tuned proofs;
Fri, 07 Mar 2014 22:30:58 +0100 wenzelm more antiquotations;
Fri, 07 Mar 2014 22:19:52 +0100 wenzelm ignore special names that are treated differently for various sub-languages (main wild-card is identifier "__");
Fri, 07 Mar 2014 20:50:02 +0100 wenzelm merged
Fri, 07 Mar 2014 20:46:27 +0100 wenzelm misc tuning;
Fri, 07 Mar 2014 20:32:48 +0100 wenzelm more strict discrimination: symbols vs. keywords could overlap;
Fri, 07 Mar 2014 20:24:14 +0100 wenzelm tuned;
Fri, 07 Mar 2014 20:12:38 +0100 wenzelm more accurate description;
Fri, 07 Mar 2014 19:56:31 +0100 wenzelm misc tuning and clarification;
Fri, 07 Mar 2014 19:28:34 +0100 wenzelm more accurate description;
Fri, 07 Mar 2014 17:07:30 +0100 wenzelm tuned proofs;
Fri, 07 Mar 2014 16:50:42 +0100 wenzelm tuned;
Fri, 07 Mar 2014 16:00:45 +0100 wenzelm tuned message: reveal ambiguity where Syntax_Phases.decode_term fails and thus reduces proper_results beforehand, e.g. term "f(x := y)" in ~~/src/HOL/Hoare/Hoare_Logic.thy;
Fri, 07 Mar 2014 15:16:08 +0100 wenzelm tuned description and its rendering;
Fri, 07 Mar 2014 14:37:25 +0100 wenzelm more detailed description of completion items;
Fri, 07 Mar 2014 13:29:10 +0100 wenzelm more basic const report (without completion) for known Const within syntax tree, which usually refers to special syntax (without proper @{const_syntax} markers);
Fri, 07 Mar 2014 11:48:11 +0100 wenzelm no completion of concealed names;
Fri, 07 Mar 2014 11:46:26 +0100 wenzelm more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
Fri, 07 Mar 2014 11:41:25 +0100 wenzelm tuned whitespace;
Fri, 07 Mar 2014 11:34:41 +0100 wenzelm removed dead code;
Fri, 07 Mar 2014 10:22:27 +0100 wenzelm modernized theory setup;
Fri, 07 Mar 2014 15:52:56 +0000 paulson Some new proofs. Tidying up, esp to remove "apply rule".
Fri, 07 Mar 2014 14:21:15 +0100 blanchet use balanced tuples in 'primcorec'
Fri, 07 Mar 2014 14:21:15 +0100 blanchet tuning
Fri, 07 Mar 2014 12:35:06 +0000 paulson a few new lemmas
Fri, 07 Mar 2014 01:02:21 +0100 blanchet balance tuples that represent curried functions
Thu, 06 Mar 2014 22:15:01 +0100 wenzelm merged
Thu, 06 Mar 2014 22:10:38 +0100 wenzelm tuned proofs;
Thu, 06 Mar 2014 21:33:15 +0100 wenzelm some NEWS;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip