Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-224
+224
+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.
moved library function where it belongs, and used Dmitriy's inside-out implementation
2013-08-16, by blanchet
added useful library function
2013-08-16, by blanchet
tuned
2013-08-16, by traytel
moved useful library functions upstream
2013-08-16, by blanchet
merge
2013-08-16, by blanchet
added fixme
2013-08-14, by blanchet
more (co)datatype documentation
2013-08-14, by blanchet
use nat_of_integer for term reconstruction instead of abstract constructor to allow reconstructed terms being fed back to the code generator
2013-08-14, by Andreas Lochbihler
got rid of the dependency of Lifting_* on the function package; use the original rel constants for basic BNFs;
2013-08-13, by traytel
more work on (co)datatype docs
2013-08-14, by blanchet
more symbolic notation;
2013-08-13, by wenzelm
Completion popup based on javax.swing.PopupFactory, which has better cross-platform chances than JWindow (cf. org/gjt/jedit/gui/CompletionPopup.java);
2013-08-13, by wenzelm
merged
2013-08-13, by wenzelm
discontinued special treatment of \<^isub> and \<^isup> in rendering or editor front-end;
2013-08-13, by wenzelm
merged
2013-08-13, by wenzelm
more general window_geometry;
2013-08-13, by wenzelm
added rail diagram
2013-08-13, by blanchet
merged
2013-08-13, by wenzelm
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
2013-08-13, by wenzelm
standardized symbols via "isabelle update_sub_sup", excluding src/Pure and src/Tools/WWW_Find;
2013-08-13, by wenzelm
imported patch added_e_1_8
2013-08-13, by blanchet
remove unnecessary dependencies on Library/Quotient_*
2013-08-13, by kuncar
move Lifting/Transfer relevant parts of Library/Quotient_* to Main
2013-08-13, by kuncar
introduce locale with syntax for fun_rel and map_fun and make thus ===> and ---> local
2013-08-13, by kuncar
move useful lemmas to Main
2013-08-13, by kuncar
merged
2013-08-13, by wenzelm
indicate error-functions more prominently (by name prefix instead of suffix);
2013-08-09, by Christian Sternagel
avoid low-level Same structure;
2013-08-09, by Christian Sternagel
avoid misleading "instances" in function name;
2013-08-09, by Christian Sternagel
move treatment of polymorphism to adhoc overloading command;
2013-08-09, by Christian Sternagel
clarify function;
2013-08-09, by Christian Sternagel
attempt to transfer focus back to main window after closing popups, which is potentially relevant for heavy-weight windows (cf. workaround in org/gjt/sp/jedit/gui/CompletionPopup.java);
2013-08-13, by wenzelm
imitate "noWordSep" of isabelle mode, e.g. relevant for word selection via double-click;
2013-08-13, by wenzelm
support somewhat standard "select all" by default;
2013-08-13, by wenzelm
more cleanup;
2013-08-13, by wenzelm
more explicit error, e.g. for sledgehammer query operation applied in non-HOL session;
2013-08-13, by wenzelm
tuned proofs;
2013-08-13, by wenzelm
added flag for jEdit/PIDE asynchronous mode
2013-08-13, by blanchet
updated Vampire version numbers
2013-08-13, by blanchet
Vampire 3.0 requires types to be declared -- make it happy (and get rid of "implicit" types since only Satallax seems to support them anymore)
2013-08-13, by blanchet
whitepsace tuning
2013-08-13, by blanchet
more robust parsing of Vampire proofs with "introduced" names
2013-08-13, by blanchet
fixed "sorry"d proofs
2013-08-12, by blanchet
repaired proofs (after change to xxx_case_def)
2013-08-12, by blanchet
temporary sorry's for temporarily nonterminating (due to 2b430bbb5a1a) proofs
2013-08-12, by traytel
qualify intermediate typedefs
2013-08-12, by blanchet
avoid double qualification for case constants
2013-08-12, by blanchet
qualify more generated names with optional type name component
2013-08-12, by blanchet
eliminated bogus assumption from theorem (that was instantiated with refl and resulted in flexflex pairs)
2013-08-12, by traytel
generalized library function
2013-08-12, by traytel
updated keywords;
2013-08-12, by wenzelm
merged
2013-08-12, by wenzelm
clarified Query_Operation.register: avoid hard-wired parallel policy;
2013-08-12, by wenzelm
moved generic module to its proper place;
2013-08-12, by wenzelm
manage hyperlinks via PIDE editor interface;
2013-08-12, by wenzelm
tuned whitespace;
2013-08-12, by wenzelm
prefer PIDE editor operations;
2013-08-12, by wenzelm
central management of Document.Overlays, independent of Document_Model;
2013-08-12, by wenzelm
tuned -- use Multi_Map;
2013-08-12, by wenzelm
support for maps with multiple entries per key;
2013-08-12, by wenzelm
tuned signature;
2013-08-12, by wenzelm
tuned signature;
2013-08-12, by wenzelm
tuned signature;
2013-08-12, by wenzelm
tuned signature -- more abstract PIDE editor operations;
2013-08-12, by wenzelm
tuned messages
2013-08-12, by blanchet
clarified option name (since case/fold/rec are also destructors)
2013-08-12, by blanchet
define case constant from other 'free constructor' axioms
2013-08-12, by blanchet
introduced case tactics
2013-08-12, by blanchet
tuning
2013-08-12, by blanchet
handle both TVars and TFrees -- necessary for 'wrap_free_constructors'
2013-08-12, by blanchet
qualify map and rel names
2013-08-12, by blanchet
reverted ill-advised naming scheme of 5a77edcdbe54
2013-08-12, by blanchet
made (hopefully temporary) hack more robust
2013-08-11, by blanchet
added warning
2013-08-11, by blanchet
gracefully handle one more error condition
2013-08-11, by blanchet
gracefully fail to define polymorphic (co)datatypes in local context
2013-08-11, by blanchet
made code more robust
2013-08-11, by blanchet
avoid DUP exception in local context (cf. 062aa11e98e1)
2013-08-11, by blanchet
honor user tfree names
2013-08-11, by blanchet
prefer local facts over global ones
2013-08-10, by kleing
use local context for name space
2013-08-10, by kleing
explicit "strict" flag for print functions (flipped internal meaning);
2013-08-10, by wenzelm
avoid unnecessary case distinction
2013-08-10, by kleing
adjust tooltip for duplicates option
2013-08-10, by kleing
merged
2013-08-09, by wenzelm
NEWS;
2013-08-09, by wenzelm
Find is docked on startup;
2013-08-09, by wenzelm
sorted lines;
2013-08-09, by wenzelm
tuned GUI;
2013-08-09, by wenzelm
retain current task priority, to avoid distortion due to local forks (e.g. sledgehammer query operation);
2013-08-09, by wenzelm
removed "Locate" button, to avoid confusion about the slightly odd meaning of current_command with explicit theory context;
2013-08-09, by wenzelm
enable search in pre-loaded theory;
2013-08-09, by wenzelm
more GUI options;
2013-08-09, by wenzelm
tuned signature;
2013-08-09, by wenzelm
tuned;
2013-08-09, by wenzelm
tuned GUI;
2013-08-09, by wenzelm
tuned name generation code (to make it easier to adapt later)
2013-08-09, by blanchet
honor user type names if possible
2013-08-09, by blanchet
merged;
2013-08-09, by wenzelm
more abstract consume_status operation;
2013-08-09, by wenzelm
separate Process_Indicator -- simplified/clarified version of org.gjt.sp.jedit.gui.AnimatedIcon;
2013-08-09, by wenzelm
more active "provers" field, which increases chances that its history is stored;
2013-08-09, by wenzelm
removed command location is considered finished, and its overlay removed eventually;
2013-08-09, by wenzelm
cancel_query via direct access to the exec_id of the running query process;
2013-08-09, by wenzelm
retain original messages properties, e.g. for retrieval via Command.Results;
2013-08-09, by wenzelm
clarified toplevel_error: absorb and print interrupts;
2013-08-09, by wenzelm
more explicit error;
2013-08-09, by wenzelm
tuned message;
2013-08-09, by wenzelm
removed unused YXML_Find_Theorems and Legacy_XML_Syntax;
2013-08-08, by wenzelm
more robust read_query;
2013-08-08, by wenzelm
removed commented out declaration
2013-08-09, by kleing
tuned
2013-08-09, by traytel
merged
2013-08-08, by wenzelm
eliminate \<twosuperior> as well;
2013-08-08, by wenzelm
more strict identifier syntax: disallow superscripts, which tend to be used in notation such as \<^sup>\<omega>;
2013-08-08, by wenzelm
prefer plain subscript for identifiers;
2013-08-08, by wenzelm
proper low-level comparison -- heed warning by Scala compiler;
2013-08-08, by wenzelm
merged
2013-08-08, by Andreas Lochbihler
prefer Code.abort with explicit error message
2013-08-08, by Andreas Lochbihler
avoid re-inventing transitive closure
2013-08-08, by kleing
merged
2013-08-08, by traytel
theorems relating {c,d}tor_(un)fold/(co)rec and {c,d}tor_map
2013-08-08, by traytel
tuned
2013-08-08, by traytel
tuned tactic;
2013-08-08, by traytel
abort execution of generated code with explicit exception message
2013-08-08, by Andreas Lochbihler
merged
2013-08-08, by wenzelm
dockable window for Sledgehammer, based on asynchronous/parallel query operation;
2013-08-08, by wenzelm
tuned imports;
2013-08-08, by wenzelm
snippet for instr type
2013-08-08, by kleing
filter function on streams
2013-08-08, by traytel
tuned
2013-08-08, by traytel
tuned proofs;
2013-08-07, by wenzelm
tuned proofs;
2013-08-07, by wenzelm
maintain commands together with index -- avoid redundant reconstruction of full_index;
2013-08-07, by wenzelm
more elementary list structures for markup tree traversal;
2013-08-07, by wenzelm
tuning
2013-08-07, by blanchet
enrich exported ML function's signature
2013-08-07, by blanchet
merged
2013-08-07, by wenzelm
more NEWS and CONTRIBUTORS;
2013-08-07, by wenzelm
some documentation for adhoc overloading;
2013-08-02, by Christian Sternagel
added examples of adhoc overloading
2013-08-02, by Christian Sternagel
use uniform spelling of "adhoc"
2013-08-02, by Christian Sternagel
tuned formatting of error message
2013-08-02, by Christian Sternagel
tuned proofs;
2013-08-07, by wenzelm
tuned signature;
2013-08-07, by wenzelm
more tight interface for markup cumulate/select: avoid duplicate application, allow to defer decision about definedness;
2013-08-07, by wenzelm
tuned;
2013-08-07, by wenzelm
tuned signature;
2013-08-07, by wenzelm
enabled key event to apply query;
2013-08-07, by wenzelm
prefer single-line HistoryTextField;
2013-08-07, by wenzelm
contract equalities in transfer and transfer domain rules when they are registered
2013-08-07, by kuncar
expand equalities in the transfer relation in transfer_prover if the relation doesn't follow the functional structure
2013-08-07, by kuncar
merged
2013-08-06, by wenzelm
misc tuning and simplification;
2013-08-06, by wenzelm
more generic button;
2013-08-06, by wenzelm
support for query operations that consist of parallel segments;
2013-08-06, by wenzelm
more tooltips;
2013-08-06, by wenzelm
tuned -- more explicit type Status.Value;
2013-08-06, by wenzelm
more explicit status for query operation;
2013-08-06, by wenzelm
tuned signature;
2013-08-06, by wenzelm
query process animation;
2013-08-05, by wenzelm
tuned signature;
2013-08-05, by wenzelm
tuning
2013-08-06, by blanchet
tuning
2013-08-06, by blanchet
tuning
2013-08-06, by blanchet
tuning
2013-08-06, by blanchet
export ML function (for primcorec)
2013-08-06, by blanchet
more central Pretty_Tooltip.dismissed_all -- avoid spurious crash of Rich_Text_Area.robust_body in asynchronous mouse_motion_listener;
2013-08-05, by wenzelm
tuned proofs;
2013-08-05, by wenzelm
slightly more general support for one-shot query operations via asynchronous print functions and temporary document overlay;
2013-08-05, by wenzelm
remove overlay after result has arrived -- one-shot query operation;
2013-08-05, by wenzelm
more message markup, provided by prover;
2013-08-05, by wenzelm
tuned signature -- more uniform treatment of overlays as command mapping;
2013-08-05, by wenzelm
commands with overlay remain visible, to avoid loosing printed output;
2013-08-05, by wenzelm
initial update of nodes_required, for proper GUI state;
2013-08-05, by wenzelm
tuned signature;
2013-08-05, by wenzelm
avoid repeated PIDE.flush_buffers when manipulating overlays;
2013-08-05, by wenzelm
tuned proofs;
2013-08-02, by wenzelm
merged
2013-08-02, by wenzelm
some actual find_theorems functionality;
2013-08-02, by wenzelm
more general Output.result: allow to update arbitrary properties;
2013-08-02, by wenzelm
prefer canonical order, to avoid potential fluctuation due to front-end edits;
2013-08-02, by wenzelm
tuned signature;
2013-08-02, by wenzelm
minimal print function "find_theorems", which merely echos its arguments;
2013-08-02, by wenzelm
support print functions with explicit arguments, as provided by overlays;
2013-08-02, by wenzelm
maintain overlays within node perspective;
2013-08-02, by wenzelm
some tracking of command location;
2013-08-02, by wenzelm
tuned proofs;
2013-08-02, by wenzelm
dockable window for "find" dialog (GUI only);
2013-08-02, by wenzelm
tuned;
2013-08-02, by wenzelm
more robust tactics (don't use unfolding when RHS might contain schematics not contained on the LHS)
2013-08-02, by traytel
more (co)datatype docs
2013-08-02, by blanchet
tuned exercises
2013-08-02, by nipkow
more (co)datatype documentation
2013-08-02, by blanchet
more (co)datatype documentation
2013-08-02, by blanchet
store relator induction in fp_result
2013-08-02, by traytel
merged
2013-08-01, by wenzelm
optional static analysis for Poly/ML 5.5.x;
2013-08-01, by wenzelm
exception trace for Poly/ML 5.5.1, using regular Isabelle output;
2013-08-01, by wenzelm
recode utf8 for ML, as done in feeder.pl;
2013-08-01, by wenzelm
more explicit read-only non-TTY mode;
2013-08-01, by wenzelm
clarified options;
2013-08-01, by wenzelm
specific startup script for Poly/ML 5.5.1, taking advantage of some of its new options;
2013-08-01, by wenzelm
tuned;
2013-08-01, by wenzelm
test recent polyml-svn, which is becoming polyml-5.5.1;
2013-08-01, by wenzelm
minor doc fixes
2013-08-01, by blanchet
more (co)datatype docs
2013-08-01, by blanchet
more (co)datatype documentation
2013-08-01, by blanchet
merged
2013-08-01, by kleing
removed duplicate lemma
2013-08-01, by kleing
more (co)datatype documentation
2013-08-01, by blanchet
tuning
2013-08-01, by blanchet
more (co)datatype docs
2013-08-01, by blanchet
tuned proof;
2013-08-01, by wenzelm
recovered "\<phi>\<^isub>i" from 0b02aaf7c7c5;
2013-07-31, by wenzelm
proper border (again) -- avoid NPE on Windows;
2013-07-31, by wenzelm
NEWS;
2013-07-31, by wenzelm
added home-made tooltips;
2013-07-31, by wenzelm
home-grown mouse handling to pretend that the painted checkbox is actually a Swing component;
2013-07-31, by wenzelm
actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
2013-07-31, by wenzelm
added Getting Started text
2013-07-31, by nipkow
more robust tactic
2013-07-31, by traytel
merged
2013-07-31, by wenzelm
clarified priority of "skipped" proofs, which might take long but do not produce relevant information (potential conflict of quick interactive feedback vs. performance in batch mode);
2013-07-31, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-224
+224
+1000
+3000
+10000
tip