Fri, 28 Feb 2014 11:13:25 +0100 tuned errors -- in accordance to Scala version;
wenzelm [Fri, 28 Feb 2014 11:13:25 +0100] rev 55797
tuned errors -- in accordance to Scala version;
Fri, 28 Feb 2014 10:50:54 +0100 tuned errors -- in accordance to ML antiquotations;
wenzelm [Fri, 28 Feb 2014 10:50:54 +0100] rev 55796
tuned errors -- in accordance to ML antiquotations;
Fri, 28 Feb 2014 10:40:04 +0100 more explicit method reports;
wenzelm [Fri, 28 Feb 2014 10:40:04 +0100] rev 55795
more explicit method reports; avoid combinator parsers with observable effect -- unreliable due to backtracking (Scan.FAIL) and incremental input (Scan.MORE);
Thu, 27 Feb 2014 21:36:40 +0100 merged
wenzelm [Thu, 27 Feb 2014 21:36:40 +0100] rev 55794
merged
Thu, 27 Feb 2014 21:31:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:31:58 +0100] rev 55793
tuned whitespace; tuned proofs;
Thu, 27 Feb 2014 21:27:58 +0100 tuned whitespace;
wenzelm [Thu, 27 Feb 2014 21:27:58 +0100] rev 55792
tuned whitespace; modernized theory setup;
Thu, 27 Feb 2014 21:02:09 +0100 clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits;
wenzelm [Thu, 27 Feb 2014 21:02:09 +0100] rev 55791
clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits; clarified asynchronous event propagation: determine buffers where they are actually accessed; tuned signature;
Thu, 27 Feb 2014 17:56:59 +0100 simplified rendering -- no need to over-emphasize "token_range";
wenzelm [Thu, 27 Feb 2014 17:56:59 +0100] rev 55790
simplified rendering -- no need to over-emphasize "token_range";
Thu, 27 Feb 2014 17:39:20 +0100 modernized theory setup;
wenzelm [Thu, 27 Feb 2014 17:39:20 +0100] rev 55789
modernized theory setup;
Thu, 27 Feb 2014 17:29:58 +0100 store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
wenzelm [Thu, 27 Feb 2014 17:29:58 +0100] rev 55788
store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing; integrity check of SHA1 digests produced in Scala vs. ML; tuned signature;
Thu, 27 Feb 2014 17:24:46 +0100 more symbols;
wenzelm [Thu, 27 Feb 2014 17:24:46 +0100] rev 55787
more symbols;
Thu, 27 Feb 2014 17:24:16 +0100 more symbol abbrevs to support HOL library maintenance;
wenzelm [Thu, 27 Feb 2014 17:24:16 +0100] rev 55786
more symbol abbrevs to support HOL library maintenance;
Thu, 27 Feb 2014 14:51:14 +0100 reparse only for actually changed blobs;
wenzelm [Thu, 27 Feb 2014 14:51:14 +0100] rev 55785
reparse only for actually changed blobs; tuned signature;
Thu, 27 Feb 2014 14:15:23 +0100 proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
wenzelm [Thu, 27 Feb 2014 14:15:23 +0100] rev 55784
proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
Thu, 27 Feb 2014 14:07:04 +0100 more formal Document.Blobs;
wenzelm [Thu, 27 Feb 2014 14:07:04 +0100] rev 55783
more formal Document.Blobs; removed junk;
Thu, 27 Feb 2014 12:48:59 +0100 tuned output;
wenzelm [Thu, 27 Feb 2014 12:48:59 +0100] rev 55782
tuned output;
Thu, 27 Feb 2014 12:37:43 +0100 proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
wenzelm [Thu, 27 Feb 2014 12:37:43 +0100] rev 55781
proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
Thu, 27 Feb 2014 10:59:12 +0100 tuned iterator;
wenzelm [Thu, 27 Feb 2014 10:59:12 +0100] rev 55780
tuned iterator;
Thu, 27 Feb 2014 10:58:43 +0100 tuned;
wenzelm [Thu, 27 Feb 2014 10:58:43 +0100] rev 55779
tuned;
Thu, 27 Feb 2014 10:38:47 +0100 tuned comment;
wenzelm [Thu, 27 Feb 2014 10:38:47 +0100] rev 55778
tuned comment;
Wed, 26 Feb 2014 20:56:55 +0100 tuned output;
wenzelm [Wed, 26 Feb 2014 20:56:55 +0100] rev 55777
tuned output;
Thu, 27 Feb 2014 18:07:53 +0100 amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
haftmann [Thu, 27 Feb 2014 18:07:53 +0100] rev 55776
amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
Thu, 27 Feb 2014 16:07:21 +0000 A bit of tidying up
paulson <lp15@cam.ac.uk> [Thu, 27 Feb 2014 16:07:21 +0000] rev 55775
A bit of tidying up
Thu, 27 Feb 2014 15:19:09 +0100 added two examples
blanchet [Thu, 27 Feb 2014 15:19:09 +0100] rev 55774
added two examples
Thu, 27 Feb 2014 13:52:33 +0100 hide Lifting.invariant from a user completely
kuncar [Thu, 27 Feb 2014 13:52:33 +0100] rev 55773
hide Lifting.invariant from a user completely
Thu, 27 Feb 2014 13:04:57 +0100 correct most general type for mutual recursion when several identical types are involved
blanchet [Thu, 27 Feb 2014 13:04:57 +0100] rev 55772
correct most general type for mutual recursion when several identical types are involved
Thu, 27 Feb 2014 11:41:32 +0100 removed bogus "error" message (it appeared during regular mode of operation)
Lars Hupel <lars.hupel@mytum.de> [Thu, 27 Feb 2014 11:41:32 +0100] rev 55771
removed bogus "error" message (it appeared during regular mode of operation)
Wed, 26 Feb 2014 23:09:29 +0100 intermediate typedef for the type of the bound (local to lfp)
traytel [Wed, 26 Feb 2014 23:09:29 +0100] rev 55770
intermediate typedef for the type of the bound (local to lfp)
Wed, 26 Feb 2014 17:14:23 +0100 merged
wenzelm [Wed, 26 Feb 2014 17:14:23 +0100] rev 55769
merged
Wed, 26 Feb 2014 17:12:07 +0100 tuned specifications and proofs;
wenzelm [Wed, 26 Feb 2014 17:12:07 +0100] rev 55768
tuned specifications and proofs;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip