Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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
update to jdk-17.0.4.1+1 from 22-Aug-2022 (https://docs.azul.com/core/zulu-openjdk/release-notes/11.58-17.36-august-2022);
2022-09-16, by wenzelm
clarified default, following 8b695e59db3f;
2022-09-16, by wenzelm
tuned signature;
2022-09-16, by wenzelm
tuned;
2022-09-16, by wenzelm
clarified modules;
2022-09-16, by wenzelm
discontinued pointless SSH.Target: OpenSSH client can handle user@host directly;
2022-09-16, by wenzelm
clarified options;
2022-09-16, by wenzelm
clarified options;
2022-09-16, by wenzelm
discontinued unclear timeout (stemming from jEdit JSch setup, see 14782d58a503), to make it work with native Windows ssh.exe;
2022-09-15, by wenzelm
proper time values in seconds;
2022-09-15, by wenzelm
clarified run_sftp: avoid platform_path via careful use of tmp_dir, to support both Windows and Cygwin ssh;
2022-09-15, by wenzelm
more robust, notably for macOS (see also ff92d6edff2c);
2022-09-15, by wenzelm
back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
2022-09-15, by wenzelm
tuned names;
2022-09-15, by wenzelm
proper order of platforms, to make it work uniformly on all plaform families;
2022-09-15, by wenzelm
more portable;
2022-09-14, by wenzelm
build both arm64-darwin and x86_64-darwin on Apple ARM hardware;
2022-09-14, by wenzelm
unused;
2022-09-14, by wenzelm
tuned message;
2022-09-14, by wenzelm
more items;
2022-09-14, by wenzelm
more robust: do not assume Bash syntax while testing for it;
2022-09-14, by wenzelm
obsolete;
2022-09-14, by wenzelm
merged
2022-09-14, by wenzelm
proper treatment of complex multi-line script;
2022-09-14, by wenzelm
more robust;
2022-09-14, by wenzelm
more robust: Bash.string operations require remote bash;
2022-09-14, by wenzelm
support port forwarding without multiplexing (for the sake of Windows);
2022-09-14, by wenzelm
misc tuning and clarification;
2022-09-14, by wenzelm
clarified signature;
2022-09-14, by wenzelm
clarified signature;
2022-09-13, by wenzelm
clarified signature;
2022-09-13, by wenzelm
More on division concerning gauss numbers.
2022-09-14, by haftmann
more robust adhoc shell script: work with Isabelle_System.export_isabelle_identifier;
2022-09-13, by wenzelm
more concise instance-specific rules on euclidean relation
2022-09-13, by haftmann
merged
2022-09-13, by paulson
Tidied a few more proofs
2022-09-13, by paulson
merged
2022-09-11, by paulson
tidied a few ugly proofs
2022-09-11, by paulson
let rsync re-use ssh connection via control path;
2022-09-13, by wenzelm
clarified command-line;
2022-09-13, by wenzelm
clarified command-line;
2022-09-13, by wenzelm
tuned signature;
2022-09-13, by wenzelm
proper port for Mercurial;
2022-09-13, by wenzelm
clarified default: do not override port from ssh_config, which could be different from 22;
2022-09-13, by wenzelm
proper Scala expression;
2022-09-13, by wenzelm
clarified signature: separate unrelated modules;
2022-09-13, by wenzelm
tuned;
2022-09-13, by wenzelm
obsolete;
2022-09-12, by wenzelm
obsolete;
2022-09-12, by wenzelm
clarified error;
2022-09-12, by wenzelm
merged
2022-09-12, by wenzelm
removed remains of proxy_host management: delegated to .ssh/config;
2022-09-12, by wenzelm
ssh client via regular OpenSSH tools, with authentic use of .ssh/config (notably proxy configuration);
2022-09-12, by wenzelm
putting together related theorems
2022-09-12, by haftmann
dropped auxiliary lemma
2022-09-11, by haftmann
unused;
2022-09-11, by wenzelm
clarified operation: avoid perl;
2022-09-11, by wenzelm
discontinued unused operations;
2022-09-11, by wenzelm
clarified signature: avoid exposure of JSch types;
2022-09-11, by wenzelm
clarified signature: discontinue somewhat pointless SSH.Context;
2022-09-11, by wenzelm
tuned;
2022-09-11, by wenzelm
proper path;
2022-09-11, by wenzelm
Added tag Isabelle2022-RC1 for changeset 6308eaaa88f1
2022-09-11, by wenzelm
clarified release packaging: naproche-20220910 lacks arm64-linux support (and crashes);
2022-09-10, by wenzelm
more documentation of 'export_classpath' (session ROOT) and 'scala_build_generated_files' (Isar command);
2022-09-10, by wenzelm
merged;
2022-09-10, by wenzelm
update for release;
2022-09-10, by wenzelm
more command-line options;
2022-09-10, by wenzelm
less specialized euclidean relation on int
2022-09-09, by haftmann
update to Isabelle2022 and Ubuntu 22.04;
2022-09-10, by wenzelm
proper comment: Phabricator remains on Ubuntu 20.04, which is still required as build environment for old Mercurial 3.9.2 with Python 2;
2022-09-10, by wenzelm
more operations: for testing purposes;
2022-09-10, by wenzelm
provide naproche-20220910 (inactive);
2022-09-10, by wenzelm
clarified directory names (e.g. for multi-platform remote execution): avoid being deleted via isabelle.Components.purge;
2022-09-09, by wenzelm
unused;
2022-09-09, by wenzelm
update for release;
2022-09-09, by wenzelm
tuned: prefer Scala Regex operations;
2022-09-09, by wenzelm
tuning and updates for release;
2022-09-09, by wenzelm
NEWS;
2022-09-09, by wenzelm
discontinued somewhat pointless option: Proof_Display.pretty_goal_inst should always work smoothly (and not crash unexpectedly);
2022-09-09, by wenzelm
give up show_main_goal (despite 922e3f9251ac): show_goal_inst is sufficient, even for final results;
2022-09-08, by wenzelm
merged
2022-09-08, by wenzelm
discontinue fragile operations;
2022-09-08, by wenzelm
proper context option: change of underlying Options.default will not survive PIDE "Prover.options" (e.g. change of Isabelle/jEdit plugin options);
2022-09-08, by wenzelm
enable show_goal_inst by default: match failure is merely a warning (see 730638d4e37a);
2022-09-08, by wenzelm
updated documentation;
2022-09-08, by wenzelm
support multiple sessions, with cumulative errors;
2022-09-08, by wenzelm
support regex patterns on messages;
2022-09-08, by wenzelm
support Pretty.unformatted, similar to ML version;
2022-09-08, by wenzelm
removed odd TODO item (see 3391a493f39a);
2022-09-08, by wenzelm
tuned signature;
2022-09-08, by wenzelm
tuned output: more Pretty.item;
2022-09-08, by wenzelm
tuned signature;
2022-09-08, by wenzelm
clarified failure: warning for logical error, exception for program breakdown;
2022-09-08, by wenzelm
print goal instantiation for global qed (and variations);
2022-09-07, by wenzelm
clarified output;
2022-09-07, by wenzelm
more robust: capture corner case seen in line 631 of "$AFP/Automatic_Refinement/Autoref_Bindings_HOL.thy" (AFP/6c87f24bb773);
2022-09-07, by wenzelm
clarified message channel for 'print_state' (NB: the command was originally for TTY or Proof General);
2022-09-07, by wenzelm
updated to postgresql-42.5.0;
2022-09-07, by wenzelm
tool to build Isabelle component for PostgreSQL JDBC;
2022-09-07, by wenzelm
clarified goal structure with proper instantiation of main goal, to support "show_goal_inst";
2022-09-06, by wenzelm
option "show_states" for more verbosity of batch-builds;
2022-09-06, by wenzelm
tuned --- avoid warnings;
2022-09-06, by wenzelm
proper antiquotations;
2022-09-06, by wenzelm
inline markup for Output.state (in contrast to c94bba7906d2): make messages available via Rendering.text_messages and thus "isabelle log" (see cb0c407fbc6e), while Rendering.output_messages of Isabelle/jEdit/VSCode is unaffected;
2022-09-06, by wenzelm
proper antiquotations;
2022-09-05, by wenzelm
clarified options, following e.g. "show_consts";
2022-09-05, by wenzelm
proper Envir.subst operations: env is already normalized, using Envir.norm may lead to non-termination;
2022-09-05, by wenzelm
unused (see 15758fced053);
2022-09-05, by wenzelm
clarified modules;
2022-09-05, by wenzelm
show goal instantiation, notably for 'schematic_goal' command (inactive by default);
2022-09-05, by wenzelm
proper umlauts;
2022-09-05, by wenzelm
tuned signature;
2022-09-05, by wenzelm
tuned signature;
2022-09-05, by wenzelm
tuned;
2022-09-05, by wenzelm
tuned;
2022-09-05, by wenzelm
tuned error message;
2022-09-05, by wenzelm
merged
2022-09-07, by desharna
merged
2022-09-02, by desharna
moved antimono to Fun and redefined it as an abbreviation
2022-06-25, by desharna
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip