Wed, 21 Jul 2010 18:11:51 +0200 bulwahn putting proof in the right context; adding if rewriting; tuned
Thu, 22 Jul 2010 16:43:21 +0200 wenzelm load_thy: parallel parsing of units, which consist of statement/proof each;
Thu, 22 Jul 2010 14:59:27 +0200 wenzelm eliminated some unreferenced identifiers;
Thu, 22 Jul 2010 14:01:43 +0200 wenzelm tuned;
Thu, 22 Jul 2010 10:41:12 +0200 wenzelm tuned comments;
Wed, 21 Jul 2010 21:08:40 +0200 wenzelm replaced Source.of_list_limited by slightly more economic Source.of_string_limited;
Wed, 21 Jul 2010 20:32:08 +0200 wenzelm deps_thy/load_thy: store compact text to reduce space by factor 12;
Wed, 21 Jul 2010 17:57:16 +0200 wenzelm make SML/NJ happy, by adhoc type-constraints;
Wed, 21 Jul 2010 17:55:07 +0200 wenzelm recovered benchmarks, which are not tested automatically;
Wed, 21 Jul 2010 17:46:36 +0200 wenzelm made SML/NJ happy;
Wed, 21 Jul 2010 16:50:42 +0200 wenzelm merged
Wed, 21 Jul 2010 09:46:36 +0200 haftmann abstract visualization of locale ingredients; all_locales yields proper locale identifiers
Tue, 20 Jul 2010 14:08:47 +0200 haftmann tuned
Tue, 20 Jul 2010 14:01:06 +0200 haftmann accomodate for scope of "as" binding in ML
Tue, 20 Jul 2010 10:24:18 +0200 haftmann tuned code
Tue, 20 Jul 2010 08:54:21 +0200 haftmann datatype classes are abstract
Tue, 20 Jul 2010 08:54:21 +0200 haftmann avoid deprecation
Tue, 20 Jul 2010 06:35:29 +0200 haftmann robustified metis proof
Mon, 19 Jul 2010 20:23:52 +0200 haftmann modernized abel_cancel simproc setup
Mon, 19 Jul 2010 20:23:49 +0200 haftmann keep explicit diff_def as legacy theorem; modernized abel_cancel simproc setup
Mon, 19 Jul 2010 20:19:03 +0200 haftmann diff_eq_diff_less_eq' replaces diff_eq_diff_less_eq
Mon, 19 Jul 2010 16:09:44 +0200 haftmann diff_minus subsumes diff_def
Mon, 19 Jul 2010 16:09:44 +0200 haftmann tuned whitespace
Mon, 19 Jul 2010 16:09:43 +0200 haftmann dropped essentially ineffective tuning
Mon, 19 Jul 2010 16:09:43 +0200 haftmann discontinued pretending that abel_cancel is logic-independent; cleaned up junk
Mon, 19 Jul 2010 12:17:38 +0200 haftmann merged
Mon, 19 Jul 2010 12:17:30 +0200 haftmann merged
Mon, 19 Jul 2010 11:55:44 +0200 haftmann distinguish different classes of const syntax
Mon, 19 Jul 2010 11:55:43 +0200 haftmann Scala: subtle difference in printing strings vs. complex mixfix syntax
Mon, 19 Jul 2010 11:55:42 +0200 haftmann check code generation for Scala
Mon, 19 Jul 2010 11:55:42 +0200 haftmann dropped superfluous prefixes
Mon, 19 Jul 2010 11:55:42 +0200 haftmann optional break
Fri, 16 Jul 2010 15:55:32 +0200 haftmann consolidate const_syntax naming
Wed, 21 Jul 2010 16:49:52 +0200 wenzelm recovered benchmarks, which are not tested automatically;
Wed, 21 Jul 2010 16:29:20 +0200 wenzelm reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;
Wed, 21 Jul 2010 16:14:16 +0200 wenzelm eliminated old time_use/time_use_thy variants -- timing is implicitly controlled via Output.timing;
Wed, 21 Jul 2010 15:44:36 +0200 wenzelm moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
Wed, 21 Jul 2010 15:31:38 +0200 wenzelm replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;
Wed, 21 Jul 2010 15:23:46 +0200 wenzelm thm_deps/unused_thms: Context.get_theory based on proper theory ancestry, not accidental theory loader state;
Wed, 21 Jul 2010 15:13:36 +0200 wenzelm explicit dependency on theory HOL;
Wed, 21 Jul 2010 15:02:51 +0200 wenzelm ML antiquotations @{theory} and @{theory_ref} refer to the theory ancestry, not any accidental theory loader state;
Wed, 21 Jul 2010 14:27:05 +0200 wenzelm added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);
Wed, 21 Jul 2010 13:55:44 +0200 wenzelm thy_deps: more direct comparison of sessions, which is presumably what "unfold" is meant to indicate here -- also avoid referring to accidental theory loader state;
Wed, 21 Jul 2010 13:25:14 +0200 wenzelm clarified/exported Future.worker_subgroup, which is already the default for Future.fork;
Tue, 20 Jul 2010 23:16:21 +0200 wenzelm qualified Thy_Info.get_theory;
Tue, 20 Jul 2010 23:09:49 +0200 wenzelm discontinued pervasive val theory = Thy_Info.get_theory -- prefer antiquotations in most situations;
Tue, 20 Jul 2010 22:03:37 +0200 wenzelm further Mac OS X deviations;
Tue, 20 Jul 2010 21:57:26 +0200 wenzelm warning in proper transaction context;
Tue, 20 Jul 2010 21:49:39 +0200 wenzelm SML/NJ: refrain from modifying toplevel pp for type string -- unclear if it could work here;
Tue, 20 Jul 2010 21:07:23 +0200 wenzelm avoid duplicate printing of 'theory' state (cf. 173974e07dea);
Tue, 20 Jul 2010 20:56:28 +0200 wenzelm toplevel pp for Proof.state and Toplevel.state;
Tue, 20 Jul 2010 20:10:27 +0200 wenzelm execute document version at high priority;
Tue, 20 Jul 2010 18:33:19 +0200 wenzelm Topelevel.run_command: interactive mode for initial 'theory' ensures that Thy_Info.begin_theory loads parent theories;
Tue, 20 Jul 2010 18:19:50 +0200 wenzelm edit_document: join parent execution in synchronous/uninterruptible mode, to prevent spurious interrupts when cascaded executions run into each other;
Tue, 20 Jul 2010 17:35:42 +0200 wenzelm back to more strict dependencies, even for canceled groups (reverting parts of 02936e77a07c);
Tue, 20 Jul 2010 16:42:48 +0200 wenzelm export Graph.get_entry for convenience;
Tue, 20 Jul 2010 14:44:33 +0200 wenzelm eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
Tue, 20 Jul 2010 14:41:13 +0200 wenzelm tuned;
Tue, 20 Jul 2010 11:11:15 +0200 wenzelm observe follow_caret (again);
Mon, 19 Jul 2010 22:19:18 +0200 wenzelm Session: predefined real time parameters;
Mon, 19 Jul 2010 08:59:43 +0200 haftmann bind and then latex symbols
Sun, 18 Jul 2010 17:56:04 +0200 wenzelm minor update of dependencies;
Fri, 16 Jul 2010 15:28:23 +0200 haftmann corrected range chec
Fri, 16 Jul 2010 15:28:22 +0200 haftmann first roughly working version of Imperative HOL for Scala
Fri, 16 Jul 2010 14:11:08 +0200 haftmann tuned
Fri, 16 Jul 2010 13:58:37 +0200 haftmann merged
Fri, 16 Jul 2010 13:58:29 +0200 haftmann a first sketch for Imperative HOL witht Scala
Fri, 16 Jul 2010 13:57:46 +0200 haftmann don't fail gracefully
Fri, 16 Jul 2010 13:57:29 +0200 haftmann restored long-broken syntax sanity checks
Fri, 16 Jul 2010 13:57:29 +0200 haftmann tuned interpunctation
Fri, 16 Jul 2010 10:23:21 +0200 haftmann fragments of Scala
Thu, 15 Jul 2010 10:16:17 +0200 haftmann merged
Thu, 15 Jul 2010 10:12:49 +0200 haftmann adjusted; fixed typo
Thu, 15 Jul 2010 08:14:05 +0200 haftmann dropped spurious export_code
Wed, 14 Jul 2010 19:10:23 +0100 kleing use different log server (macbroy23 down)
Wed, 14 Jul 2010 17:27:54 +0200 haftmann more consistent spacing in generated monadic code
Wed, 14 Jul 2010 17:16:02 +0200 haftmann braced needed in layout-insensitive syntax
Wed, 14 Jul 2010 17:15:58 +0200 haftmann repaired some implementations of imperative operations
Wed, 14 Jul 2010 16:45:30 +0200 haftmann repaired reference implementation for OCaml
Wed, 14 Jul 2010 16:45:30 +0200 haftmann part of pervasive test
Wed, 14 Jul 2010 16:45:30 +0200 haftmann avoid ambiguities; tuned
Wed, 14 Jul 2010 16:45:29 +0200 haftmann repaired of_list implementation for SML, OCaml
Wed, 14 Jul 2010 16:13:14 +0200 haftmann avoid export_code ... file -
Wed, 14 Jul 2010 16:02:50 +0200 haftmann explicit optional checking
Wed, 14 Jul 2010 15:49:29 +0200 haftmann added Isar syntax for code checking
Wed, 14 Jul 2010 15:49:29 +0200 haftmann corrected import
Wed, 14 Jul 2010 15:08:02 +0200 haftmann use generic description slot for formal code checking
Wed, 14 Jul 2010 14:53:44 +0200 haftmann formal slot for code checker
Wed, 14 Jul 2010 14:53:44 +0200 haftmann export_code without file prints to standard output
Wed, 14 Jul 2010 14:20:47 +0200 haftmann check without explicit path
Wed, 14 Jul 2010 14:16:12 +0200 haftmann load cache_io before code generator; moved adhoc-overloading to generic tools
Wed, 14 Jul 2010 12:27:44 +0200 haftmann tuned infix syntax
Wed, 14 Jul 2010 12:27:44 +0200 haftmann dropped M suffix; added predicate monad bind
Wed, 14 Jul 2010 12:27:43 +0200 haftmann self-built symbol for part of bind operator
Wed, 14 Jul 2010 09:42:44 +0200 haftmann redirect stderr to stdout
Tue, 13 Jul 2010 21:07:12 +0100 paulson merged
Tue, 13 Jul 2010 11:27:19 +0100 paulson merged
Tue, 13 Jul 2010 11:26:16 +0100 paulson corrected mixfix declarations and tidied proofs
Tue, 13 Jul 2010 17:19:35 +0100 paulson merged
Tue, 13 Jul 2010 17:19:08 +0100 paulson Fixed syntax and tidied some proofs
Tue, 13 Jul 2010 18:01:42 +0200 bulwahn correcting function name of generator for products of traditional code generator (introduced in 0040bafffdef)
Tue, 13 Jul 2010 16:30:13 +0200 haftmann consolidated names of theorems
Tue, 13 Jul 2010 16:21:49 +0200 haftmann qualified names for (really) all array operations
Tue, 13 Jul 2010 16:12:40 +0200 haftmann canonical argument order for get
Tue, 13 Jul 2010 16:00:56 +0200 haftmann qualified names for (almost) all array operations
Tue, 13 Jul 2010 15:37:31 +0200 haftmann canonical argument order for present
Tue, 13 Jul 2010 15:34:02 +0200 haftmann canonical argument order for length
Tue, 13 Jul 2010 11:23:21 +0100 kleing merged
Tue, 13 Jul 2010 11:21:22 +0100 kleing new crontab
Tue, 13 Jul 2010 12:20:23 +0200 haftmann merged
Tue, 13 Jul 2010 12:16:24 +0200 haftmann proper merge of operation changes and generic do-syntax
Tue, 13 Jul 2010 12:05:20 +0200 haftmann merged
Tue, 13 Jul 2010 12:01:34 +0200 haftmann hide_const; update replaces change
Tue, 13 Jul 2010 11:17:13 +0100 kleing remove separate afp settings again, use plain mac-poly64-M4 instead.
Tue, 13 Jul 2010 11:01:12 +0100 kleing merged
Tue, 13 Jul 2010 11:00:20 +0100 kleing new settings for afp test
Tue, 13 Jul 2010 12:00:11 +0200 krauss Heap_Monad uses Monad_Syntax
Tue, 13 Jul 2010 11:50:22 +0200 krauss State_Monad uses Monad_Syntax
Tue, 13 Jul 2010 00:15:37 +0200 krauss uniform do notation for monads
Tue, 13 Jul 2010 00:15:37 +0200 krauss generic ad-hoc overloading via check/uncheck
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip