2010-11-03 |
wenzelm |
discontinued obsolete function sys_error and exception SYS_ERROR;
|
file |
diff |
annotate
|
2010-10-31 |
nipkow |
merged
|
file |
diff |
annotate
|
2010-10-29 |
nipkow |
Plus -> Sum_Type.Plus
|
file |
diff |
annotate
|
2010-10-30 |
wenzelm |
support for real valued preferences;
|
file |
diff |
annotate
|
2010-10-30 |
wenzelm |
support for real valued configuration options;
|
file |
diff |
annotate
|
2010-10-29 |
wenzelm |
merged
|
file |
diff |
annotate
|
2010-10-29 |
bulwahn |
NEWS
|
file |
diff |
annotate
|
2010-10-28 |
wenzelm |
discontinued obsolete ML antiquotation @{theory_ref};
|
file |
diff |
annotate
|
2010-10-26 |
krauss |
fixed typo
|
file |
diff |
annotate
|
2010-10-26 |
krauss |
NEWS
|
file |
diff |
annotate
|
2010-10-26 |
boehmes |
joined setup of SMT solvers in one place; turned Z3-specific options into SMT options (renamed configuration options from z3_* to smt_*); more detailed SMT exception; improved SMT filter interface
|
file |
diff |
annotate
|
2010-10-25 |
wenzelm |
merged
|
file |
diff |
annotate
|
2010-10-25 |
wenzelm |
significantly improved Isabelle/Isar implementation manual;
|
file |
diff |
annotate
|
2010-10-25 |
blanchet |
merged
|
file |
diff |
annotate
|
2010-10-25 |
blanchet |
introduced manual version of "Auto Solve" as "solve_direct"
|
file |
diff |
annotate
|
2010-10-25 |
wenzelm |
added ML antiquotation @{assert};
|
file |
diff |
annotate
|
2010-10-24 |
nipkow |
renamed nat_number
|
file |
diff |
annotate
|
2010-10-22 |
blanchet |
make Sledgehammer minimizer fully work with SMT
|
file |
diff |
annotate
|
2010-10-21 |
blanchet |
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
|
file |
diff |
annotate
|
2010-10-14 |
krauss |
NEWS
|
file |
diff |
annotate
|
2010-10-06 |
blanchet |
merged
|
file |
diff |
annotate
|
2010-10-05 |
blanchet |
document latest changes to Meson/Metis/Sledgehammer
|
file |
diff |
annotate
|
2010-10-04 |
haftmann |
turned distinct and sorted into inductive predicates: yields nice induction principles for free
|
file |
diff |
annotate
|
2010-10-01 |
haftmann |
constant `contents` renamed to `the_elem`
|
file |
diff |
annotate
|
2010-09-28 |
haftmann |
NEWS
|
file |
diff |
annotate
|
2010-09-28 |
krauss |
no longer declare .psimps rules as [simp].
|
file |
diff |
annotate
|
2010-09-24 |
wenzelm |
clarified @{type} antiquotation: abbreviations and nonterminals count as "syntactic", disallow TFrees;
|
file |
diff |
annotate
|
2010-09-23 |
haftmann |
CONTRIBUTORS and NEWS
|
file |
diff |
annotate
|
2010-09-22 |
wenzelm |
renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
|
file |
diff |
annotate
|
2010-09-20 |
wenzelm |
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
|
file |
diff |
annotate
|
2010-09-17 |
wenzelm |
discontinued Output.debug, which belongs to early PGIP experiments (b6788dbd2ef9) and causes just too many problems (like spamming the message channel if it is used by more than one module);
|
file |
diff |
annotate
|
2010-09-13 |
haftmann |
merged
|
file |
diff |
annotate
|
2010-09-13 |
haftmann |
'class' and 'type' are now antiquoations by default
|
file |
diff |
annotate
|
2010-09-13 |
nipkow |
renamed lemmas: ext_iff -> fun_eq_iff, set_ext_iff -> set_eq_iff, set_ext -> set_eqI
|
file |
diff |
annotate
|
2010-09-13 |
nipkow |
added and renamed lemmas
|
file |
diff |
annotate
|
2010-09-10 |
wenzelm |
merged
|
file |
diff |
annotate
|
2010-09-09 |
bulwahn |
changing String.literal to a type instead of a datatype
|
file |
diff |
annotate
|
2010-09-09 |
wenzelm |
NEWS: some notes on interrupts;
|
file |
diff |
annotate
|
2010-09-08 |
haftmann |
NEWS
|
file |
diff |
annotate
|
2010-09-07 |
nipkow |
renamed expand_*_eq in HOLCF as well
|
file |
diff |
annotate
|
2010-09-06 |
wenzelm |
ML_Context.thm and ML_Context.thms no longer pervasive;
|
file |
diff |
annotate
|
2010-09-06 |
wenzelm |
merged;
|
file |
diff |
annotate
|
2010-09-05 |
krauss |
removed duplicate lemma
|
file |
diff |
annotate
|
2010-09-05 |
wenzelm |
turned show_brackets into proper configuration option;
|
file |
diff |
annotate
|
2010-09-05 |
wenzelm |
turned show_sorts/show_types into proper configuration options;
|
file |
diff |
annotate
|
2010-09-03 |
wenzelm |
turned eta_contract into proper configuration option;
|
file |
diff |
annotate
|
2010-09-03 |
wenzelm |
configuration options Syntax.ambiguity_enabled (inverse of former Syntax.ambiguity_is_error), Syntax.ambiguity_level (with Isar attribute "syntax_ambiguity_level"), Syntax.ambiguity_limit;
|
file |
diff |
annotate
|
2010-09-03 |
wenzelm |
pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
|
file |
diff |
annotate
|
2010-09-03 |
wenzelm |
merged
|
file |
diff |
annotate
|
2010-09-02 |
hoelzl |
merged
|
file |
diff |
annotate
|
2010-09-02 |
hoelzl |
NEWS
|
file |
diff |
annotate
|
2010-09-03 |
wenzelm |
turned show_consts into proper configuration option;
|
file |
diff |
annotate
|
2010-09-01 |
wenzelm |
turned show_question_marks into proper configuration option;
|
file |
diff |
annotate
|
2010-08-28 |
haftmann |
formerly unnamed infix equality now named HOL.eq
|
file |
diff |
annotate
|
2010-08-28 |
haftmann |
merged
|
file |
diff |
annotate
|
2010-08-27 |
haftmann |
renamed class/constant eq to equal; tuned some instantiations
|
file |
diff |
annotate
|
2010-08-27 |
wenzelm |
merged
|
file |
diff |
annotate
|
2010-08-27 |
haftmann |
merged
|
file |
diff |
annotate
|
2010-08-27 |
haftmann |
official support for Scala
|
file |
diff |
annotate
|
2010-08-27 |
wenzelm |
structure Unsynchronized is never opened and set/reset/toggle have been discontinued;
|
file |
diff |
annotate
|