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
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.
Changed proof method to auto for custom Waldmeister lemma
2014-09-20, by steckerm
Minor fixes in ATP_Waldmeister
2014-09-20, by steckerm
Made encoded type for apply less restrictive
2014-09-20, by steckerm
Updated fix_name function
2014-09-20, by steckerm
Added support for partial function application
2014-09-20, by steckerm
Improved equality handling in skolemization
2014-09-20, by steckerm
Re-added hypothesis argument to problem generation
2014-09-20, by steckerm
always annotate potentially polymorphic Haskell numerals
2014-09-18, by haftmann
tuned
2014-09-18, by haftmann
simplified and tuned using signed_string_of_int
2014-09-18, by haftmann
tuned data structure
2014-09-18, by haftmann
tuning
2014-09-19, by blanchet
documented limitations
2014-09-19, by blanchet
more honest 'primcorec' -- don't parse a theorem name that is then ignored
2014-09-19, by blanchet
tuning
2014-09-19, by blanchet
added a few tests for 'old_datatype'
2014-09-19, by blanchet
reintroduced old setup for size of basic types
2014-09-19, by blanchet
keep obsolete interpretations in Main, to avoid merge trouble
2014-09-19, by blanchet
made new 'primrec' bootstrapping-capable
2014-09-19, by blanchet
tuning
2014-09-19, by blanchet
tuning
2014-09-19, by blanchet
typo
2014-09-19, by traytel
regression tests for n2m
2014-09-19, by traytel
merged
2014-09-19, by Andreas Lochbihler
add lemma
2014-09-18, by Andreas Lochbihler
tuned imports
2014-09-18, by blanchet
removed debugging junk
2014-09-18, by blanchet
help AFP entry 'Free-Groups' to compile
2014-09-18, by blanchet
reintroduced an instantiation of 'size' for 'numerals'
2014-09-18, by blanchet
use selector
2014-09-18, by blanchet
moved old 'size' generator together with 'old_datatype'
2014-09-18, by blanchet
moved datatype realizer to 'old_datatype' and colleagues
2014-09-18, by blanchet
careful with op = in n2m (actually by Dmitriy Traytel)
2014-09-18, by blanchet
fixed attribute name in docs (thanks to Andreas Lochbihler)
2014-09-18, by blanchet
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip