Fri, 08 Jan 2010 14:34:18 +0100 haftmann simple tests
Fri, 08 Jan 2010 14:34:17 +0100 haftmann boolean operators for scala
Sun, 10 Jan 2010 23:43:25 +0100 wenzelm elements with start entry;
Sun, 10 Jan 2010 23:16:26 +0100 wenzelm plain object;
Sun, 10 Jan 2010 23:16:18 +0100 wenzelm tuned signature;
Sun, 10 Jan 2010 17:29:09 +0100 wenzelm tuned;
Sat, 09 Jan 2010 23:22:56 +0100 wenzelm misc tuning;
Sat, 09 Jan 2010 23:22:24 +0100 wenzelm Swing_Thread.future: plain Future.value if this is already Swing;
Sat, 09 Jan 2010 18:23:02 +0100 wenzelm added find_files;
Sat, 09 Jan 2010 18:22:40 +0100 wenzelm pass build error code;
Sat, 09 Jan 2010 16:31:19 +0100 wenzelm tuned isatest ML_OPTIONS;
Fri, 08 Jan 2010 14:07:07 +0100 haftmann merged
Fri, 08 Jan 2010 12:25:15 +0100 haftmann a primitive scala serializer
Fri, 08 Jan 2010 11:07:53 +0100 wenzelm fixed type error;
Thu, 07 Jan 2010 17:41:06 +0100 hoelzl remove overloaded star operator, use specific vector / matrix operators
Thu, 07 Jan 2010 18:56:39 +0100 hoelzl finite annotation on cartesian product is now implicit.
Thu, 07 Jan 2010 17:43:35 +0100 hoelzl added syntax translation to automatically add finite typeclass to index type of cartesian product type
Wed, 06 Jan 2010 13:07:30 +0100 himmelma Made finite cartesian products finite
Thu, 07 Jan 2010 12:24:35 +0100 blanchet reduced arity of Nitpick selectors associated with sets by 1, by using "Formula" instead of "Atom 2"
Thu, 07 Jan 2010 08:45:55 +0100 blanchet make Nitpick's tests not leave files in the temp directory
Wed, 06 Jan 2010 23:18:44 +0100 wenzelm more text edit operations;
Wed, 06 Jan 2010 23:18:12 +0100 wenzelm always report updates -- required has "handshake";
Wed, 06 Jan 2010 22:21:25 +0100 wenzelm tuned Isabelle/Scala build;
Wed, 06 Jan 2010 22:18:52 +0100 wenzelm simplified build/bootstrap of graph browser -- avoid make;
Wed, 06 Jan 2010 20:00:22 +0100 wenzelm simplified build/bootstrap of Isabelle/Scala components -- avoid make;
Wed, 06 Jan 2010 18:22:43 +0100 wenzelm more robust cancelation, notably of passive futures without scheduler running;
Wed, 06 Jan 2010 18:14:16 +0100 wenzelm eliminated cache, which complicates the code without making a real difference (NB: deque_towards often disrupts caching, and daisy-chaining of workers already reduces queue overhead);
Wed, 06 Jan 2010 15:07:56 +0100 wenzelm tasks of canceled groups are considered "ready" -- enables to purge the queue from tasks depending on unfinished promises (also improves general reactivity);
Wed, 06 Jan 2010 13:14:28 +0100 wenzelm do not memoize interrupts;
Tue, 05 Jan 2010 23:38:10 +0100 wenzelm added Future.promise/fulfill -- promised futures that are fulfilled by external means;
Tue, 05 Jan 2010 18:20:18 +0100 wenzelm Basic edits on plain text.
Tue, 05 Jan 2010 16:55:00 +0100 wenzelm recovered legacy settings for Proof General 3.x;
Tue, 05 Jan 2010 16:51:01 +0100 wenzelm merged
Tue, 05 Jan 2010 15:35:01 +0100 haftmann merged
Tue, 05 Jan 2010 14:19:12 +0100 haftmann avoid exporting Type.build_tsig
Tue, 05 Jan 2010 11:38:51 +0100 haftmann repaired legacy setting variable
Tue, 05 Jan 2010 11:25:14 +0100 haftmann merged
Tue, 05 Jan 2010 11:25:01 +0100 haftmann more correct handling of empty functions
Tue, 05 Jan 2010 16:29:31 +0100 wenzelm separate module Thy_Syntax for command span parsing;
Tue, 05 Jan 2010 16:29:03 +0100 wenzelm more accurate scanning of bad input;
Tue, 05 Jan 2010 15:45:32 +0100 wenzelm added filter_proper parameter;
Tue, 05 Jan 2010 15:44:32 +0100 wenzelm more token discriminators;
Tue, 05 Jan 2010 15:44:06 +0100 wenzelm tuned message;
Tue, 05 Jan 2010 15:43:44 +0100 wenzelm tuned;
Tue, 05 Jan 2010 13:45:17 +0100 wenzelm added Promise.fulfill_result;
Tue, 05 Jan 2010 13:34:53 +0100 wenzelm slightly shorter tail (again) -- theory loader produces less warning spam (cf. 2524c1bbd087);
Tue, 05 Jan 2010 00:04:29 +0100 wenzelm kill failed theories in reverse order -- avoids cascaded warnings;
Mon, 04 Jan 2010 23:20:35 +0100 wenzelm discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
Mon, 04 Jan 2010 22:43:07 +0100 wenzelm Standard_System.raw_exec;
Mon, 04 Jan 2010 22:35:32 +0100 wenzelm removed function "isabelle-process", keeping "isabelle" only -- functions within the process environment might get passed through a genuine /bin/sh, which does not allow non-identifiers here;
Mon, 04 Jan 2010 22:19:14 +0100 wenzelm added Cygwin "make" package;
Mon, 04 Jan 2010 22:16:48 +0100 wenzelm discontinued old ISABELLE and ISATOOL environment settings;
Mon, 04 Jan 2010 21:49:47 +0100 wenzelm shell functions "isabelle-process" and "isabelle" refer to the proper executables statically -- for interactive use or sloppy bash scripts;
Mon, 04 Jan 2010 20:25:56 +0100 wenzelm removed further remains of mutable theory data (cf. 25bd3ed2ac9f);
Mon, 04 Jan 2010 19:44:46 +0100 wenzelm merged
Mon, 04 Jan 2010 16:00:24 +0100 haftmann code cache only persists on equal theories
Mon, 04 Jan 2010 16:00:23 +0100 haftmann moved name duplicates to end of theory; reduced warning noise
Mon, 04 Jan 2010 14:10:13 +0100 haftmann merged
Mon, 04 Jan 2010 14:09:58 +0100 haftmann modernized
Mon, 04 Jan 2010 14:09:57 +0100 haftmann added applify combinator
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip