Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
added |>! and #>! for convenient printing of timing information
2013-07-12, by smolkas
preplay failures might be resolved later, so proceed as usual
2013-07-12, by smolkas
more reasonable preplay_interface semantics
2013-07-12, by smolkas
tuned
2013-07-12, by smolkas
minimize dependencies (used facts) of Isar proof steps; remove unreferenced steps
2013-07-12, by smolkas
merged
2013-07-12, by wenzelm
clarified memo_exec: plain synchronized access without any special tricks;
2013-07-12, by wenzelm
tuned;
2013-07-12, by wenzelm
clarified execution: maintain running execs only, check "stable" separately via memo (again);
2013-07-12, by wenzelm
tuned signature;
2013-07-12, by wenzelm
clarified module name;
2013-07-12, by wenzelm
more explicit type Exec.context;
2013-07-11, by wenzelm
tuned signature;
2013-07-11, by wenzelm
strictly monotonic Document.update: avoid disruptive cancel_execution, merely discontinue_execution and cancel/terminate old execs individually;
2013-07-11, by wenzelm
tuned -- cleanup before publishing assignment;
2013-07-11, by wenzelm
more abstract types;
2013-07-11, by wenzelm
tuned;
2013-07-11, by wenzelm
disallow concurrent execution attempt explicitly -- it should never happen due to management of singleton execution;
2013-07-11, by wenzelm
more precise fact declarations -- fewer warnings;
2013-07-11, by wenzelm
global management of command execution fragments;
2013-07-11, by wenzelm
fully synchronized guard of running execution;
2013-07-11, by wenzelm
merged
2013-07-11, by nipkow
added exercises
2013-07-11, by nipkow
optimize isar-proofs by trying different proof methods
2013-07-11, by smolkas
made SML/NJ happy
2013-07-11, by smolkas
tuned
2013-07-11, by smolkas
tuned;
2013-07-11, by wenzelm
re-assign prints of unchanged eval only -- avoid crash of new_exec;
2013-07-11, by wenzelm
tuned -- refrain from odd optimization;
2013-07-11, by wenzelm
tuned;
2013-07-11, by wenzelm
added "echo" command for demonstration purposes;
2013-07-10, by wenzelm
more abstract message channel;
2013-07-10, by wenzelm
explicit shutdown of message output thread;
2013-07-10, by wenzelm
tuned signature;
2013-07-10, by wenzelm
no need for raw stdin;
2013-07-10, by wenzelm
fall back on synchronous message output for single-threaded SML/NJ;
2013-07-10, by wenzelm
make SML/NJ happy;
2013-07-10, by wenzelm
retain main thread for protocol loop -- no access to raw ML toplevel;
2013-07-10, by wenzelm
removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
2013-07-10, by wenzelm
less intrusive token_range rendering, which is relevant for inner parse errors;
2013-07-10, by wenzelm
made SML/NJ happy
2013-07-10, by smolkas
merged
2013-07-10, by wenzelm
tuned start_execution: avoid sleep on worker thread;
2013-07-10, by wenzelm
print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
2013-07-10, by wenzelm
allow to remove print functions;
2013-07-10, by wenzelm
clarified Command.print: update old prints here;
2013-07-10, by wenzelm
produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
2013-07-09, by wenzelm
tuned;
2013-07-09, by wenzelm
tuned proofs;
2013-07-09, by wenzelm
more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
2013-07-09, by wenzelm
tuned message;
2013-07-09, by wenzelm
tuned signature -- NB: Command.read is actually part of Command.eval;
2013-07-09, by wenzelm
tuned protocol terminology;
2013-07-09, by wenzelm
tuned;
2013-07-09, by wenzelm
allow whitespace in file names;
2013-07-08, by wenzelm
tuned;
2013-07-08, by wenzelm
more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
2013-07-08, by wenzelm
allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
2013-07-08, by wenzelm
made SML/NJ happy
2013-07-10, by smolkas
completely rewrote SH compress; added two parameters for experimentation/fine grained control
2013-07-09, by smolkas
moved code -> easier debugging
2013-07-09, by smolkas
tuned proofs
2013-07-08, by nipkow
some support for Cygwin;
2013-07-07, by wenzelm
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
2013-07-07, by wenzelm
tuned signature;
2013-07-07, by wenzelm
discontinued obsolete "isabelle print";
2013-07-07, by wenzelm
discontinued command 'print_drafts';
2013-07-07, by wenzelm
some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;
2013-07-07, by wenzelm
removed pointless / outdated keywords, superseded by specific Token_Markup.Marker;
2013-07-07, by wenzelm
tuned comments;
2013-07-07, by wenzelm
Func -> Func_option, Ffunc -> Func (avoids dependence of codatatypes on the option type)
2013-07-07, by traytel
tuned spelling
2013-07-05, by traytel
eliminated pointless catch of unlikely exceptions, which may occur in Doc.contents already;
2013-07-06, by wenzelm
more release notes according to availability in proper release vs. repository clone;
2013-07-06, by wenzelm
quick access to release notes (imitating website/documentation.html);
2013-07-06, by wenzelm
more dependencies;
2013-07-06, by wenzelm
minimal jedit mode for Isabelle NEWS;
2013-07-06, by wenzelm
merged
2013-07-05, by wenzelm
more uniform Counter in ML and Scala;
2013-07-05, by wenzelm
tuned signature;
2013-07-05, by wenzelm
tuned signature -- eliminated pointless type synonym;
2013-07-05, by wenzelm
tuned signature;
2013-07-05, by wenzelm
clarified type Command.eval;
2013-07-05, by wenzelm
tuned signature;
2013-07-05, by wenzelm
tuned signature;
2013-07-05, by wenzelm
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
2013-07-05, by wenzelm
improved proof automation for numerals
2013-07-05, by nipkow
merged
2013-07-05, by wenzelm
separate exec_id assignment for Command.print states, without affecting result of eval;
2013-07-04, by wenzelm
more Command.memo operations;
2013-07-04, by wenzelm
tund proofs
2013-07-05, by nipkow
tuned;
2013-07-04, by wenzelm
made SML/NJ happy;
2013-07-04, by wenzelm
merged
2013-07-04, by Andreas Lochbihler
more robust instantiation: extract vars from conclusion instead of relying on fixed overall ordering
2013-07-03, by krauss
consider explicit hint for domain of class parameters when printing instance statements
2013-07-04, by haftmann
explicit hint for domain of class parameters in instance statements
2013-07-04, by haftmann
merged
2013-07-03, by wenzelm
tuned message;
2013-07-03, by wenzelm
more exception handling -- make print functions total;
2013-07-03, by wenzelm
more print function parameters;
2013-07-03, by wenzelm
tuned;
2013-07-03, by wenzelm
discontinued odd workaround for some old Poly/ML, which is still supported but of little practical relevance;
2013-07-03, by wenzelm
tuned;
2013-07-03, by wenzelm
allow multiple print functions;
2013-07-03, by wenzelm
tuned signature;
2013-07-03, by wenzelm
tuned signature;
2013-07-03, by wenzelm
tuned;
2013-07-03, by wenzelm
tuned signature;
2013-07-03, by wenzelm
use long goal format in rel_induct theorem
2013-07-03, by traytel
share some code between codatatypes, datatypes and eventually prim(co)rec
2013-07-03, by traytel
tuned names
2013-07-03, by nipkow
tuned;
2013-07-02, by wenzelm
allow choice of target directory (again, see also 58e2d0cd81ae);
2013-07-02, by wenzelm
postinstall: recover Cygwin permissions;
2013-07-02, by wenzelm
clarified initial cd;
2013-07-02, by wenzelm
clarified Proofterm.proofs vs. Goal.skip_proofs;
2013-07-02, by wenzelm
clarified focus after dismiss;
2013-07-01, by wenzelm
tuned signature;
2013-07-01, by wenzelm
avoid repeated window popup when the mouse is moved over the same content (again, see also cb677987b7e3 and 0a1db0d02628);
2013-07-01, by wenzelm
more robust delayed invocation;
2013-07-01, by wenzelm
clarified tooltip timing of pending event and active state;
2013-07-01, by wenzelm
less intrusive border, notably on windows;
2013-07-01, by wenzelm
tighten tooltip size;
2013-07-01, by wenzelm
visually explicit focus (behaviour dependent on platform and look-and-feel);
2013-07-01, by wenzelm
tuned;
2013-06-30, by wenzelm
more uniform notion of disabled proofs -- NB: historic meaning of 1 for recording theorems is already included in 0;
2013-06-30, by wenzelm
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
2013-06-30, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
tip