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.
generate close formulas for SPASS, but not for the others (to avoid clutter)
2010-07-26, by blanchet
renamed internal function
2010-07-26, by blanchet
proof reconstruction for full FOF terms
2010-07-26, by blanchet
remove confusing line in SPASS output (because the axiom names are off -- bug in SPASS)
2010-07-26, by blanchet
reorder SPASS conjectures correctly, based on Flotter output
2010-07-26, by blanchet
Deleted an obsolete file
2010-07-27, by paulson
explicit Keyword.control markup for various control commands -- to prevent them from occurring in proof documents;
2010-07-28, by wenzelm
use file names relative to master directory of theory source -- Proof General can now handle that due to the ThyLoad.add_path deception (cf. 3ceccd415145);
2010-07-28, by wenzelm
simplified handling of update_time -- do not store within deps;
2010-07-27, by wenzelm
clarified register_thy: clean slate via kill_thy, more precise CRITICAL section;
2010-07-27, by wenzelm
updated keywords;
2010-07-27, by wenzelm
updated manual concerning theory loader;
2010-07-27, by wenzelm
theory loader: removed obsolete touch/outdate operations (require_thy no longer changes the database implicitly);
2010-07-27, by wenzelm
avoid repeated File.read for theory text (as before);
2010-07-27, by wenzelm
tuned messages and comments;
2010-07-27, by wenzelm
simplified Thy_Header.read -- include Source.of_string_limited here;
2010-07-27, by wenzelm
simplified/clarified theory loader: more explicit task management, kill old versions at start, commit results only in the very end, non-optional master dependency, do not store text in deps;
2010-07-27, by wenzelm
more precise stats;
2010-07-27, by wenzelm
merged
2010-07-26, by wenzelm
quickcheck images of goals under registration morphisms
2010-07-26, by haftmann
get_registrations interface
2010-07-26, by haftmann
restored unusual snd-biased merge/join policy -- required due to non-conservative code setups
2010-07-26, by haftmann
merged
2010-07-26, by haftmann
reactivated Scala check
2010-07-26, by haftmann
corrected range check once more
2010-07-26, by haftmann
added Code_Natural.thy
2010-07-26, by haftmann
reactivated Scala check; tuned import order
2010-07-26, by haftmann
reactivated Scala check
2010-07-26, by haftmann
modified namespace policy
2010-07-26, by haftmann
use Natural as index type for Haskell and Scala
2010-07-26, by haftmann
merged
2010-07-25, by blanchet
keep track of clause numbers for SPASS now that we generate FOF rather than CNF problems;
2010-07-23, by blanchet
first step in using "fof" rather than "cnf" in TPTP problems
2010-07-23, by blanchet
fix polymorphic "val"
2010-07-23, by blanchet
temporarily deactivating check for Scala
2010-07-24, by haftmann
another refinement chapter in the neverending numeral story
2010-07-24, by haftmann
inductive_cases: crude parallelization via Par_List.map;
2010-07-26, by wenzelm
modernized/unified some specifications;
2010-07-26, by wenzelm
Thy_Info.loaded_files: Thy_Load.loaded_files depends on master -- i.e. no files for finished theory;
2010-07-26, by wenzelm
simplified/clarified register_thy: more precise treatment of new dependencies, remove descendants;
2010-07-25, by wenzelm
simplified handling of theory begin/end wrt. toplevel and theory loader;
2010-07-25, by wenzelm
Thy_Load.check_loaded via Theory.at_end;
2010-07-25, by wenzelm
tuned;
2010-07-24, by wenzelm
moved basic thy file name operations from Thy_Load to Thy_Header;
2010-07-24, by wenzelm
moved management of auxiliary theory source files to Thy_Load -- as theory data instead of accidental loader state;
2010-07-24, by wenzelm
merged
2010-07-23, by wenzelm
avoid unreliable Haskell Int type
2010-07-23, by haftmann
proper subclass instead of sublocale
2010-07-23, by haftmann
repaired tool invocation
2010-07-23, by haftmann
observe standard conventions for doc-strings;
2010-07-23, by wenzelm
tuned message;
2010-07-22, by wenzelm
eliminated some unused Thy_Info operations;
2010-07-22, by wenzelm
refrain from generating <hr/> and from "hiding" it in isabelle.css -- the latter might be used in other situations as well;
2010-07-22, by wenzelm
generic external source files -- nothing special about ML here;
2010-07-22, by wenzelm
discontinued special treatment of ML files -- no longer complete extensions on demand;
2010-07-22, by wenzelm
eliminated obsolete/unused with_path(s) -- hardly usable because of CRITICAL;
2010-07-22, by wenzelm
tuned signature;
2010-07-22, by wenzelm
updated some headers;
2010-07-22, by wenzelm
merged
2010-07-22, by haftmann
dedicated exec ... syntax for open state monad (partly already introduces in d00a3f47b607)
2010-07-22, by haftmann
merged
2010-07-22, by wenzelm
more generous memory settings for scala check
2010-07-22, by haftmann
no polymorphic "var"s
2010-07-22, by blanchet
merged
2010-07-22, by bulwahn
adding checking of expected result for the tool quickcheck; annotated a few quickcheck examples
2010-07-21, by bulwahn
do a better job at Skolemizing in Nitpick, for TPTP FOF
2010-07-21, by blanchet
revert code that was submitted by mistake
2010-07-21, by blanchet
renamings + only need second component of name pool to reconstruct proofs
2010-07-21, by blanchet
rename "classrel" to "class_rel"
2010-07-21, by blanchet
rename "combtyp" constructors
2010-07-21, by blanchet
renamed "Literal" to "FOLLiteral"
2010-07-21, by blanchet
renamed "HOLClause" to "FOLClause" -- it's really a FOL clause with combinators
2010-07-21, by blanchet
merged
2010-07-21, by bulwahn
fixing quickcheck invocation in HOL-Mirabelle
2010-07-21, by bulwahn
hiding constants in Quickcheck_Types
2010-07-21, by bulwahn
adding a type for flat complete lattice to Quickcheck_Types
2010-07-21, by bulwahn
added new theories to IsaMakefile and ROOT.ML
2010-07-21, by bulwahn
adding Quickcheck examples for other quickcheck default types
2010-07-21, by bulwahn
adding Library theory for other quickcheck default types
2010-07-21, by bulwahn
removing obsolete ID in Quickcheck_Examples
2010-07-21, by bulwahn
correcting wellsortedness check and improving error message
2010-07-21, by bulwahn
using multiple default types in quickcheck
2010-07-21, by bulwahn
correcting merging of default_types
2010-07-21, by bulwahn
reordering quickcheck signature; exporting test_params and inspection function
2010-07-21, by bulwahn
changed default types to a list of types; extended quickcheck parameters to be a list of values to parse a list of default types
2010-07-21, by bulwahn
putting proof in the right context; adding if rewriting; tuned
2010-07-21, by bulwahn
load_thy: parallel parsing of units, which consist of statement/proof each;
2010-07-22, by wenzelm
eliminated some unreferenced identifiers;
2010-07-22, by wenzelm
tuned;
2010-07-22, by wenzelm
tuned comments;
2010-07-22, by wenzelm
replaced Source.of_list_limited by slightly more economic Source.of_string_limited;
2010-07-21, by wenzelm
deps_thy/load_thy: store compact text to reduce space by factor 12;
2010-07-21, by wenzelm
make SML/NJ happy, by adhoc type-constraints;
2010-07-21, by wenzelm
recovered benchmarks, which are not tested automatically;
2010-07-21, by wenzelm
made SML/NJ happy;
2010-07-21, by wenzelm
merged
2010-07-21, by wenzelm
abstract visualization of locale ingredients; all_locales yields proper locale identifiers
2010-07-21, by haftmann
tuned
2010-07-20, by haftmann
accomodate for scope of "as" binding in ML
2010-07-20, by haftmann
tuned code
2010-07-20, by haftmann
datatype classes are abstract
2010-07-20, by haftmann
avoid deprecation
2010-07-20, by haftmann
robustified metis proof
2010-07-20, by haftmann
modernized abel_cancel simproc setup
2010-07-19, by haftmann
keep explicit diff_def as legacy theorem; modernized abel_cancel simproc setup
2010-07-19, by haftmann
diff_eq_diff_less_eq' replaces diff_eq_diff_less_eq
2010-07-19, by haftmann
diff_minus subsumes diff_def
2010-07-19, by haftmann
tuned whitespace
2010-07-19, by haftmann
dropped essentially ineffective tuning
2010-07-19, by haftmann
discontinued pretending that abel_cancel is logic-independent; cleaned up junk
2010-07-19, by haftmann
merged
2010-07-19, by haftmann
merged
2010-07-19, by haftmann
distinguish different classes of const syntax
2010-07-19, by haftmann
Scala: subtle difference in printing strings vs. complex mixfix syntax
2010-07-19, by haftmann
check code generation for Scala
2010-07-19, by haftmann
dropped superfluous prefixes
2010-07-19, by haftmann
optional break
2010-07-19, by haftmann
consolidate const_syntax naming
2010-07-16, by haftmann
recovered benchmarks, which are not tested automatically;
2010-07-21, by wenzelm
reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;
2010-07-21, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip