Mon, 21 Aug 2023 15:28:35 +0200 wenzelm performance tuning: avoid redundant db access;
Mon, 21 Aug 2023 15:04:22 +0200 wenzelm clarified signature: proper treatment of implicit state (amending d0c9d277620e);
Mon, 21 Aug 2023 13:01:45 +0200 wenzelm performance tuning: avoid redundant db access;
Mon, 21 Aug 2023 12:40:33 +0200 wenzelm performance tuning: avoid multiple db roundtrips;
Mon, 21 Aug 2023 12:34:53 +0200 wenzelm clarified signature: more robust treatment of implicit state;
Mon, 21 Aug 2023 11:56:07 +0200 wenzelm proper sync_database for Database_Progress consumer;
Mon, 21 Aug 2023 11:43:29 +0200 wenzelm tuned message;
Mon, 21 Aug 2023 11:42:16 +0200 wenzelm tuned;
Mon, 21 Aug 2023 11:24:47 +0200 wenzelm tuned messages;
Mon, 21 Aug 2023 11:15:25 +0200 wenzelm tuned signature: removed unused arguments;
Mon, 21 Aug 2023 10:55:30 +0200 wenzelm minor performance tuning: avoid multiple db roundtrips;
Mon, 21 Aug 2023 10:53:50 +0200 wenzelm more operations;
Mon, 21 Aug 2023 10:53:26 +0200 wenzelm tuned;
Sun, 20 Aug 2023 22:24:24 +0200 wenzelm limit size and complexity of bulk transactions;
Sun, 20 Aug 2023 21:05:56 +0200 wenzelm more scalable write_entries and Export.consumer via db.execute_batch_statement;
Sat, 19 Aug 2023 22:57:06 +0200 wenzelm clarified signature: filter batch;
Sat, 19 Aug 2023 14:45:57 +0200 wenzelm more scalable write_messages via db.execute_batch_statement;
Sat, 19 Aug 2023 14:34:36 +0200 wenzelm support for execute_batch: multiple statements in one round-trip;
Thu, 17 Aug 2023 20:13:49 +0200 wenzelm more robust;
Thu, 17 Aug 2023 20:06:24 +0200 wenzelm restrict input_messages to master build_process: avoid excessive db traffic for distributed build_workers;
Thu, 17 Aug 2023 19:01:40 +0200 wenzelm more scalable Database_Progress via asynchronous Consumer_Thread.fork_bulk;
Thu, 17 Aug 2023 16:15:25 +0200 wenzelm clarified main_loop: support timeout, which results in consume(Nil);
Thu, 17 Aug 2023 15:12:18 +0200 wenzelm tuned;
Thu, 17 Aug 2023 14:46:24 +0200 wenzelm clarified signature;
Thu, 17 Aug 2023 14:43:45 +0200 wenzelm tuned signature;
Wed, 16 Aug 2023 14:50:17 +0200 wenzelm tuned signature;
Wed, 16 Aug 2023 14:42:43 +0200 wenzelm build_worker is stopped independently from master build_process;
Sun, 13 Aug 2023 19:27:58 +0200 wenzelm clarified command arguments: optionally restrict to given theories (from theory loader);
Sun, 13 Aug 2023 19:23:53 +0200 wenzelm tuned signature: more operations for formal theory context vs. theory loader;
Sun, 13 Aug 2023 17:50:31 +0200 wenzelm added Isar command 'print_context_tracing';
Sun, 13 Aug 2023 15:06:17 +0200 wenzelm avoid confusion: this is merely about "isabelle dotnet_setup", no codegen yet;
Fri, 25 Aug 2023 11:31:24 +0200 blanchet avoid using FOOL syntax with older Vampire versions because of soundness bug visible by passing 'Abs_unit_cases Rep_unit Rep_unit_cases' as the facts to Sledgehammer
Fri, 25 Aug 2023 09:56:45 +0100 paulson merged
Thu, 24 Aug 2023 21:40:24 +0100 paulson some refinements in Algebra and Number_Theory
Fri, 25 Aug 2023 08:33:46 +0200 Lars Hupel provide Go component
Wed, 23 Aug 2023 10:12:46 +0100 paulson merged
Tue, 22 Aug 2023 22:13:51 +0100 paulson A subtle fix involving the "measurable" attribute
Mon, 21 Aug 2023 18:38:41 +0100 paulson merged
Mon, 21 Aug 2023 18:38:25 +0100 paulson Numerous minor tweaks and simplifications
Sat, 12 Aug 2023 10:09:29 +0100 paulson substantial tidy-up, shortening many proofs
Wed, 23 Aug 2023 10:32:23 +0200 Lars Hupel add Go component
Sun, 13 Aug 2023 15:08:38 +0200 wenzelm backed out changeset 2a26d423d9fb: build_log_database not run yet, so this tests the same changesets again;
Thu, 10 Aug 2023 23:11:52 +0200 wenzelm back to post-release mode -- after fork point;
Thu, 10 Aug 2023 20:42:18 +0200 wenzelm Added tag Isabelle2023-RC3 for changeset f5fb5bb2533f
Thu, 10 Aug 2023 20:39:28 +0200 wenzelm clarified option name (see also ff43a524aa5d);
Thu, 10 Aug 2023 20:30:37 +0200 wenzelm more thorough ML_Heap.restore: include ancestors; prefer simultaneous ML_Heap.get_entries: just one database access for heap hierarchy;
Thu, 10 Aug 2023 19:58:23 +0200 wenzelm more robust: atomic file-system result via tmp file;
Thu, 10 Aug 2023 19:51:43 +0200 wenzelm removed junk (amending 8cd399b25dac);
Thu, 10 Aug 2023 19:48:39 +0200 wenzelm more robust wrt. undefined state;
Thu, 10 Aug 2023 19:42:21 +0200 wenzelm more informative error;
Thu, 10 Aug 2023 16:57:01 +0200 wenzelm more robust;
Thu, 10 Aug 2023 16:49:17 +0200 wenzelm tuned signature;
Thu, 10 Aug 2023 16:40:07 +0200 wenzelm clarified signature: more explicit types;
Thu, 10 Aug 2023 15:11:21 +0200 wenzelm more informative shasum: show differences explicitly;
Thu, 10 Aug 2023 12:26:20 +0200 wenzelm tuned messages;
Thu, 10 Aug 2023 12:15:40 +0200 wenzelm more robust ancestor_results: avoid total existence failure after build_process has crashed elsewhere;
Thu, 10 Aug 2023 11:29:11 +0200 wenzelm clarified synchronized regions: avoid deadlock of Build_Cluster operations on other thread vs. return_code(), notably via capture() error handling;
Wed, 09 Aug 2023 14:33:59 +0200 nipkow merged
Wed, 09 Aug 2023 09:22:15 +0200 nipkow improved simp rule insert_Times_insert (following Dominique Unruh).
Wed, 09 Aug 2023 11:04:17 +0200 wenzelm afford multiple tests for arm64_32-darwin on this fast machine;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip