Fri, 07 Mar 2014 20:46:27 +0100 misc tuning;
wenzelm [Fri, 07 Mar 2014 20:46:27 +0100] rev 55987
misc tuning;
Fri, 07 Mar 2014 20:32:48 +0100 more strict discrimination: symbols vs. keywords could overlap;
wenzelm [Fri, 07 Mar 2014 20:32:48 +0100] rev 55986
more strict discrimination: symbols vs. keywords could overlap;
Fri, 07 Mar 2014 20:24:14 +0100 tuned;
wenzelm [Fri, 07 Mar 2014 20:24:14 +0100] rev 55985
tuned;
Fri, 07 Mar 2014 20:12:38 +0100 more accurate description;
wenzelm [Fri, 07 Mar 2014 20:12:38 +0100] rev 55984
more accurate description;
Fri, 07 Mar 2014 19:56:31 +0100 misc tuning and clarification;
wenzelm [Fri, 07 Mar 2014 19:56:31 +0100] rev 55983
misc tuning and clarification;
Fri, 07 Mar 2014 19:28:34 +0100 more accurate description;
wenzelm [Fri, 07 Mar 2014 19:28:34 +0100] rev 55982
more accurate description;
Fri, 07 Mar 2014 17:07:30 +0100 tuned proofs;
wenzelm [Fri, 07 Mar 2014 17:07:30 +0100] rev 55981
tuned proofs;
Fri, 07 Mar 2014 16:50:42 +0100 tuned;
wenzelm [Fri, 07 Mar 2014 16:50:42 +0100] rev 55980
tuned;
Fri, 07 Mar 2014 16:00:45 +0100 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 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;
Fri, 07 Mar 2014 15:16:08 +0100 tuned description and its rendering;
wenzelm [Fri, 07 Mar 2014 15:16:08 +0100] rev 55978
tuned description and its rendering;
Fri, 07 Mar 2014 14:37:25 +0100 more detailed description of completion items;
wenzelm [Fri, 07 Mar 2014 14:37:25 +0100] rev 55977
more detailed description of completion items;
Fri, 07 Mar 2014 13:29:10 +0100 more basic const report (without completion) for known Const within syntax tree, which usually refers to special syntax (without proper @{const_syntax} markers);
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;
Fri, 07 Mar 2014 11:48:11 +0100 no completion of concealed names;
wenzelm [Fri, 07 Mar 2014 11:48:11 +0100] rev 55975
no completion of concealed names;
Fri, 07 Mar 2014 11:46:26 +0100 more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
wenzelm [Fri, 07 Mar 2014 11:46:26 +0100] rev 55974
more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
Fri, 07 Mar 2014 11:41:25 +0100 tuned whitespace;
wenzelm [Fri, 07 Mar 2014 11:41:25 +0100] rev 55973
tuned whitespace;
Fri, 07 Mar 2014 11:34:41 +0100 removed dead code;
wenzelm [Fri, 07 Mar 2014 11:34:41 +0100] rev 55972
removed dead code;
Fri, 07 Mar 2014 10:22:27 +0100 modernized theory setup;
wenzelm [Fri, 07 Mar 2014 10:22:27 +0100] rev 55971
modernized theory setup;
Fri, 07 Mar 2014 15:52:56 +0000 Some new proofs. Tidying up, esp to remove "apply rule".
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".
Fri, 07 Mar 2014 14:21:15 +0100 use balanced tuples in 'primcorec'
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55969
use balanced tuples in 'primcorec'
Fri, 07 Mar 2014 14:21:15 +0100 tuning
blanchet [Fri, 07 Mar 2014 14:21:15 +0100] rev 55968
tuning
Fri, 07 Mar 2014 12:35:06 +0000 a few new lemmas
paulson <lp15@cam.ac.uk> [Fri, 07 Mar 2014 12:35:06 +0000] rev 55967
a few new lemmas
Fri, 07 Mar 2014 01:02:21 +0100 balance tuples that represent curried functions
blanchet [Fri, 07 Mar 2014 01:02:21 +0100] rev 55966
balance tuples that represent curried functions
Thu, 06 Mar 2014 22:15:01 +0100 merged
wenzelm [Thu, 06 Mar 2014 22:15:01 +0100] rev 55965
merged
Thu, 06 Mar 2014 22:10:38 +0100 tuned proofs;
wenzelm [Thu, 06 Mar 2014 22:10:38 +0100] rev 55964
tuned proofs;
Thu, 06 Mar 2014 21:33:15 +0100 some NEWS;
wenzelm [Thu, 06 Mar 2014 21:33:15 +0100] rev 55963
some NEWS;
Thu, 06 Mar 2014 21:32:09 +0100 special identifier "__" (i.e. empty name with internal suffix) serves as wild-card for completion;
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;
Thu, 06 Mar 2014 20:26:43 +0100 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 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;
Thu, 06 Mar 2014 19:55:08 +0100 proper position for decode_pos, which is relevant for completion;
wenzelm [Thu, 06 Mar 2014 19:55:08 +0100] rev 55960
proper position for decode_pos, which is relevant for completion;
Thu, 06 Mar 2014 17:37:32 +0100 more decisive commitment to get_free vs. the_const;
wenzelm [Thu, 06 Mar 2014 17:37:32 +0100] rev 55959
more decisive commitment to get_free vs. the_const; tuned;
Thu, 06 Mar 2014 16:33:48 +0100 more rigid const demands, based on educated guesses about the tools involved here;
wenzelm [Thu, 06 Mar 2014 16:33:48 +0100] rev 55958
more rigid const demands, based on educated guesses about the tools involved here;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip