wenzelm [Fri, 07 Mar 2014 22:19:52 +0100] rev 55989
ignore special names that are treated differently for various sub-languages (main wild-card is identifier "__");
wenzelm [Fri, 07 Mar 2014 20:50:02 +0100] rev 55988
merged
wenzelm [Fri, 07 Mar 2014 20:46:27 +0100] rev 55987
misc tuning;
wenzelm [Fri, 07 Mar 2014 20:32:48 +0100] rev 55986
more strict discrimination: symbols vs. keywords could overlap;
wenzelm [Fri, 07 Mar 2014 20:24:14 +0100] rev 55985
tuned;
wenzelm [Fri, 07 Mar 2014 20:12:38 +0100] rev 55984
more accurate description;
wenzelm [Fri, 07 Mar 2014 19:56:31 +0100] rev 55983
misc tuning and clarification;
wenzelm [Fri, 07 Mar 2014 19:28:34 +0100] rev 55982
more accurate description;
wenzelm [Fri, 07 Mar 2014 17:07:30 +0100] rev 55981
tuned proofs;
wenzelm [Fri, 07 Mar 2014 16:50:42 +0100] rev 55980
tuned;
wenzelm [Fri, 07 Mar 2014 16:00:45 +0100] rev 55979
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;
wenzelm [Fri, 07 Mar 2014 15:16:08 +0100] rev 55978
tuned description and its rendering;
wenzelm [Fri, 07 Mar 2014 14:37:25 +0100] rev 55977
more detailed description of completion items;
wenzelm [Fri, 07 Mar 2014 13:29:10 +0100] rev 55976
more basic const report (without completion) for known Const within syntax tree, which usually refers to special syntax (without proper @{const_syntax} markers);
tuned;
wenzelm [Fri, 07 Mar 2014 11:48:11 +0100] rev 55975
no completion of concealed names;
wenzelm [Fri, 07 Mar 2014 11:46:26 +0100] rev 55974
more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
wenzelm [Fri, 07 Mar 2014 11:41:25 +0100] rev 55973
tuned whitespace;
wenzelm [Fri, 07 Mar 2014 11:34:41 +0100] rev 55972
removed dead code;
wenzelm [Fri, 07 Mar 2014 10:22:27 +0100] rev 55971
modernized theory setup;
paulson <lp15@cam.ac.uk> [Fri, 07 Mar 2014 15:52:56 +0000] rev 55970
Some new proofs. Tidying up, esp to remove "apply rule".
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55969
use balanced tuples in 'primcorec'
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55968
tuning
paulson <lp15@cam.ac.uk> [Fri, 07 Mar 2014 12:35:06 +0000] rev 55967
a few new lemmas
blanchet [Fri, 07 Mar 2014 01:02:21 +0100] rev 55966
balance tuples that represent curried functions
wenzelm [Thu, 06 Mar 2014 22:15:01 +0100] rev 55965
merged
wenzelm [Thu, 06 Mar 2014 22:10:38 +0100] rev 55964
tuned proofs;
wenzelm [Thu, 06 Mar 2014 21:33:15 +0100] rev 55963
some NEWS;
wenzelm [Thu, 06 Mar 2014 21:32:09 +0100] rev 55962
special identifier "__" (i.e. empty name with internal suffix) serves as wild-card for completion;
wenzelm [Thu, 06 Mar 2014 20:26:43 +0100] rev 55961
completion is part of error (not report) and thus not subject to context visibility -- e.g. relevant for 'fixes' in long statements;
wenzelm [Thu, 06 Mar 2014 19:55:08 +0100] rev 55960
proper position for decode_pos, which is relevant for completion;
wenzelm [Thu, 06 Mar 2014 17:37:32 +0100] rev 55959
more decisive commitment to get_free vs. the_const;
tuned;
wenzelm [Thu, 06 Mar 2014 16:33:48 +0100] rev 55958
more rigid const demands, based on educated guesses about the tools involved here;
wenzelm [Thu, 06 Mar 2014 16:24:47 +0100] rev 55957
more compact Markup.markup_report: message body may consist of multiple elements;
wenzelm [Thu, 06 Mar 2014 16:12:26 +0100] rev 55956
reject internal term names outright, and complete consts instead;
more general Name_Space.check_reports;
more compact Markup.markup_report;
wenzelm [Thu, 06 Mar 2014 14:38:54 +0100] rev 55955
eliminated odd type constraint for read_const (see also 79c1d2bbe5a9);
wenzelm [Thu, 06 Mar 2014 13:44:01 +0100] rev 55954
more uniform check_const/read_const;
wenzelm [Thu, 06 Mar 2014 12:58:51 +0100] rev 55953
tuned;
wenzelm [Thu, 06 Mar 2014 12:43:29 +0100] rev 55952
more rigid type_name demands, based on educated guesses about the tools involved here;
wenzelm [Thu, 06 Mar 2014 12:10:19 +0100] rev 55951
tuned signature -- more uniform check_type_name/read_type_name;
proper reports for read_type_name (lost in 710bc66f432c);
wenzelm [Thu, 06 Mar 2014 11:32:16 +0100] rev 55950
clarified treatment of consts -- prefer value-oriented reports;
wenzelm [Thu, 06 Mar 2014 10:53:14 +0100] rev 55949
clarified check of internal names;
wenzelm [Thu, 06 Mar 2014 10:12:47 +0100] rev 55948
tuned signature;
wenzelm [Thu, 06 Mar 2014 10:11:38 +0100] rev 55947
tuned;
Lars Hupel <lars.hupel@mytum.de> [Thu, 06 Mar 2014 17:55:39 +0100] rev 55946
tuned
blanchet [Thu, 06 Mar 2014 15:40:33 +0100] rev 55945
renamed 'fun_rel' to 'rel_fun'
blanchet [Thu, 06 Mar 2014 15:29:18 +0100] rev 55944
renamed 'prod_rel' to 'rel_prod'
blanchet [Thu, 06 Mar 2014 15:25:21 +0100] rev 55943
renamed 'sum_rel' to 'rel_sum'
blanchet [Thu, 06 Mar 2014 15:14:09 +0100] rev 55942
renamed 'filter_rel' to 'rel_filter'