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.
added ML antiquotation "simproc_setup";
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
tuned signature;
15 months ago, by wenzelm
tuned signature;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified syntax and order of parameters;
15 months ago, by wenzelm
clarified signature: Named_Target.setup works both for global and local theory;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified signature: more concise simproc setup in ML;
15 months ago, by wenzelm
clarified signature: more concise variations on implicit theory setup;
15 months ago, by wenzelm
clarified simproc_setup (passive);
15 months ago, by wenzelm
clarified 'simproc_setup';
15 months ago, by wenzelm
support for "simproc_setup ... (passive)": allow to define simprocs in Isar that are not added to the simpset (yet);
15 months ago, by wenzelm
more standard simproc_setup in Isar;
15 months ago, by wenzelm
more standard ML setup;
15 months ago, by wenzelm
proper slice duration (i.e., 5 s) for new Vampire portfolio following 5a14f2cc1ea0
15 months ago, by desharna
added new portfolio for Vampire 4.8
15 months ago, by desharna
tuned signature, following Isabelle/Scala;
15 months ago, by wenzelm
more thorough expose_interrupt: always reset "break" state, regardless of pending interrupt;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
proper parallel build tasks;
15 months ago, by wenzelm
more Haskell tests on macOS;
15 months ago, by wenzelm
more NEWS;
15 months ago, by wenzelm
disable naproche component for now: to be updated before the next Isabelle release;
15 months ago, by wenzelm
updated to stack-2.13.1: include arm64-darwin, although it does not quite work yet (e.g. session "Haskell");
15 months ago, by wenzelm
more NEWS;
15 months ago, by wenzelm
tuned structure;
15 months ago, by wenzelm
update platforms: discontinue macOS 10.13 High Sierra, macOS 10.14 Mojave, macOS 10.15 Catalina;
15 months ago, by wenzelm
updated to official release of polyml-5.9.1, based on Ubuntu 18.04 LTS and macOS 11 Big Sur;
15 months ago, by wenzelm
proper options for macOS 11 Big Sur;
15 months ago, by wenzelm
support for official release of polyml-5.9.1;
15 months ago, by wenzelm
updated Linux baseline to Ubuntu 18.04;
15 months ago, by wenzelm
support for macOS 14 Sonoma (only for testing);
15 months ago, by wenzelm
more platform tests: initial support for macOS 14 Sonoma;
15 months ago, by wenzelm
updated to gmp-6.3.0, for the sake of macOS 14 Sonoma;
15 months ago, by wenzelm
merged
15 months ago, by wenzelm
prefer Exn.result: avoid accidental capture of interrupts, similar to ML;
15 months ago, by wenzelm
clarified user errors vs. failures, e.g. java.lang.StackOverflowError;
15 months ago, by wenzelm
further clarification of Exn.is_interrupt_proper vs. overall Exn.is_interrupt;
15 months ago, by wenzelm
proper Exn.capture with check_interrupt (amending a3dcae9a2ebe);
15 months ago, by wenzelm
distinguish proper interrupts from Poly/ML RTS breakdown;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
proper Isabelle_Thread.try_catch;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
proper Exn.capture / Isabelle_Thread.try_catch;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
proper Exn.capture;
15 months ago, by wenzelm
more robust: avoid race condition;
15 months ago, by wenzelm
clarified name;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified comments;
15 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
15 months ago, by paulson
atin now an abbreviation for atin_within, which has been moved to Abstract_Limits
15 months ago, by paulson
merged
15 months ago, by paulson
New proofs also some slightly faster existing proofs
15 months ago, by paulson
updated to hugo-0.119.0;
15 months ago, by Fabian Huch
add component build tool for hugo from afp-devel;
15 months ago, by Fabian Huch
removed test failing on some platform
15 months ago, by desharna
mini2 is not active due to upgrade;
15 months ago, by wenzelm
more PLATFORMS;
15 months ago, by wenzelm
update documentation on Isabelle/ML exceptions;
15 months ago, by wenzelm
misc tuning;
15 months ago, by wenzelm
discontinue obsolete "Interrupt" constructor (NB: catch-all pattern produces ML compiler error);
15 months ago, by wenzelm
proper thread context for "isabelle-markup" Sidekick parser (amending 01a7265db76b);
15 months ago, by wenzelm
proper Scala version, e.g. for IntelliJ IDEA;
15 months ago, by wenzelm
NEWS
15 months ago, by desharna
used standard Time.compare in Sledgehammer's preplay
15 months ago, by desharna
moved variable bindings to tighter scope
15 months ago, by desharna
removed proof reconstruction from Mirabelle; this is best handled directly in Sledgehammer
15 months ago, by desharna
removed unused function parameter
15 months ago, by desharna
merged
15 months ago, by paulson
A couple of new lemmas
15 months ago, by paulson
merged
15 months ago, by wenzelm
more NEWS;
15 months ago, by wenzelm
explicitly reject 'handle' with catch-all patterns;
15 months ago, by wenzelm
avoid accidental 'handle' of interrupts;
15 months ago, by wenzelm
tuned: prefer try-catch/finally over low-level 'handle';
15 months ago, by wenzelm
clarified treatment of exceptions: avoid catch-all handlers;
15 months ago, by wenzelm
clarified output vs. error: presence of error messages means error (see also cb7264721c91);
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
more robust management of resources, using Thread_Attributes.uninterruptible;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
more robust management of resources, using Thread_Attributes.uninterruptible;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
tuned;
15 months ago, by wenzelm
tuned signature;
15 months ago, by wenzelm
clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified modules;
15 months ago, by wenzelm
unused;
15 months ago, by wenzelm
clarified order of modules: early access to interrupt management of Isabelle_Threads;
15 months ago, by wenzelm
tuned: prefer antiquotation for try-catch;
15 months ago, by wenzelm
tuned: prefer antiquotation for try-catch;
15 months ago, by wenzelm
tuned: prefer antiquotation for try-finally;
15 months ago, by wenzelm
omit pointless capture/release (see also 469a375212c1);
15 months ago, by wenzelm
omit pointless capture/release (see also 26774ccb1c74);
15 months ago, by wenzelm
clarified signature: avoid association with potentially dangerous Exn.capture;
15 months ago, by wenzelm
more robust: catch/finally part is uninterruptible;
15 months ago, by wenzelm
more position information, e.g. for warning about fn-pattern;
15 months ago, by wenzelm
unused;
15 months ago, by wenzelm
more general ML_Antiquotation.special_form;
15 months ago, by wenzelm
Importing or moving a few more useful theorems
15 months ago, by paulson
merged
15 months ago, by paulson
A few new theorems
15 months ago, by paulson
avoid legacy binding errors in Sledgehammer Isar proofs
15 months ago, by blanchet
parse applie lambdas correctly plus deal gracefully with lambda-lifting in Zipperposition
15 months ago, by blanchet
added argo
15 months ago, by blanchet
allow (~) syntax in TPTP proofs for unapplied negation
15 months ago, by blanchet
reconstruct Zipperposition's if-then-else in Sledgehammer Isar proofs
15 months ago, by blanchet
use same associativity as Isabelle when parsing HOL proofs
15 months ago, by blanchet
improved Sledgehammer's HOL proof parser w.r.t. negation
15 months ago, by blanchet
clarified signature;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
clarified signature;
15 months ago, by wenzelm
minor performance tuning;
15 months ago, by wenzelm
merged
15 months ago, by paulson
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip