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
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.
more List lemmas (partly by Jeremy Sylvestre)
2022-10-14, by nipkow
merged
2022-10-14, by paulson
merged
2022-10-13, by paulson
Trying to clean up some messy proofs
2022-10-13, by paulson
Mostly, removing the unfold method
2022-10-13, by paulson
Mostly trivial simplifications
2022-10-13, by paulson
Removal of the "unfold" method in favour of "unfolding"
2022-10-13, by paulson
Elimination of the archaic ASCII syntax
2022-10-13, by paulson
strengthened lemmas preorder.reflp_ge[simp] and preorder.reflp_le[simp]
2022-10-13, by desharna
added lemmas linorder.totalp_ge[simp], linorder.totalp_greater[simp], linorder.totalp_le[simp], and linorder.totalp_less[simp]
2022-10-13, by desharna
NEWS
2022-10-13, by desharna
merged
2022-10-13, by desharna
fixed NEWS following cee0b9fccf6f
2022-10-13, by desharna
renamed lemma inj_on_strict_subset to image_strict_mono for symmetry with image_mono and to distinguish from inj_on_subset
2022-10-13, by desharna
merged
2022-10-13, by wenzelm
proper Deps.is_empty (amending 77327455b00d), e.g. relevant for warning "Nothing to build";
2022-10-13, by wenzelm
tuned whitespace;
2022-10-12, by wenzelm
less ambitious Bytes.chunk_size, which is presumably more stable with memory management under heavy load;
2022-10-12, by wenzelm
tuned comment;
2022-10-12, by wenzelm
support for system option ML_system_apple: emulated x86_64 Poly/ML is sometimes more stable than native ARM64;
2022-10-12, by wenzelm
updated to repository version polyml-test-bafe319bc3a6, which is presumably more stable (especially for ARM64);
2022-10-09, by wenzelm
more robust: prefer Windows $USERNAME;
2022-10-06, by wenzelm
proper home directory for ssh configuration (e.g. ~/.ssh/config);
2022-10-06, by wenzelm
more NEWS;
2022-10-06, by wenzelm
clarified signature: more arguments;
2022-10-06, by wenzelm
added lemma fimage_strict_mono
2022-10-13, by desharna
added lemma wfP_pfsubset
2022-10-12, by desharna
added lemmas wf_if_convertible_to_wf, wfP_if_convertible_to_wfP, and wfP_if_convertible_to_nat
2022-10-12, by desharna
update components.sha1;
2022-10-12, by wenzelm
proper description;
2022-10-12, by wenzelm
one more lemma
2022-10-12, by nipkow
merged
2022-10-11, by nipkow
adjusted proofs
2022-10-11, by nipkow
added and reorganized lemmas (some suggested by Jeremy Sylvestre)
2022-10-11, by nipkow
removed redundant lemma
2022-10-11, by nipkow
moved theorem from Fun to Set
2022-10-11, by nipkow
added lemmas antisymp_ge[simp], antisymp_greater[simp], antisymp_le[simp], and antisymp_less[simp]
2022-10-11, by desharna
added lemmas reflp_ge[simp] and reflp_le[simp]
2022-10-11, by desharna
removed unused universal variable from lemma reflp_onI
2022-10-10, by desharna
added lemmas irreflD and irreflpD
2022-10-10, by desharna
added lemmas antisym_if_asym and antisymp_if_asymp
2022-10-09, by desharna
strengthened lemma total_on_singleton and added lemma totalp_on_singleton
2022-10-09, by desharna
generalized type classes as suggested by Jeremy Sylvestre
2022-10-08, by nipkow
euclidean division on gaussian numbers
2022-10-06, by haftmann
tuned proof
2022-10-06, by haftmann
note on signed division on words
2022-10-04, by haftmann
tuned definition
2022-10-04, by haftmann
spelling
2022-10-04, by haftmann
tuned proof
2022-10-04, by haftmann
slightly less abusive proof pattern
2022-10-04, by haftmann
back to post-release mode -- after fork point;
2022-10-02, by wenzelm
Added tag Isabelle2022-RC3 for changeset d704efeb01db
2022-10-02, by wenzelm
proper cygwin component (see d042947e47a3)
2022-10-02, by wenzelm
proper base names;
2022-10-02, by wenzelm
suppress command echo in output;
2022-10-02, by wenzelm
include openssh for rsync (see also a1c7829ac2de);
2022-10-02, by wenzelm
provide naproche-20221002;
2022-10-02, by wenzelm
merged
2022-10-01, by wenzelm
clarified signature: more operations;
2022-10-01, by wenzelm
tuned signature;
2022-10-01, by wenzelm
tuned, following hints by IntelliJ IDEA;
2022-10-01, by wenzelm
clarified signature, to support external tools like "isabelle narration";
2022-10-01, by wenzelm
syntactic type classes for signed division operators
2022-10-01, by haftmann
reduce prominence of facts
2022-10-01, by haftmann
clarified signature;
2022-09-30, by wenzelm
more explanations on the new order prover (based on 10945fc183cd), without violating strict monotonicity of NEWS wrt. official releases;
2022-09-30, by wenzelm
restore NEWS, before commit accidents 2aad8698f82f and 10945fc183cd;
2022-09-30, by wenzelm
added documentation about new order prover
2022-09-30, by Lukas Stevens
tweaked
2022-09-30, by Lukas Stevens
tweaked;
2022-09-30, by Fabian Huch
moved relevant theorems from theory Divides to theory Euclidean_Division
2022-09-29, by haftmann
amend jenkins ci build;
2022-09-29, by Fabian Huch
restructured ci profile into modular ci build system;
2022-09-29, by Fabian Huch
more structured proofs
2022-09-28, by paulson
fixed some theory presentation issues (?)
2022-09-28, by paulson
recover informal "&" from 0c18df79b1c8;
2022-09-28, by wenzelm
added a couple of structured proofs
2022-09-27, by paulson
More obsolete "unfold" calls
2022-09-27, by paulson
getting rid of apply (unfold ...)
2022-09-27, by paulson
More syntactic cleanup. LaTeX markup working
2022-09-27, by paulson
more modernisation of syntax
2022-09-27, by paulson
Removal of obsolete ASCII syntax
2022-09-27, by paulson
clarified options;
2022-09-27, by wenzelm
merged
2022-09-26, by wenzelm
provide missing LaTeX macro, e.g. for AFP/PAC_Checker;
2022-09-26, by wenzelm
clarified signature;
2022-09-26, by wenzelm
streamlined division on polynomials
2022-09-26, by haftmann
streamlined division on polynomials
2022-09-25, by haftmann
clarified signature: re-use store/cache from build results;
2022-09-22, by wenzelm
tuned signature;
2022-09-22, by wenzelm
clarified signature: persistent Node.source / Snapshot.source;
2022-09-22, by wenzelm
more examples;
2022-09-22, by wenzelm
proper filter (amending fb4215da4919);
2022-09-22, by wenzelm
clarified conditions: no_build is ok for presentation if "all_current" holds;
2022-09-22, by wenzelm
tuned;
2022-09-22, by wenzelm
tuned signature;
2022-09-22, by wenzelm
clarified presentation_sessions: work with partial results;
2022-09-22, by wenzelm
tuned signature: removed unused operations;
2022-09-22, by wenzelm
tuned;
2022-09-22, by wenzelm
tuned comments;
2022-09-22, by wenzelm
streamlined division on polynomials
2022-09-20, by haftmann
clarified packaging;
2022-09-18, by wenzelm
merged
2022-09-18, by wenzelm
Added tag Isabelle2022-RC2 for changeset 778152d51e97
2022-09-18, by wenzelm
show SSH options in PIDE GUI;
2022-09-18, by wenzelm
inplace update: proper Linux version;
2022-09-18, by wenzelm
provide naproche-20220917;
2022-09-17, by wenzelm
clarified NEWS;
2022-09-17, by wenzelm
proper platform directory x86_64-linux, to have it purged for other platforms;
2022-09-17, by wenzelm
MLton component for x86_64-linux;
2022-09-17, by wenzelm
clarified Docker base image;
2022-09-17, by wenzelm
proper file headers;
2022-09-17, by wenzelm
tuned messages;
2022-09-17, by wenzelm
support for ISABELLE_MLTON_OPTIONS, notably for Ubuntu 22.04 with external mlton executable;
2022-09-17, by wenzelm
omit menu for unfinished tool;
2022-09-17, by wenzelm
include ssh + rsync as required for Isabelle tools, e.g. "isabelle sync";
2022-09-16, by wenzelm
more robust: snap version of docker cannot access /tmp;
2022-09-16, by wenzelm
tuned signature;
2022-09-16, by wenzelm
update to scala-3.2.0;
2022-09-16, by wenzelm
avoid crash of JLine on Windows;
2022-09-16, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip