Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
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 NEWS
2014-09-18, by blanchet
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
2014-09-18, by blanchet
increased 'HOL-Proofs' timeout
2014-09-18, by blanchet
made 'mk_pointfree' work again in local theories
2014-09-18, by blanchet
fixed authorship
2014-09-18, by blanchet
product over monoids for lists
2014-09-18, by haftmann
renamed SMT certificate files, following 'SMT2' -> 'SMT' renaming
2014-09-18, by blanchet
more meaningful record tests
2014-09-18, by blanchet
updated SMT certificates
2014-09-18, by blanchet
tuning
2014-09-17, by blanchet
take out selectors for records -- for derived records, these don't quite have the right type
2014-09-17, by blanchet
register Isabelle selectors as SMT selectors when possible
2014-09-17, by blanchet
added codatatype support for CVC4
2014-09-17, by blanchet
added interface for CVC4 extensions
2014-09-17, by blanchet
avoid 'subst_tac' when possible (it is suspected of not helping 'HOL-Proofs')
2014-09-17, by blanchet
tweaked compatibility layer
2014-09-17, by blanchet
avoid clash with Quickcheck's generated 'random_xxx' function
2014-09-17, by blanchet
added missing 'restore' in 'transfer' plugin
2014-09-17, by blanchet
syntactic check to determine when to prove 'nested_size_o_map'
2014-09-17, by blanchet
support (finite values of) codatatypes in Quickcheck
2014-09-17, by blanchet
tuned fact visibility
2014-09-16, by blanchet
register 'prod' and 'sum' as datatypes, to allow N2M through them
2014-09-16, by blanchet
took out 'old_datatype' examples -- those just cause timeouts in Isatests
2014-09-16, by blanchet
added 'extraction' plugins -- this might help 'HOL-Proofs'
2014-09-16, by blanchet
added lemma
2014-09-16, by nipkow
add target language evaluators for the value command;
2014-09-16, by Andreas Lochbihler
tuning
2014-09-15, by blanchet
refactoring
2014-09-15, by blanchet
tuning
2014-09-15, by blanchet
set 'mono' attribute on 'rel_mono'
2014-09-15, by blanchet
'code' is needed for extraction datatype
2014-09-15, by blanchet
tuning
2014-09-15, by blanchet
removed accidental '@{print}'
2014-09-15, by blanchet
tuning
2014-09-15, by blanchet
more hints on how to port 'size'
2014-09-15, by blanchet
tuned definition of 'size' function to get nicer properties
2014-09-15, by blanchet
tuning
2014-09-15, by blanchet
document size difference
2014-09-15, by blanchet
generate 'code' attribute only if 'code' plugin is enabled
2014-09-15, by blanchet
disable datatype 'plugins' for internal types
2014-09-14, by blanchet
ported Imperative HOL to new datatypes
2014-09-13, by blanchet
imported patch phantoms
2014-09-13, by blanchet
enabled 'Sudoku' only with 'ISABELLE_FULL_TEST' -- Sudoku is fast enough on modern hardware (within seconds on my MacBook), but it seems to fail on older test machines
2014-09-12, by blanchet
new datatype is too slow on the huge datatypes (at least the mutual ones) -- use 'old_datatype' instead
2014-09-12, by blanchet
run larger nominal examples only 'ISABELLE_FULL_TEST'
2014-09-12, by blanchet
refactor repeated terms in a single variable
2014-09-12, by desharna
make 'ctr_transfer' tactic more robust
2014-09-12, by desharna
make 'rel_sel' and 'map_sel' tactics more robust
2014-09-12, by desharna
Changing the way the dependencies are managed.
2014-09-12, by fleury
correction in the thf0 parser ("(=)" found in a Satallax proof).
2014-09-12, by fleury
merge
2014-09-12, by blanchet
fixed spellings
2014-09-12, by blanchet
NEWS
2014-09-12, by haftmann
abstract product over monoid for lists
2014-09-11, by haftmann
use proto_base_sort uniformly
2014-09-11, by haftmann
fixed some spelling mistakes
2014-09-11, by blanchet
tuned comment
2014-09-11, by blanchet
more porting to new datatypes
2014-09-11, by blanchet
tuning terminology
2014-09-11, by blanchet
compile
2014-09-11, by blanchet
renamed example theory for consistency
2014-09-11, by blanchet
updated ROOT
2014-09-11, by blanchet
tuned documentation
2014-09-11, by blanchet
updated news
2014-09-11, by blanchet
renamed 'BNF_Examples' to 'Datatype_Examples' (cf. 'datatypes.pdf')
2014-09-11, by blanchet
move datatype benchmarks
2014-09-11, by blanchet
use new datatypes for benchmarks
2014-09-11, by blanchet
renamed 'rep_datatype' to 'old_rep_datatype' (HOL)
2014-09-11, by blanchet
renamed 'datatype' to 'old_datatype'; 'datatype' is now alias for 'datatype_new'
2014-09-11, by blanchet
tuning
2014-09-11, by blanchet
fixed situation in 'primrec' when recursive calls are apparently nested, e.g. 'f (f x y) y', with the recursion in 'y'
2014-09-11, by blanchet
tuning
2014-09-11, by blanchet
fixed situation in 'primrec' whereby the original value of a constructor argument of nested type was not translated correctly to a 'map fst'
2014-09-11, by blanchet
speed up old Nominal by killing type variables
2014-09-11, by blanchet
took out some datatype tests for Refute -- these yield timeouts on some Isatests after transition to new datatypes, for some reason (and Refute is obsolete anyway)
2014-09-11, by blanchet
more docs
2014-09-11, by blanchet
new deads go to the end
2014-09-11, by traytel
comment
2014-09-11, by blanchet
more material on lists
2014-09-10, by haftmann
explicit check phase to guide type inference of class expression towards one single type variable
2014-09-10, by haftmann
tuned
2014-09-10, by haftmann
dropped ineffective print_translation which has never been adjusted to check/uncheck-style case patterns
2014-09-10, by haftmann
tuning
2014-09-09, by blanchet
proper checks -- the calls data structure may contain spurious entries
2014-09-09, by blanchet
avoid exception
2014-09-09, by blanchet
avoid internal fact
2014-09-09, by blanchet
restored old case names
2014-09-09, by blanchet
compile
2014-09-09, by blanchet
avoid duplicate case names
2014-09-09, by blanchet
nicer case names in the N2M case, similar to those generated by the old package (e.g. 'Cons_tree' instead of just 'Cons')
2014-09-09, by blanchet
preserve case names in '(co)induct' theorems generated by prim(co)rec'
2014-09-09, by blanchet
hide DEADID/ID theorems
2014-09-09, by blanchet
tuning
2014-09-09, by blanchet
more canonical (and correct) local theory threading
2014-09-09, by blanchet
removed 'datatype_compat's that are no longer needed
2014-09-09, by blanchet
documented extraction plugin
2014-09-09, by blanchet
made realizer more robust in the face of nesting through functions
2014-09-09, by blanchet
removed debugging junk
2014-09-09, by blanchet
renamed ML file and module
2014-09-09, by blanchet
made datatype realizer plugin work for new-style datatypes with no nesting
2014-09-09, by blanchet
ported HOL-Proofs-Lambda to new datatypes
2014-09-09, by blanchet
ported HOL-Proofs-Extraction to new datatypes
2014-09-09, by blanchet
made SML/NJ happier
2014-09-09, by blanchet
more porting to new datatypes
2014-09-09, by blanchet
tuned IArray code generator w.r.t. map rel set
2014-09-09, by blanchet
ported Nitpick_Examples to new datatypes
2014-09-09, by blanchet
set 'fundef_cong' attribute also for (co)datatypes with no live type variables
2014-09-09, by blanchet
ported IArray to new datatypes
2014-09-09, by blanchet
prevent infinite loop when type variables are of a non-'type' sort
2014-09-09, by blanchet
tuned code
2014-09-09, by blanchet
ported MicroJava to new datatypes
2014-09-09, by blanchet
rename_tac'd scrips
2014-09-09, by blanchet
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
tip