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.
proper generalize_proof: schematic variables need to be explicit in the resulting proof term (for shrink/reconstruct operation);
2019-10-10, by wenzelm
tuned;
2019-10-10, by wenzelm
tuned -- more direct ML expressions;
2019-10-10, by wenzelm
clarified modules;
2019-10-10, by wenzelm
tuned whitespace;
2019-10-10, by wenzelm
more accurate treatment of propositions within proof terms, but these are ultimately ignored for performance reasons;
2019-10-10, by wenzelm
unused;
2019-10-10, by wenzelm
document antiquotations + clarify porting text slightly
2019-10-11, by blanchet
updated veriT part of Sledgehammer documentation
2019-10-10, by blanchet
added para constrasting 'primrec' and 'fun' -- and removed my middle name
2019-10-10, by blanchet
dedicated fact collections for algebraic simplification rules potentially splitting goals
2019-10-09, by haftmann
merged
2019-10-09, by wenzelm
tuned;
2019-10-09, by wenzelm
misc tuning and clarification;
2019-10-09, by wenzelm
tuned;
2019-10-09, by wenzelm
tuned -- allow slightly more expensive atomic proofs;
2019-10-09, by wenzelm
clarified signature -- some operations to support fully explicit proof terms;
2019-10-09, by wenzelm
tuned;
2019-10-08, by wenzelm
tuned;
2019-10-08, by wenzelm
proper treatment of sorts;
2019-10-08, by wenzelm
tuned app_types: more direct map_proof_types_same;
2019-10-08, by wenzelm
tuned;
2019-10-08, by wenzelm
generalized parsing, for e.g. Leo-III
2019-10-09, by blanchet
More theorems about limits, including cancellation simprules
2019-10-09, by paulson
Generalised two results concerning limits from the real numbers to type classes
2019-10-09, by paulson
formally augmented corresponding rules for field_simps
2019-10-08, by haftmann
clarified option type;
2019-10-07, by wenzelm
count document nodes via raw file length;
2019-10-07, by wenzelm
merged
2019-10-07, by wenzelm
clarified Load_State / load_limit;
2019-10-07, by wenzelm
clarified Load_State;
2019-10-07, by wenzelm
discontinued pointless dump_checkpoint and share_common_data -- superseded by base logic image in Isabelle/MMT;
2019-10-07, by wenzelm
count nodes uniformly: avoid overloaded session;
2019-10-07, by wenzelm
clarified signature;
2019-10-07, by wenzelm
simplified proof
2019-10-07, by nipkow
tuned signature;
2019-10-06, by wenzelm
clarified signature: more options;
2019-10-06, by wenzelm
clarified signature: read full session requirements;
2019-10-06, by wenzelm
clarified signature;
2019-10-06, by wenzelm
tuned signature;
2019-10-06, by wenzelm
clarified options -- more scalable;
2019-10-05, by wenzelm
obsolete;
2019-10-04, by wenzelm
proper replacement for (map_types (K dummyT));
2019-10-04, by wenzelm
Term_XML.Encode/Decode.term uses Const "typargs";
2019-10-04, by wenzelm
prefer atomic edits -- potentially more robust;
2019-10-02, by wenzelm
clarified signature -- potentially more robust;
2019-10-02, by wenzelm
just one dump_checkpoint Main -- potentially more robust;
2019-10-02, by wenzelm
more robust: avoid update/interrupt of long-running print_consolidation;
2019-10-02, by wenzelm
avoid censorship of options, e.g. relevant for Isabelle/MMT to provide its own value;
2019-10-01, by wenzelm
consolidate less aggressively: avoid live-lock when PIDE round-trip takes too long (e.g. in complex theory hierarchies);
2019-10-01, by wenzelm
obsolete (see 60abd1e94168);
2019-10-01, by wenzelm
more robust after shutdown;
2019-10-01, by wenzelm
more sequential access to Session.manager.global_state: avoid minor divergence of tip version;
2019-10-01, by wenzelm
clarified share_common_data: after finished checkpoint, before next edits;
2019-09-30, by wenzelm
obsolete (see 030a6baa5cb2 and d14ddb1df52c);
2019-09-30, by wenzelm
support headless_load_limit for more scalable load process;
2019-09-30, by wenzelm
added dump_options: disabled by default;
2019-09-30, by wenzelm
tuned message;
2019-09-30, by wenzelm
clarified incremental loading: requirements based on maximal nodes;
2019-09-30, by wenzelm
tuned signature;
2019-09-30, by wenzelm
tuned;
2019-09-30, by wenzelm
tuned message;
2019-09-29, by wenzelm
more explicit type Load_State;
2019-09-29, by wenzelm
more operations -- incremental exploration of reachable nodes;
2019-09-29, by wenzelm
tuned messages (again) -- avoid confusion wrt. total remaining size;
2019-09-28, by wenzelm
added lemma
2019-09-26, by nipkow
more Phabricator configuration;
2019-09-26, by wenzelm
A little more material from the Fourier AFP entry, and the correction of two very slow proof lines
2019-09-26, by paulson
boot with Phabricator PHP daemon;
2019-09-25, by wenzelm
clarified sshd setup: standard service on non-standard port 222, special "vcs" service on standard port 22;
2019-09-25, by wenzelm
disable lrzcloud1 -- superseded by lrzcloud2;
2019-09-25, by wenzelm
merged
2019-09-25, by nipkow
replaced new type ('a,'b) tree by old type ('a*'b) tree.
2019-09-25, by nipkow
more Phabricator configuration;
2019-09-25, by wenzelm
merged
2019-09-24, by nipkow
merged
2019-09-24, by nipkow
simplified proofs
2019-09-24, by nipkow
some information about Phabricator server setup;
2019-09-24, by wenzelm
More type class generalisations. Note that linorder_antisym_conv1 and linorder_antisym_conv2 no longer exist.
2019-09-24, by paulson
merged
2019-09-23, by nipkow
Enforced precodition "n <= length xs" to avoid relying on "hd []".
2019-09-23, by nipkow
Generalisation of many theorems to a more abstract type class (suggested by Mr Anonymous)
2019-09-23, by paulson
tuned
2019-09-23, by nipkow
added lemma
2019-09-23, by nipkow
proper file name instead of font name (amending dc9a39c3f75d);
2019-09-22, by wenzelm
added function
2019-09-22, by nipkow
merged
2019-09-19, by wenzelm
clarified data structures;
2019-09-19, by wenzelm
unused;
2019-09-19, by wenzelm
merged
2019-09-19, by paulson
Tidying and one more theorem
2019-09-19, by paulson
merged
2019-09-19, by wenzelm
explicit check of assumption prefix;
2019-09-19, by wenzelm
clarified signature;
2019-09-19, by wenzelm
clarified modules;
2019-09-19, by wenzelm
support soft types for 'have' etc., with careful export wrt. result text to avoid extra assumptions (details may differ due to polymorphism);
2019-09-18, by wenzelm
proper export of result_text for 'have';
2019-09-18, by wenzelm
support soft types for 'assume';
2019-09-18, by wenzelm
more robust declaration of resulting statement text, instead of somewhat accidental (Variable.maybe_bind_term result_binds in generic_goal);
2019-09-18, by wenzelm
clarified modules;
2019-09-17, by wenzelm
clarified signature -- removed unused option (see acb0807ddb56);
2019-09-17, by wenzelm
one small last theorem
2019-09-19, by paulson
Four new results from Smooth_Manifolds/Analysis_More
2019-09-19, by paulson
A few more simple results
2019-09-19, by paulson
imported new material mostly due to Sébastien Gouëzel
2019-09-18, by paulson
A couple of new theorems, stolen from AFP entries
2019-09-17, by paulson
A few new theorems, tidying up and deletion of obsolete material
2019-09-17, by paulson
merged
2019-09-16, by wenzelm
more errors;
2019-09-16, by wenzelm
clarified inversion of file name to theory name, notably for Windows;
2019-09-16, by wenzelm
clarified import_name: observe directory notation more strictly;
2019-09-16, by wenzelm
tuned signature;
2019-09-16, by wenzelm
clarified signature -- removed pointless operations;
2019-09-16, by wenzelm
clarified signature -- removed unused content;
2019-09-16, by wenzelm
clarified theory imports completion, based on session directories and current master directory (no support for local session-subdirectories);
2019-09-16, by wenzelm
find theories via session directories only -- ignore known_theories;
2019-09-16, by wenzelm
tuned;
2019-09-16, by wenzelm
tuned message;
2019-09-16, by wenzelm
merged
2019-09-16, by nipkow
tuned
2019-09-16, by nipkow
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip