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.
updated to official Poly/ML 5.3.0;
2009-11-09, by wenzelm
switched some isatest sessions to official Poly/ML 5.3.0;
2009-11-09, by wenzelm
setup for official Poly/ML 5.3.0, which is now the default;
2009-11-09, by wenzelm
locale_const/target_notation: uniform use of Term.aconv_untyped;
2009-11-09, by wenzelm
eliminated hard tabulators;
2009-11-09, by wenzelm
fixed some inappropriate names
2009-11-09, by paulson
merged
2009-11-09, by paulson
New theory Probability/Borel.thy, and some associated lemmas
2009-11-09, by paulson
merged
2009-11-09, by haftmann
tuned error messages; tuned code
2009-11-09, by haftmann
follow standard theory merge behaviour: do not change already selected solver
2009-11-09, by boehmes
generalized proof by abstraction,
2009-11-09, by boehmes
made theory merge deterministic wrt. the selected solver
2009-11-09, by boehmes
merged
2009-11-08, by wenzelm
merged
2009-11-08, by berghofe
Repaired handling of comprehensions in "values" command.
2009-11-08, by berghofe
updated functor Theory_Data, Proof_Data, Generic_Data;
2009-11-08, by wenzelm
modernized structure Reorient_Proc;
2009-11-08, by wenzelm
adapted Theory_Data;
2009-11-08, by wenzelm
adapted Theory_Data;
2009-11-08, by wenzelm
tuned;
2009-11-08, by wenzelm
adapted Generic_Data, Proof_Data;
2009-11-08, by wenzelm
adapted Generic_Data;
2009-11-08, by wenzelm
modernized/simplified functor Theory_Data, Proof_Data, Generic_Data: eliminated Pretty.pp, discontinued mutable data;
2009-11-08, by wenzelm
added "declaration (pervasive)";
2009-11-08, by wenzelm
print_theorems: suppress concealed (global) facts, unless "!" option is given;
2009-11-08, by wenzelm
updated generated file;
2009-11-08, by wenzelm
modernized structure Random_Word;
2009-11-08, by wenzelm
init_component: slightly more robust read (raw input, succeed on non-terminated last line);
2009-11-08, by wenzelm
merged
2009-11-07, by webertj
Due to popular demand: added a function that benchmarks proof reconstruction
2009-11-07, by webertj
Turned sections into subsections (better document structure).
2009-11-07, by webertj
merged
2009-11-07, by huffman
merged
2009-11-07, by huffman
fix name of lemma snd_strict
2009-11-06, by huffman
use try instead of handle
2009-11-05, by huffman
map functions for various types, with ep_pair/deflation/finite_deflation lemmas
2009-11-05, by huffman
lemma deflation_strict
2009-11-05, by huffman
tuned ML_OPTIONS for SML/NJ -- for improved performance;
2009-11-07, by wenzelm
merged
2009-11-07, by haftmann
added predicate example
2009-11-07, by haftmann
tuned
2009-11-07, by haftmann
modernized primrec
2009-11-07, by haftmann
made SML/NJ happy
2009-11-06, by boehmes
merged
2009-11-06, by nipkow
merged
2009-11-04, by nipkow
Replaced exception CRing by error because it is meant for the user.
2009-10-29, by nipkow
merged
2009-11-06, by nipkow
Command atp_minimize uses the naive linear algorithm now
2009-11-06, by nipkow
merged
2009-11-06, by bulwahn
merged
2009-11-06, by bulwahn
merged
2009-11-06, by bulwahn
merge
2009-11-06, by bulwahn
merged
2009-11-06, by bulwahn
adopted the predicate compile quickcheck
2009-11-06, by bulwahn
made definition of functions generically for the different instances
2009-11-06, by bulwahn
renamed generator to random_function in the predicate compiler
2009-11-06, by bulwahn
improved handling of already defined functions in the predicate compiler; could cause trouble before when no modes for a predicate were infered
2009-11-06, by bulwahn
strictly respecting the line margin in the predicate compiler core
2009-11-06, by bulwahn
adopted mode syntax for values command
2009-11-06, by bulwahn
disabled upt example because of a problem due to overloaded constants with the predicate compiler
2009-11-06, by bulwahn
added optional mode annotations for parameters in the values command
2009-11-06, by bulwahn
moved values command from core to predicate compile
2009-11-06, by bulwahn
added further example of the values command
2009-11-06, by bulwahn
Adopted output of values command
2009-11-06, by bulwahn
improved handling of overloaded constants; examples with numerals
2009-11-06, by bulwahn
made SML/NJ happy; tuned
2009-11-06, by bulwahn
adding tracing function for evaluated code; annotated compilation in the predicate compiler
2009-11-06, by bulwahn
added documentation for local SMT solver setup and available SMT options,
2009-11-06, by boehmes
renamed method induct_scheme to induction_schema
2009-11-06, by krauss
NEWS
2009-11-06, by krauss
removed session SizeChange: outdated, only half-functional, alternatives exist (cf. size_change method)
2009-11-06, by krauss
renamed method sizechange to size_change
2009-11-06, by krauss
added boehmes and hoelzl to isatest mailings
2009-11-06, by krauss
merged
2009-11-06, by wenzelm
tuned
2009-11-06, by boehmes
Merged.
2009-11-05, by ballarin
Merged.
2009-11-04, by ballarin
Use PrintMode.setmp to make thread-safe; avoid code clones.
2009-11-04, by ballarin
Make output indenpendent of current print mode.
2009-11-02, by ballarin
Relax on type agreement with original context when applying term syntax.
2009-11-02, by ballarin
tuned;
2009-11-05, by wenzelm
proper naming convention lthy: local_theory, but ctxt: Proof.context for arbitrary context;
2009-11-05, by wenzelm
adapted LocalTheory.declaration;
2009-11-05, by wenzelm
allow "pervasive" local theory declarations, which are applied the background theory;
2009-11-05, by wenzelm
declare Spec_Rules for most basic definitional packages;
2009-11-05, by wenzelm
misc tuning and clarification;
2009-11-05, by wenzelm
scalable version of Named_Thms, using Item_Net;
2009-11-05, by wenzelm
merged
2009-11-05, by wenzelm
merged
2009-11-05, by wenzelm
more accurate cleanup;
2009-11-05, by wenzelm
merged
2009-11-05, by wenzelm
more accurate dependencies;
2009-11-05, by wenzelm
merged
2009-11-05, by boehmes
handle let expressions inside terms by unfolding (instead of raising an exception),
2009-11-05, by boehmes
shorter names for variables and verification conditions,
2009-11-05, by boehmes
added references to HOL-Boogie papers
2009-11-05, by boehmes
tuned header;
2009-11-05, by wenzelm
made SML/NJ happy;
2009-11-05, by wenzelm
eliminated funny record patterns and made SML/NJ happy;
2009-11-05, by wenzelm
proper header;
2009-11-05, by wenzelm
more accurate dependencies;
2009-11-05, by wenzelm
merged
2009-11-05, by wenzelm
added Tree23 to IsaMakefile
2009-11-04, by krauss
New
2009-11-04, by nipkow
merged
2009-11-04, by nipkow
fixed order of parameters in induction rules
2009-11-04, by nipkow
added bulwahn to isatest mailings
2009-11-04, by krauss
merged
2009-11-04, by nipkow
Completely overhauled
2009-11-04, by nipkow
better error handling for fixrec_simp
2009-11-03, by huffman
add more fixrec_simp rules
2009-11-03, by huffman
fixrec examples use fixrec_simp instead of fixpat
2009-11-03, by huffman
domain package registers fixrec_simp lemmas
2009-11-03, by huffman
merged
2009-11-03, by huffman
add fixrec_simp attribute and method (eventually to replace fixpat)
2009-11-03, by huffman
proper and unique case names for the split_vc method,
2009-11-03, by boehmes
merged
2009-11-03, by haftmann
merged
2009-11-03, by haftmann
always be qualified -- suspected smartness in fact never worked as expected
2009-11-03, by haftmann
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip