Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-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.
* Configuration options;
2007-07-31, by wenzelm
added configuration options;
2007-07-31, by wenzelm
removed use/update_thy_only;
2007-07-31, by wenzelm
find_body goes under meta-quantifier ; tactic generalizes free variables;
2007-07-31, by chaieb
Added dependency on langford files in Tools/Qelim
2007-07-31, by chaieb
Tuned document
2007-07-31, by chaieb
added register_thy (replaces pretend_use_thy_only and really flag);
2007-07-31, by wenzelm
ThyInfo.register_thy;
2007-07-31, by wenzelm
turned fast_arith_split/neq_limit into configuration options;
2007-07-31, by wenzelm
added global config options;
2007-07-31, by wenzelm
arith method setup: proper context;
2007-07-31, by wenzelm
arith method setup: proper context;
2007-07-31, by wenzelm
tuned ML declarations;
2007-07-30, by wenzelm
simultaneous use_thys;
2007-07-30, by wenzelm
dequeue: wait loop while PROTECTED -- avoids race condition;
2007-07-30, by wenzelm
marked some CRITICAL sections;
2007-07-30, by wenzelm
updated some of the definitions and proofs
2007-07-30, by urbanc
tuned msgs;
2007-07-29, by wenzelm
deps: keep thy source text, avoid reloading;
2007-07-29, by wenzelm
adapted ThyLoad.deps_thy;
2007-07-29, by wenzelm
more informative tracing;
2007-07-29, by wenzelm
load_thy: avoid reloading of text;
2007-07-29, by wenzelm
added of_list_limited (with limit argument);
2007-07-29, by wenzelm
more informative tracing;
2007-07-29, by wenzelm
explicit global state argument -- no longer CRITICAL;
2007-07-29, by wenzelm
added option -T (multithreading trace mode);
2007-07-29, by wenzelm
critical: improved diagostics;
2007-07-29, by wenzelm
tuned msg;
2007-07-29, by wenzelm
NAMED_CRITICAL;
2007-07-29, by wenzelm
removed obsolete Output.ML_errors/toplevel_errors;
2007-07-29, by wenzelm
removed obsolete Output.ML_errors/toplevel_errors;
2007-07-29, by wenzelm
added TOPLEVEL_ERROR (simplified version from output.ML);
2007-07-29, by wenzelm
removed obsolete TOPLEVEL_ERROR etc. (cf. toplevel.ML);
2007-07-29, by wenzelm
added ML toplevel use commands: Toplevel.program;
2007-07-29, by wenzelm
removed obsolete install_pp.ML (cf. pure_setup.ML);
2007-07-29, by wenzelm
replaced program_defs_ref by proper context data (via attribute "program");
2007-07-29, by wenzelm
renamed Drule.is_dummy_thm to Thm.is_dummy;
2007-07-29, by wenzelm
added list update;
2007-07-29, by wenzelm
moved Drule.add/del/merge_rules to Thm.add/del/merge_thms;
2007-07-29, by wenzelm
Named collections of theorems in canonical order.
2007-07-29, by wenzelm
added Tools/named_thms.ML;
2007-07-29, by wenzelm
renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
2007-07-29, by wenzelm
avoid ill-defined Simp_tac;
2007-07-29, by wenzelm
marked some CRITICAL sections;
2007-07-29, by wenzelm
simplified ResAtpset via NamedThmsFun;
2007-07-29, by wenzelm
metis_tac: proper context (ProofContext.init it *not* sufficient);
2007-07-29, by wenzelm
proper simproc_setup for "neq", "let_simp";
2007-07-29, by wenzelm
renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
2007-07-29, by wenzelm
replaced make_imp by rev_mp;
2007-07-29, by wenzelm
proper simproc_setup for "list_neq";
2007-07-29, by wenzelm
removed obsolete Tools/res_atpset.ML;
2007-07-29, by wenzelm
simplified ResAtpset via NamedThmsFun;
2007-07-29, by wenzelm
simplified "eval" setup via NamedThmsFun;
2007-07-29, by wenzelm
tuned;
2007-07-28, by wenzelm
* Isar: command 'declaration';
2007-07-28, by wenzelm
type Morphism.declaration;
2007-07-28, by wenzelm
attribute "option": proper naming within the theory
2007-07-28, by wenzelm
removed dead code;
2007-07-28, by wenzelm
declaration: proper naming within the theory;
2007-07-28, by wenzelm
use config_option.ML after sign.ML;
2007-07-28, by wenzelm
commands 'declare', 'declaration';
2007-07-28, by wenzelm
added :|-- (dependent projection);
2007-07-28, by wenzelm
added attribute "simproc";
2007-07-28, by wenzelm
setmp: NAMED_CRITICAL;
2007-07-28, by wenzelm
tuned;
2007-07-28, by wenzelm
added get_cs/map_cs;
2007-07-28, by wenzelm
tuned signature;
2007-07-28, by wenzelm
tuned ML/simproc declarations;
2007-07-28, by wenzelm
removed redundant simproc declarations;
2007-07-28, by wenzelm
simproc_setup fun_upd2;
2007-07-28, by wenzelm
added [[decl]] notation;
2007-07-28, by wenzelm
added command 'simproc_setup', attribute "simproc";
2007-07-28, by wenzelm
attribs: not cut (!!!);
2007-07-27, by wenzelm
xthm: added [[declaration]] syntax (abbreviates dummy_thm [att]);
2007-07-27, by wenzelm
get_thm etc.: map empty name to dummy_thm;
2007-07-27, by wenzelm
chain/using: filter out dummy_thm;
2007-07-27, by wenzelm
method section scanners: added [[declaration]] syntax, ignore sid-effects of thms;
2007-07-27, by wenzelm
renamed Config to ConfigOption;
2007-07-27, by wenzelm
renamed Config to ConfigOption;
2007-07-27, by wenzelm
renamed config.ML to config_option.ML;
2007-07-27, by wenzelm
Druke.dummy_thm;
2007-07-27, by wenzelm
added dummy_thm, is_dummy_thm;
2007-07-27, by wenzelm
map_value: dynamic type checking;
2007-07-27, by wenzelm
attribute "option": more elaborate syntax (with value parsing);
2007-07-27, by wenzelm
added terminator, named_attribute;
2007-07-27, by wenzelm
exported datatype value;
2007-07-27, by wenzelm
no 'nat' is needed for Bound in reification
2007-07-27, by chaieb
*** empty log message ***
2007-07-27, by haftmann
added cases
2007-07-27, by haftmann
Updated proofs;
2007-07-26, by chaieb
Updated reification : CX discontinued for CN
2007-07-26, by chaieb
Updated proofs; changed shadow syntax to improve (processing) time
2007-07-26, by chaieb
removed redundant ilcm_dvd1 ilcm_dvd2 zvdd_abs1
2007-07-26, by chaieb
fixed broken proof
2007-07-26, by nipkow
updated;
2007-07-25, by wenzelm
renamed CRITICAL' to NAMED_CRITICAL;
2007-07-25, by wenzelm
renamed CRITICAL' to NAMED_CRITICAL;
2007-07-25, by wenzelm
added command 'print_options';
2007-07-25, by wenzelm
added attribute "option" for setting configuration options;
2007-07-25, by wenzelm
Configuration options as values within the local context.
2007-07-25, by wenzelm
added config.ML;
2007-07-25, by wenzelm
NAMED_CRITICAL;
2007-07-25, by wenzelm
fixed broken proof
2007-07-25, by nipkow
Added lemmas
2007-07-25, by nipkow
require_thy/schedule: improved task graph, actually observe dependencies on running tasks;
2007-07-25, by wenzelm
added trace flag, official tracing operation;
2007-07-25, by wenzelm
added structure Task;
2007-07-25, by wenzelm
Secure.use_noncritical root;
2007-07-25, by wenzelm
added use_noncritical;
2007-07-25, by wenzelm
tuned
2007-07-25, by ballarin
fixed proofs involving dvd;
2007-07-24, by wenzelm
*** empty log message ***
2007-07-24, by wenzelm
require_thy: tuned tasks graph, removed visited;
2007-07-24, by wenzelm
renamed number_of_threads to max_threads;
2007-07-24, by wenzelm
added usedir option -M: max threads;
2007-07-24, by wenzelm
renamed lemma "set_take_whileD" to "set_takeWhileD"
2007-07-24, by krauss
cleaned up the proofs a bit
2007-07-24, by urbanc
Added cancel simprocs for dvd on nat and int
2007-07-24, by nipkow
renamed to multithreading_dummy.ML;
2007-07-24, by wenzelm
require_thy: explicit tasks graph;
2007-07-24, by wenzelm
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip