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
+30000
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 on "Applying translation rules";
2012-06-19, by wenzelm
discontinued slightly anochronistic examples;
2012-06-19, by wenzelm
more on syntax translations;
2012-06-19, by wenzelm
more on "Abstract syntax trees";
2012-06-18, by wenzelm
more explicit section "Syntax transformations";
2012-06-18, by wenzelm
avoid duplicate simp rules in norm_arith tactic
2012-06-22, by huffman
NEWS and CONTRIBUTORS
2012-06-21, by bulwahn
merged
2012-06-21, by bulwahn
Integrated set comprehension pointfree simproc.
2012-06-20, by Rafal Kolanski
Improved tactic for rewriting set comprehensions into pointfree form.
2012-06-19, by Rafal Kolanski
Updated comment to reflect current state.
2012-06-19, by Rafal Kolanski
clarifying comment
2012-06-17, by haftmann
sound monotonicity inference in the presence of "aggressive" helpers
2012-06-18, by blanchet
less confusing error message
2012-06-18, by blanchet
removed dead code
2012-06-18, by blanchet
class target handles additional non-class term parameters appropriately
2012-06-18, by haftmann
merged
2012-06-12, by Andreas Lochbihler
add lemma to FinFun
2012-06-12, by Andreas Lochbihler
fun command: produce hard failure when equations do not contribute to the specification (i.e., are covered by preceding clauses), to avoid confusing inexperienced users
2012-06-06, by krauss
tweak Metis example to avoid glitch in proof reconstruction with a few guard-based, type-argument-less encodings
2012-06-06, by blanchet
pass more facts to LEO-II, in the light of latest evaluation
2012-06-06, by blanchet
prevent an "Empty" exception (e.g. with Satallax, "mono_native")
2012-06-06, by blanchet
tuning terminology
2012-06-06, by blanchet
updated NEWS
2012-06-06, by blanchet
updated docs
2012-06-06, by blanchet
added "args_query" encodings
2012-06-06, by blanchet
removed killed encodings from Metis examples
2012-06-06, by blanchet
updated docs
2012-06-06, by blanchet
killed most unsound encodings
2012-06-06, by blanchet
generalized monotonic constructor optimisation so that it works with e.g. the product type
2012-06-06, by blanchet
removed micro-optimization whose justification I can't recall
2012-06-06, by blanchet
add missing timeout multiplier
2012-06-06, by blanchet
avoid dumping definitions several times in LEO-II proofs
2012-06-06, by blanchet
robust LEO-II setup that doesn't rely on ".leoatprc"
2012-06-06, by blanchet
renamed TPTP commands to agree with Sutcliffe's terminology
2012-06-06, by blanchet
don't use aggressive with HO ATP
2012-06-06, by blanchet
more aggressive type argument optimization
2012-06-06, by blanchet
use cover for "poly_guards" encoding
2012-06-06, by blanchet
hack to make LEO-II perform better on TPTP THF problems
2012-06-06, by blanchet
swap adjectives (cf. Google)
2012-06-06, by blanchet
tweaked remote Vampire version
2012-06-06, by blanchet
don't cripple Sledgehammer/ATP needlessly just because of "metis" -- there's also "smt" as a fallback anyway
2012-06-06, by blanchet
apply preprocessing simpset also to rhs of abstract code equations
2012-06-05, by haftmann
clarified code translation code
2012-06-05, by haftmann
prefer sys.error over plain error in Scala to avoid deprecation warning
2012-06-05, by haftmann
prefer records with speaking labels over deeply nested tuples
2012-06-05, by haftmann
merged
2012-06-04, by Andreas Lochbihler
more sort constraints for FinFun code generation
2012-06-04, by Andreas Lochbihler
restricted Z3 by default to a fragment where proof reconstruction should not fail (for better integration with Sledgehammer) -- the full set of supported Z3 features can still be used by enabling the configuration option "z3_with_extensions"
2012-06-04, by boehmes
explicit check for correct number of arguments for abstract constructor
2012-06-03, by haftmann
merged
2012-06-02, by huffman
transfer method now handles transfer rules for compound terms, e.g. locale-defined constants with hidden parameters
2012-06-02, by huffman
transfer method now avoids generalizing over free variables that are known to appear in registered transfer rules
2012-06-01, by huffman
unify theory-data structures for transfer package
2012-06-01, by huffman
remove duplicate lemma card_unit in favor of Finite_Set.card_UNIV_unit
2012-06-01, by huffman
improved code setup for card, finite, subset
2012-06-01, by Andreas Lochbihler
merged
2012-06-01, by Andreas Lochbihler
more instantiations for card_UNIV,
2012-06-01, by Andreas Lochbihler
simplify card_UNIV type class,
2012-06-01, by Andreas Lochbihler
drop redundant sort constraint
2012-06-01, by Andreas Lochbihler
use \tocentry as in implementation manual;
2012-06-01, by wenzelm
tuned message;
2012-06-01, by wenzelm
tuned header;
2012-06-01, by wenzelm
merged
2012-06-01, by Andreas Lochbihler
tuned proofs
2012-05-31, by Andreas Lochbihler
tuned instantiations
2012-05-31, by Andreas Lochbihler
unify Card_Univ and Cardinality
2012-05-31, by Andreas Lochbihler
definition less_int_def has changed, use 'less_le' instead
2012-05-31, by huffman
adding incompleted simproc to rewrite set comprehensions into pointfree expressions on sets
2012-05-28, by bulwahn
remove stray reference to no-longer-existing theorem 'add'
2012-05-31, by huffman
temporarily comment out portion of Quotient_Examples/Quotient_Rat.thy, broken by changes to Int.thy
2012-05-31, by huffman
temporarily comment out nitpick examples broken by changes to Int.thy
2012-05-30, by huffman
convert Int.thy to use lifting and transfer
2012-05-30, by huffman
remove unnecessary simp rules involving Abs_Integ
2012-05-30, by huffman
introduced option "z3_with_extensions" to control whether Z3's support for nonlinear arithmetic and datatypes should be enabled (including potential proof reconstruction failures)
2012-05-30, by boehmes
merged
2012-05-30, by Andreas Lochbihler
remove pretty syntax for FinFuns at the end and provide separate syntax theory
2012-05-30, by Andreas Lochbihler
add lemma set_of_image_mset
2012-05-29, by huffman
merged
2012-05-30, by Andreas Lochbihler
eliminated remaining sub- and superscripts in FinFun syntax
2012-05-30, by Andreas Lochbihler
syntax for FinFun composition without subscripts
2012-05-30, by Andreas Lochbihler
FinFun pseudo-constructor syntax without superscripts
2012-05-30, by Andreas Lochbihler
replace FinFun application syntax with $
2012-05-30, by Andreas Lochbihler
removed subscripts from FinFun type syntax
2012-05-30, by Andreas Lochbihler
improve code setup for set equality
2012-05-30, by Andreas Lochbihler
add code equation for coset xs = set ys
2012-05-29, by Andreas Lochbihler
tuned proofs
2012-05-29, by Andreas Lochbihler
use bundle in FinFun
2012-05-29, by Andreas Lochbihler
unify Rep_finfun and finfun_apply
2012-05-29, by Andreas Lochbihler
move FinFuns from AFP to repository
2012-05-29, by Andreas Lochbihler
discontinued unused unzip/untar;
2012-05-30, by wenzelm
update GUI components after init;
2012-05-29, by wenzelm
merged
2012-05-29, by wenzelm
don't be so aggressive during unfolding id and o
2012-05-29, by kuncar
reordered sections
2012-05-29, by huffman
tuned message;
2012-05-29, by wenzelm
separate syslog dockable -- discontinued tendency of sub-window management via tabs;
2012-05-29, by wenzelm
clarified prover startup: no timeout, read stderr more carefully;
2012-05-29, by wenzelm
need to close_input before expecting threads to terminate/join;
2012-05-29, by wenzelm
make double sure that GUI components are up-to-date after init;
2012-05-29, by wenzelm
tuned message;
2012-05-29, by wenzelm
more explicit treatment of return code vs. session phase;
2012-05-29, by wenzelm
tuned signature;
2012-05-29, by wenzelm
separate README dockable, which allows to make it more prominent first and remove it later;
2012-05-29, by wenzelm
added optimisation for equational premises in Quickcheck; added some Quickcheck examples; NEWS
2012-05-29, by bulwahn
shortened yet more multiset proofs;
2012-05-29, by huffman
remove unused intermediate lemma
2012-05-29, by huffman
shortened more multiset proofs
2012-05-29, by huffman
shortened some proofs
2012-05-29, by huffman
use transfer method for instance proof
2012-05-29, by huffman
tweaked remote Vampire setup
2012-05-28, by blanchet
update docs
2012-05-28, by blanchet
killed SPASS 3.5/3.7 FLOTTER hack -- requires users to upgrade to SPASS 3.8
2012-05-28, by blanchet
don't generate definitions for LEO-II -- this cuases more harm than good
2012-05-28, by blanchet
dropped sort constraints on datatype specifications
2012-05-28, by haftmann
potentially more convincing kill -TERM of feeder (cf. 32c03d45fffe) -- attempt to workaround spurious perl "hangs" on lxbroy10;
2012-05-25, by wenzelm
tuned proofs;
2012-05-25, by wenzelm
further attempts to simplify/robustify Swing_Thread.now, to avoid spurious physical race conditions on Java 6 / Mac OS X;
2012-05-25, by wenzelm
ignore empty messages even on tty, e.g. relevant for Isabelle_System.bash_output err output;
2012-05-25, by wenzelm
discontinued obsolete Cygwin module;
2012-05-24, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip