Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+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 standard simproc_setup using ML antiquotation;
19 months ago, by wenzelm
added ML antiquotation "simproc_setup";
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
tuned signature;
19 months ago, by wenzelm
tuned signature;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified syntax and order of parameters;
19 months ago, by wenzelm
clarified signature: Named_Target.setup works both for global and local theory;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified signature: more concise simproc setup in ML;
19 months ago, by wenzelm
clarified signature: more concise variations on implicit theory setup;
19 months ago, by wenzelm
clarified simproc_setup (passive);
19 months ago, by wenzelm
clarified 'simproc_setup';
19 months ago, by wenzelm
support for "simproc_setup ... (passive)": allow to define simprocs in Isar that are not added to the simpset (yet);
19 months ago, by wenzelm
more standard simproc_setup in Isar;
19 months ago, by wenzelm
more standard ML setup;
19 months ago, by wenzelm
proper slice duration (i.e., 5 s) for new Vampire portfolio following 5a14f2cc1ea0
19 months ago, by desharna
added new portfolio for Vampire 4.8
19 months ago, by desharna
tuned signature, following Isabelle/Scala;
19 months ago, by wenzelm
more thorough expose_interrupt: always reset "break" state, regardless of pending interrupt;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
proper parallel build tasks;
19 months ago, by wenzelm
more Haskell tests on macOS;
19 months ago, by wenzelm
more NEWS;
19 months ago, by wenzelm
disable naproche component for now: to be updated before the next Isabelle release;
19 months ago, by wenzelm
updated to stack-2.13.1: include arm64-darwin, although it does not quite work yet (e.g. session "Haskell");
19 months ago, by wenzelm
more NEWS;
19 months ago, by wenzelm
tuned structure;
19 months ago, by wenzelm
update platforms: discontinue macOS 10.13 High Sierra, macOS 10.14 Mojave, macOS 10.15 Catalina;
19 months ago, by wenzelm
updated to official release of polyml-5.9.1, based on Ubuntu 18.04 LTS and macOS 11 Big Sur;
19 months ago, by wenzelm
proper options for macOS 11 Big Sur;
19 months ago, by wenzelm
support for official release of polyml-5.9.1;
19 months ago, by wenzelm
updated Linux baseline to Ubuntu 18.04;
19 months ago, by wenzelm
support for macOS 14 Sonoma (only for testing);
19 months ago, by wenzelm
more platform tests: initial support for macOS 14 Sonoma;
19 months ago, by wenzelm
updated to gmp-6.3.0, for the sake of macOS 14 Sonoma;
19 months ago, by wenzelm
merged
19 months ago, by wenzelm
prefer Exn.result: avoid accidental capture of interrupts, similar to ML;
19 months ago, by wenzelm
clarified user errors vs. failures, e.g. java.lang.StackOverflowError;
19 months ago, by wenzelm
further clarification of Exn.is_interrupt_proper vs. overall Exn.is_interrupt;
19 months ago, by wenzelm
proper Exn.capture with check_interrupt (amending a3dcae9a2ebe);
19 months ago, by wenzelm
distinguish proper interrupts from Poly/ML RTS breakdown;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
proper Isabelle_Thread.try_catch;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
proper Exn.capture / Isabelle_Thread.try_catch;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
proper Exn.capture;
19 months ago, by wenzelm
more robust: avoid race condition;
19 months ago, by wenzelm
clarified name;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified comments;
19 months ago, by wenzelm
Fixed the duplication of fls_compose_fps, moving the definition in Laurent_Convergence to Formal_Laurent_Series along with several simpler facts
19 months ago, by paulson
atin now an abbreviation for atin_within, which has been moved to Abstract_Limits
19 months ago, by paulson
merged
19 months ago, by paulson
New proofs also some slightly faster existing proofs
19 months ago, by paulson
updated to hugo-0.119.0;
19 months ago, by Fabian Huch
add component build tool for hugo from afp-devel;
19 months ago, by Fabian Huch
removed test failing on some platform
19 months ago, by desharna
mini2 is not active due to upgrade;
19 months ago, by wenzelm
more PLATFORMS;
19 months ago, by wenzelm
update documentation on Isabelle/ML exceptions;
19 months ago, by wenzelm
misc tuning;
19 months ago, by wenzelm
discontinue obsolete "Interrupt" constructor (NB: catch-all pattern produces ML compiler error);
19 months ago, by wenzelm
proper thread context for "isabelle-markup" Sidekick parser (amending 01a7265db76b);
19 months ago, by wenzelm
proper Scala version, e.g. for IntelliJ IDEA;
19 months ago, by wenzelm
NEWS
19 months ago, by desharna
used standard Time.compare in Sledgehammer's preplay
19 months ago, by desharna
moved variable bindings to tighter scope
19 months ago, by desharna
removed proof reconstruction from Mirabelle; this is best handled directly in Sledgehammer
19 months ago, by desharna
removed unused function parameter
19 months ago, by desharna
merged
19 months ago, by paulson
A couple of new lemmas
19 months ago, by paulson
merged
19 months ago, by wenzelm
more NEWS;
19 months ago, by wenzelm
explicitly reject 'handle' with catch-all patterns;
19 months ago, by wenzelm
avoid accidental 'handle' of interrupts;
19 months ago, by wenzelm
tuned: prefer try-catch/finally over low-level 'handle';
19 months ago, by wenzelm
clarified treatment of exceptions: avoid catch-all handlers;
19 months ago, by wenzelm
clarified output vs. error: presence of error messages means error (see also cb7264721c91);
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
more robust management of resources, using Thread_Attributes.uninterruptible;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
more robust management of resources, using Thread_Attributes.uninterruptible;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
tuned;
19 months ago, by wenzelm
tuned signature;
19 months ago, by wenzelm
clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified modules;
19 months ago, by wenzelm
unused;
19 months ago, by wenzelm
clarified order of modules: early access to interrupt management of Isabelle_Threads;
19 months ago, by wenzelm
tuned: prefer antiquotation for try-catch;
19 months ago, by wenzelm
tuned: prefer antiquotation for try-catch;
19 months ago, by wenzelm
tuned: prefer antiquotation for try-finally;
19 months ago, by wenzelm
omit pointless capture/release (see also 469a375212c1);
19 months ago, by wenzelm
omit pointless capture/release (see also 26774ccb1c74);
19 months ago, by wenzelm
clarified signature: avoid association with potentially dangerous Exn.capture;
19 months ago, by wenzelm
more robust: catch/finally part is uninterruptible;
19 months ago, by wenzelm
more position information, e.g. for warning about fn-pattern;
19 months ago, by wenzelm
unused;
19 months ago, by wenzelm
more general ML_Antiquotation.special_form;
19 months ago, by wenzelm
Importing or moving a few more useful theorems
19 months ago, by paulson
merged
19 months ago, by paulson
A few new theorems
19 months ago, by paulson
avoid legacy binding errors in Sledgehammer Isar proofs
19 months ago, by blanchet
parse applie lambdas correctly plus deal gracefully with lambda-lifting in Zipperposition
19 months ago, by blanchet
added argo
19 months ago, by blanchet
allow (~) syntax in TPTP proofs for unapplied negation
19 months ago, by blanchet
reconstruct Zipperposition's if-then-else in Sledgehammer Isar proofs
19 months ago, by blanchet
use same associativity as Isabelle when parsing HOL proofs
19 months ago, by blanchet
improved Sledgehammer's HOL proof parser w.r.t. negation
19 months ago, by blanchet
clarified signature;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
clarified signature;
19 months ago, by wenzelm
minor performance tuning;
19 months ago, by wenzelm
merged
20 months ago, by paulson
A few new or simplified proofs
20 months ago, by paulson
tuned: more standard order;
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
proper fontenc for cartouches (amending d052d61da398);
20 months ago, by wenzelm
clarified modules;
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
clarified modules;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
more robust: prefer linear data flow;
20 months ago, by wenzelm
added first proof reconstruction test for Sledgehammer
20 months ago, by desharna
tuned;
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
clarified signature (again): follow Isabelle/Java/Scala;
20 months ago, by wenzelm
tuned (following 69c6d3e87660);
20 months ago, by wenzelm
tuned --- avoid pointless indirection (see also a2df9de46060);
20 months ago, by wenzelm
(pointlessly) get rid of some simp calls within "proof"
20 months ago, by paulson
reduced prominence of lemma names
20 months ago, by haftmann
new formulation of an auxiliary lemma
20 months ago, by haftmann
A few more inclusion-exclusion theorems from HOL Light
20 months ago, by paulson
Corrected type calculation.
20 months ago, by haftmann
some hints on managed installations
20 months ago, by haftmann
prefer cartouches over quotes for clarity of resulting document
20 months ago, by haftmann
A little reorganisation
20 months ago, by paulson
post-release updates;
20 months ago, by wenzelm
merged
20 months ago, by wenzelm
Added tag Isabelle2023 for changeset b5f3d1051b13
20 months ago, by wenzelm
tuned;
Isabelle2023
20 months ago, by wenzelm
misc tuning;
20 months ago, by wenzelm
documentation for the "Document" panel in Isabelle/jEdit;
20 months ago, by wenzelm
Loads of new material related to porting the Euler Polyhedron Formula from HOL Light
20 months ago, by paulson
merged
20 months ago, by paulson
merged
20 months ago, by paulson
tidying up old apply-style proofs
20 months ago, by paulson
allow higher-order unification of open terms (reviewed by Larry Paulson)
20 months ago, by Kevin Kappelmann
merged
20 months ago, by wenzelm
clarified signature: retain original Poly/ML names Thread.Thread, Thread.Mutex, Thread.ConditionVar and de-emphasize them for Isabelle/ML;
20 months ago, by wenzelm
add ML_system_pp for type Isabelle_Thread.T;
20 months ago, by wenzelm
more explicit type Isabelle_Thread.T;
20 months ago, by wenzelm
discontinue somewhat pointless thread tracing/debugging: without PIDE command context, messages are not shown, and Exn.trace hardly works anyway (see also de20fccf6509 and 447972249785);
20 months ago, by wenzelm
tuned whitespace;
20 months ago, by wenzelm
tuned Sledgehammer messages
20 months ago, by blanchet
respect timeout better
20 months ago, by blanchet
merged
20 months ago, by wenzelm
Added tag Isabelle2023-RC5 for changeset ffa417b5c913
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
tuned messages;
20 months ago, by wenzelm
proper stop of build_process shutdown, despite errors on workers;
20 months ago, by wenzelm
prefer quiet mode: potentially more robust ssh connection, e.g. when master closes;
20 months ago, by wenzelm
support "isabelle build_worker -q";
20 months ago, by wenzelm
support "isabelle build_process -r -f";
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
clarified output;
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
clarified signature: removed ununsed option;
20 months ago, by wenzelm
tuned message;
20 months ago, by wenzelm
updated to naproche-20230902: add examples/100_theorems.ftl.tex and some more text in Isabelle/Intro.thy;
20 months ago, by wenzelm
more robust access to output file of external smt, notably for Windows 11, where transient ERROR_SHARING_VIOLATION has been seen;
20 months ago, by wenzelm
more robust $ISABELLE_TMP_PREFIX on windows: avoid location within Cygwin root, i.e. inside the program directory (see also ff92d6edff2c and 1df53737c59b);
20 months ago, by wenzelm
more robust $TMPDIR on windows, e.g. for repository snapshot: do not depend on $TEMP_WINDOWS provided by official distribution;a
20 months ago, by wenzelm
more portable: it really is the Cygwin $HOME not the Windows $USER_HOME;
20 months ago, by wenzelm
more accurate documentation of record field update, following changes in Isabelle2007 and Isabelle2008;
20 months ago, by wenzelm
tuned whitespace;
20 months ago, by wenzelm
more robust: "hostname" command might be absent, notably on Arch Linux (and other systemd-based distributions);
20 months ago, by wenzelm
tuned NEWS;
20 months ago, by wenzelm
NEWS;
20 months ago, by wenzelm
update to "scalac -source 3.3" (from 3.1);
20 months ago, by wenzelm
proper pattern (amending ff86f10e54cd);
20 months ago, by wenzelm
discontinue odd AFP partitioning: let Build_Cluster / Build_Engine do the job;
20 months ago, by wenzelm
discontinue special treatment of AFP: "isabelle dump" has been superseded by regular "isabelle build" databases;
20 months ago, by wenzelm
clarified signature: prefer enum types;
20 months ago, by wenzelm
proper type, following Bus.event;
20 months ago, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+1000
+3000
tip