Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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 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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip