Mon, 05 Jul 2010 20:36:39 +0200 async_state: report within proper transaction context;
wenzelm [Mon, 05 Jul 2010 20:36:39 +0200] rev 37711
async_state: report within proper transaction context;
Mon, 05 Jul 2010 14:35:00 +0200 merged
haftmann [Mon, 05 Jul 2010 14:35:00 +0200] rev 37710
merged
Mon, 05 Jul 2010 14:34:28 +0200 simplified representation of monad type
haftmann [Mon, 05 Jul 2010 14:34:28 +0200] rev 37709
simplified representation of monad type
Mon, 05 Jul 2010 11:25:06 +0200 attempt to reconstruct missing HOL/Codegenerator_Test/ROOT.ML;
wenzelm [Mon, 05 Jul 2010 11:25:06 +0200] rev 37708
attempt to reconstruct missing HOL/Codegenerator_Test/ROOT.ML;
Mon, 05 Jul 2010 10:47:39 +0200 merged
wenzelm [Mon, 05 Jul 2010 10:47:39 +0200] rev 37707
merged
Mon, 05 Jul 2010 10:42:27 +0200 updated document
haftmann [Mon, 05 Jul 2010 10:42:27 +0200] rev 37706
updated document
Mon, 05 Jul 2010 10:39:49 +0200 dropped passed irregular names
haftmann [Mon, 05 Jul 2010 10:39:49 +0200] rev 37705
dropped passed irregular names
Sat, 03 Jul 2010 00:50:35 +0200 adapt Nitpick to "prod_case" and "*" -> "sum" renaming;
blanchet [Sat, 03 Jul 2010 00:50:35 +0200] rev 37704
adapt Nitpick to "prod_case" and "*" -> "sum" renaming; the code in "Nitpick_Preproc", which sorted the types using "typ_ord", was wrong and evil; it seems to have worked only because "*" was called "*"
Sat, 03 Jul 2010 00:49:12 +0200 remove needless signature entry
blanchet [Sat, 03 Jul 2010 00:49:12 +0200] rev 37703
remove needless signature entry
Fri, 02 Jul 2010 17:27:44 +0200 references to ghc and ocaml
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37702
references to ghc and ocaml
Fri, 02 Jul 2010 17:27:44 +0200 explicit code_datatype declaration prevents multiple instantiations later on
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37701
explicit code_datatype declaration prevents multiple instantiations later on
Fri, 02 Jul 2010 16:50:53 +0200 refrain from using datatype declaration -- opens chance for quickcheck later on
haftmann [Fri, 02 Jul 2010 16:50:53 +0200] rev 37700
refrain from using datatype declaration -- opens chance for quickcheck later on
Fri, 02 Jul 2010 16:50:52 +0200 tuned proof
haftmann [Fri, 02 Jul 2010 16:50:52 +0200] rev 37699
tuned proof
Fri, 02 Jul 2010 16:20:56 +0200 reverted to verion from fc27be4c6b1c
haftmann [Fri, 02 Jul 2010 16:20:56 +0200] rev 37698
reverted to verion from fc27be4c6b1c
Fri, 02 Jul 2010 16:15:49 +0200 traceback for error messages
haftmann [Fri, 02 Jul 2010 16:15:49 +0200] rev 37697
traceback for error messages
Fri, 02 Jul 2010 16:10:59 +0200 accomodate for different behvaiour of nitpick (c.f. also 180e80b4eac1)
haftmann [Fri, 02 Jul 2010 16:10:59 +0200] rev 37696
accomodate for different behvaiour of nitpick (c.f. also 180e80b4eac1)
Fri, 02 Jul 2010 14:23:18 +0200 introduced distinct session HOL-Codegenerator_Test
haftmann [Fri, 02 Jul 2010 14:23:18 +0200] rev 37695
introduced distinct session HOL-Codegenerator_Test
Fri, 02 Jul 2010 14:23:17 +0200 tuned bootstrap files
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37694
tuned bootstrap files
Fri, 02 Jul 2010 14:23:17 +0200 remove codegeneration-related theories from big library theory
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37693
remove codegeneration-related theories from big library theory
Fri, 02 Jul 2010 14:23:17 +0200 drop unconvenient code declarations
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37692
drop unconvenient code declarations
Fri, 02 Jul 2010 14:23:16 +0200 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann [Fri, 02 Jul 2010 14:23:16 +0200] rev 37691
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
Sun, 04 Jul 2010 21:01:22 +0200 general Future.report -- also for Toplevel.async_state;
wenzelm [Sun, 04 Jul 2010 21:01:22 +0200] rev 37690
general Future.report -- also for Toplevel.async_state;
Sun, 04 Jul 2010 00:05:32 +0200 simplified Isabelle_Process.Result: use markup directly;
wenzelm [Sun, 04 Jul 2010 00:05:32 +0200] rev 37689
simplified Isabelle_Process.Result: use markup directly;
Sat, 03 Jul 2010 23:24:36 +0200 run_command: actually observe "print" flag;
wenzelm [Sat, 03 Jul 2010 23:24:36 +0200] rev 37688
run_command: actually observe "print" flag;
Sat, 03 Jul 2010 22:33:10 +0200 Toplevel.run_command: asynchronous state output, as an attempt to address potentially slow pretty printing (e.g. in HOL/Bali);
wenzelm [Sat, 03 Jul 2010 22:33:10 +0200] rev 37687
Toplevel.run_command: asynchronous state output, as an attempt to address potentially slow pretty printing (e.g. in HOL/Bali);
Sat, 03 Jul 2010 20:36:30 +0200 more precise timing;
wenzelm [Sat, 03 Jul 2010 20:36:30 +0200] rev 37686
more precise timing;
Sat, 03 Jul 2010 20:20:13 +0200 more efficient document model/view -- avoid repeated iteration over commands from start, prefer bulk operations;
wenzelm [Sat, 03 Jul 2010 20:20:13 +0200] rev 37685
more efficient document model/view -- avoid repeated iteration over commands from start, prefer bulk operations; misc tuning;
Fri, 02 Jul 2010 21:48:54 +0200 standard argument order;
wenzelm [Fri, 02 Jul 2010 21:48:54 +0200] rev 37684
standard argument order; tuned;
Fri, 02 Jul 2010 21:41:06 +0200 do not open auxiliary ML structures;
wenzelm [Fri, 02 Jul 2010 21:41:06 +0200] rev 37683
do not open auxiliary ML structures; misc tuning;
Fri, 02 Jul 2010 20:44:17 +0200 tuned white space;
wenzelm [Fri, 02 Jul 2010 20:44:17 +0200] rev 37682
tuned white space;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip