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;
Thu, 06 Mar 2014 21:32:09 +0100 wenzelm special identifier "__" (i.e. empty name with internal suffix) serves as wild-card for completion;
Thu, 06 Mar 2014 20:26:43 +0100 wenzelm completion is part of error (not report) and thus not subject to context visibility -- e.g. relevant for 'fixes' in long statements;
Thu, 06 Mar 2014 19:55:08 +0100 wenzelm proper position for decode_pos, which is relevant for completion;
Thu, 06 Mar 2014 17:37:32 +0100 wenzelm more decisive commitment to get_free vs. the_const;
Thu, 06 Mar 2014 16:33:48 +0100 wenzelm more rigid const demands, based on educated guesses about the tools involved here;
Thu, 06 Mar 2014 16:24:47 +0100 wenzelm more compact Markup.markup_report: message body may consist of multiple elements;
Thu, 06 Mar 2014 16:12:26 +0100 wenzelm reject internal term names outright, and complete consts instead;
Thu, 06 Mar 2014 14:38:54 +0100 wenzelm eliminated odd type constraint for read_const (see also 79c1d2bbe5a9);
Thu, 06 Mar 2014 13:44:01 +0100 wenzelm more uniform check_const/read_const;
Thu, 06 Mar 2014 12:58:51 +0100 wenzelm tuned;
Thu, 06 Mar 2014 12:43:29 +0100 wenzelm more rigid type_name demands, based on educated guesses about the tools involved here;
Thu, 06 Mar 2014 12:10:19 +0100 wenzelm tuned signature -- more uniform check_type_name/read_type_name;
Thu, 06 Mar 2014 11:32:16 +0100 wenzelm clarified treatment of consts -- prefer value-oriented reports;
Thu, 06 Mar 2014 10:53:14 +0100 wenzelm clarified check of internal names;
Thu, 06 Mar 2014 10:12:47 +0100 wenzelm tuned signature;
Thu, 06 Mar 2014 10:11:38 +0100 wenzelm tuned;
Thu, 06 Mar 2014 17:55:39 +0100 Lars Hupel tuned
Thu, 06 Mar 2014 15:40:33 +0100 blanchet renamed 'fun_rel' to 'rel_fun'
Thu, 06 Mar 2014 15:29:18 +0100 blanchet renamed 'prod_rel' to 'rel_prod'
Thu, 06 Mar 2014 15:25:21 +0100 blanchet renamed 'sum_rel' to 'rel_sum'
Thu, 06 Mar 2014 15:14:09 +0100 blanchet renamed 'filter_rel' to 'rel_filter'
Thu, 06 Mar 2014 15:12:23 +0100 blanchet renamed 'endofun_rel' to 'rel_endofun'
Thu, 06 Mar 2014 15:10:56 +0100 blanchet renamed 'vset_rel' to 'rel_vset'
Thu, 06 Mar 2014 14:57:15 +0100 blanchet fixed NEWS
Thu, 06 Mar 2014 14:57:14 +0100 blanchet renamed 'set_rel' to 'rel_set'
Thu, 06 Mar 2014 14:25:55 +0100 traytel tuned
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip