huffman [Fri, 02 Sep 2011 16:57:51 -0700] rev 44670
speed up extremely slow metis proof of Sup_real_iff
(reducing total HOL compilation time by 5% on my machine)
huffman [Fri, 02 Sep 2011 16:48:30 -0700] rev 44669
remove redundant lemma reals_complete2 in favor of complete_real
huffman [Fri, 02 Sep 2011 15:19:59 -0700] rev 44668
simplify proof of Rats_dense_in_real;
remove lemma Rats_dense_in_nn_real;
huffman [Fri, 02 Sep 2011 14:27:55 -0700] rev 44667
remove unused, unnecessary lemmas
huffman [Fri, 02 Sep 2011 13:57:12 -0700] rev 44666
remove more duplicate lemmas
wenzelm [Fri, 02 Sep 2011 23:04:12 +0200] rev 44665
merged
haftmann [Fri, 02 Sep 2011 19:29:48 +0200] rev 44664
merged
haftmann [Fri, 02 Sep 2011 19:29:36 +0200] rev 44663
avoid "Code" as structure name
wenzelm [Fri, 02 Sep 2011 22:48:56 +0200] rev 44662
more robust chunk painting wrt. hard tabs, when chunk.str == null;
wenzelm [Fri, 02 Sep 2011 21:48:27 +0200] rev 44661
raw message function "assign_execs" avoids full overhead of decoding and caching message body;
wenzelm [Fri, 02 Sep 2011 21:06:05 +0200] rev 44660
less agressive parsing of commands (priority ~1);
join commands just before actual assignment;
wenzelm [Fri, 02 Sep 2011 20:35:32 +0200] rev 44659
tuned;
wenzelm [Fri, 02 Sep 2011 20:29:39 +0200] rev 44658
more direct Token.range_pos and Outer_Syntax.read_command, bypassing Thy_Syntax.span;
nipkow [Fri, 02 Sep 2011 19:25:44 +0200] rev 44657
merged