Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+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.
NEWS;
2013-07-13, by wenzelm
clarified some default options;
2013-07-13, by wenzelm
gutter icon for information messages;
2013-07-13, by wenzelm
more explicit Markup.information for messages produced by "auto" tools;
2013-07-13, by wenzelm
full merge of Command.State, which enables Command.prints to augment markup as well (assuming that these dynamic overlays are relatively few);
2013-07-13, by wenzelm
hybrid "auto" tool setup, for TTY (within theory) and PIDE (global print function);
2013-07-13, by wenzelm
compile
2013-07-13, by wenzelm
system options for Isabelle/HOL proof tools;
2013-07-12, by wenzelm
removed unused Predicate_Compile component setup;
2013-07-12, by wenzelm
attribute "code" declares concrete and abstract code equations uniformly; added explicit "code equation" instead
2013-07-13, by haftmann
tuned variable names
2013-07-13, by haftmann
got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
2013-07-13, by traytel
some new lemmas towards getting rid of in_bd BNF property; tuned
2013-07-11, by traytel
tuned
2013-07-13, by smolkas
added sledgehammer parameters isar_try0 and isar_minimize and their negative aliases
2013-07-12, by smolkas
merged
2013-07-12, by wenzelm
more robust proof export / import due to Stefan Berghofer;
2013-07-12, by wenzelm
added blast, force
2013-07-12, by smolkas
removed |>! and #>!
2013-07-12, by smolkas
tuned
2013-07-12, by smolkas
cleaner preplay interface
2013-07-12, by smolkas
tuned;
2013-07-12, by wenzelm
tuned proofs;
2013-07-12, by wenzelm
updated keywords;
2013-07-12, by wenzelm
localized and modernized adhoc-overloading (patch by Christian Sternagel);
2013-07-12, by wenzelm
merged
2013-07-12, by wenzelm
tuned proof;
2013-07-12, by wenzelm
reraise interrupts outside command regular transactions -- relevant for memo_stable;
2013-07-12, by wenzelm
added "isabelle update_sub_sup" tool;
2013-07-12, by wenzelm
allow spaces in file names;
2013-07-12, by wenzelm
more robust identifier syntax: sub/superscript counts as modifier of LETDIG part instead of LETTER, both isub/isup and sub/sup are allowed;
2013-07-10, by wenzelm
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
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
2013-06-30, by wenzelm
just one alternative proof syntax, which also works for Proof_Syntax.pretty_proof/Proof_Syntax.read_proof roundtrip;
2013-06-30, by wenzelm
CONTRIBUTORS
2013-06-30, by haftmann
avoid potential race condition of focusLost/dismiss vs. popup.show;
2013-06-29, by wenzelm
more direct use of screen location: avoid misplacement if parent component has already disappeared asynchronously;
2013-06-29, by wenzelm
explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;
2013-06-29, by wenzelm
update text only once;
2013-06-29, by wenzelm
tuned signature;
2013-06-29, by wenzelm
more aggresive ESCAPE handling, while retaining its regular meaning for jEdit;
2013-06-29, by wenzelm
manage popup windows via PopupFactory, which prefers light-weight JComponent, but might fall back on JWindow (despite JPanel of 0f88591478e6);
2013-06-29, by wenzelm
tuned signature;
2013-06-29, by wenzelm
yet another warning
2013-06-29, by haftmann
sort out code equations headed by a projection of a abstract datatype
2013-06-28, by haftmann
formally accept dictionary parameters for constants on left hand sides in equations
2013-06-28, by haftmann
do not choke on type variables emerging during rewriting
2013-06-28, by haftmann
load icons via options -- prefer IntelliJ IDEA for now;
2013-06-28, by wenzelm
support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
2013-06-28, by wenzelm
manage option "proofs" within theory context -- with minor overhead for primitive inferences;
2013-06-27, by wenzelm
tuned signature;
2013-06-27, by wenzelm
proper bold versions of 00ac (logicalnot), 00b0 (degree);
2013-06-27, by wenzelm
tuned signature;
2013-06-27, by wenzelm
merged
2013-06-27, by wenzelm
tuned signature;
2013-06-27, by wenzelm
clarified printing of type constraints vs. annotations, notably in goal display with its Type_Annotation.ignore_free_types;
2013-06-27, by wenzelm
updated documentation;
2013-06-27, by wenzelm
actually use Data.sizef, not hardwired size_of_thm;
2013-06-27, by wenzelm
more scalable PARALLEL_GOALS, using more elementary retrofit;
2013-06-27, by wenzelm
tuned
2013-06-27, by nipkow
merged
2013-06-26, by wenzelm
less intrusive SELECT_GOAL: merely rearrange subgoals without detaching goal state, and thus preserve maxidx context;
2013-06-26, by wenzelm
SOMEthing went utterly wrong;
2013-06-26, by wenzelm
tuned signature;
2013-06-26, by wenzelm
more position information for markup;
2013-06-26, by wenzelm
tuned: cleaned up data structure
2013-06-26, by smolkas
simplified data structure
2013-06-26, by smolkas
ommit trivial tfrees in annotations
2013-06-26, by smolkas
Generalize trace_mult_sym to square products of non-square matrices.
2013-06-25, by Stephen W. Nuchia
prefer Safari for viewing PDF files, which appears to be better behaved than Preview concerning re-opening recent files (Mountain Lion);
2013-06-25, by wenzelm
recover command tags from 4cf3f6153eb8 -- important for document preparation;
2013-06-25, by wenzelm
clarified ISABELLE_DOC_FORMAT -- eliminated slightly odd fall-back;
2013-06-25, by wenzelm
more robust Doc.view invocation: avoid executing process on GUI thread, but show errors as dialog;
2013-06-25, by wenzelm
more robust options, notably for isatest mac-poly-M8-skip_proofs;
2013-06-25, by wenzelm
dockable window for Isabelle documentation;
2013-06-25, by wenzelm
slightly improved "isabelle doc" based on Isabelle/Scala;
2013-06-25, by wenzelm
more formal isabelle_admin_build;
2013-06-25, by wenzelm
misc tuning and clarification;
2013-06-25, by wenzelm
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
2013-06-24, by wenzelm
obsolete -- cf. isabelle.Keywords in Scala;
2013-06-24, by wenzelm
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
2013-06-24, by wenzelm
back to keyword 'pr' :: diag as required for ProofGeneral command line -- reject this TTY command in Isabelle/jEdit by other means;
2013-06-24, by wenzelm
more formal ProofGeneral command setup within theory Pure;
2013-06-24, by wenzelm
tuned;
2013-06-24, by wenzelm
migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
2013-06-23, by haftmann
more appropriate cutting of input syntax
2013-06-23, by haftmann
tuned variable names
2013-06-23, by haftmann
tuned message -- more markup;
2013-06-23, by wenzelm
tuned message;
2013-06-23, by wenzelm
proper diagnostic command 'print_state';
2013-06-23, by wenzelm
detach process more reliably -- NB: viewer might be synchronous or asynchronous depending on settings;
2013-06-23, by wenzelm
clones of increase-font-size / decrease-font-size to allow two further shortcuts for various keyboard layouts;
2013-06-23, by wenzelm
Scala version of "isabelle doc";
2013-06-23, by wenzelm
ML pretty printer for proof terms, with specifica treatment of infix application (similar to terms);
2013-06-23, by wenzelm
actually observe print_depth for outer term structure;
2013-06-23, by wenzelm
support for XML data representation of proof terms;
2013-06-23, by wenzelm
updated to scala-2.10.2;
2013-06-23, by wenzelm
tuned;
2013-06-22, by wenzelm
clarified strings of symbols, including ML string literals;
2013-06-21, by wenzelm
more on managed evaluation;
2013-06-20, by wenzelm
more on managed evaluation;
2013-06-20, by wenzelm
updated to Isabelle2013;
2013-06-20, by wenzelm
tuned;
2013-06-20, by wenzelm
tuned;
2013-06-20, by wenzelm
eliminated old "ref" manual;
2013-06-18, by wenzelm
more on built-in syntax transformations, based on reduced version of old material;
2013-06-18, by wenzelm
misc tuning and clarification;
2013-06-18, by wenzelm
more on concrete syntax of proof terms;
2013-06-17, by wenzelm
more on reconstructing and checking proof terms;
2013-06-17, by wenzelm
more examples on proof terms;
2013-06-17, by wenzelm
obsolete;
2013-06-15, by wenzelm
updated operations on proof terms;
2013-06-15, by wenzelm
more on proof terms;
2013-06-15, by wenzelm
updated documentation of sort hypotheses;
2013-06-13, by wenzelm
Explain to beginners why Complex_Main
2013-06-21, by kleing
more set theory
2013-06-21, by nipkow
Code_Real_Approx_By_Float: remove code equations using Ratreal
2013-06-21, by hoelzl
tuned
2013-06-21, by nipkow
added lemma
2013-06-20, by nipkow
tuned theory name
2013-06-20, by nipkow
tuned
2013-06-20, by nipkow
added lemma
2013-06-19, by noschinl
added coprimality lemma
2013-06-19, by noschinl
tuned
2013-06-19, by nipkow
tuned
2013-06-19, by nipkow
more canonical name (2)
2013-06-19, by nipkow
more canonical name
2013-06-19, by nipkow
added lemma
2013-06-19, by nipkow
adjust layout for book
2013-06-18, by kleing
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+1000
+3000
+10000
tip