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
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.
clarified data representation: slightly more compact, since internals_hidden is sparesely populated and rarely changes;
20 months ago, by wenzelm
more operations;
20 months ago, by wenzelm
more operations;
20 months ago, by wenzelm
more operations;
20 months ago, by wenzelm
minor performance tuning;
20 months ago, by wenzelm
unused;
20 months ago, by wenzelm
more complete accesses for "extern" operation, notably for aliases;
20 months ago, by wenzelm
more explicit entries for aliases, with proper checks in "strict" mode (e.g. for logical entities);
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
clarified signature;
20 months ago, by wenzelm
unused;
20 months ago, by wenzelm
minor performance tuning;
20 months ago, by wenzelm
tuned signature;
20 months ago, by wenzelm
minor performance tuning;
20 months ago, by wenzelm
revert pointless performance tuning fd5f4455e033: no measurable difference in HOL, HOL-Library, HOL-Analysis;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
more accurate treatment of traditional name space accesses (refining 948f5dc4d694, fcd85e04a948, 238307775d52);
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
proper treatment of restriction (for 'qualified');
20 months ago, by wenzelm
misc tuning;
20 months ago, by wenzelm
more complete accesses for hide operation (amending fcd85e04a948), e.g. relevant for AFP/thys/Jordan_Normal_Form/Matrix_Kernel.thy in AFP/4d8afd37b465;
20 months ago, by wenzelm
more standard name bindings (amending 5bf71b4da706): avoid odd full_name like "Orderings.class.Orderings.preorder.of_class.intro" with many redundant name space accesses;
20 months ago, by wenzelm
minor performance tuning: more compact representation of only sparsely table;
20 months ago, by wenzelm
minor performance tuning: no storage of accesses, produce Binding.full_name_spec on the spot;
20 months ago, by wenzelm
proper checks;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
tuned structure;
20 months ago, by wenzelm
tuned signature;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
clarified extern vs. alias/hide: output alternative names, if possible;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
minor performance tuning: more compact, more sharing;
20 months ago, by wenzelm
potential performance tuning: more compact data structure, but less sharing;
20 months ago, by wenzelm
Importation of additional lemmas from metric.ml
20 months ago, by paulson
fixes esp to theory presentation
20 months ago, by paulson
new material ported from HOL Light's metric.ml
20 months ago, by paulson
merged
20 months ago, by paulson
Two new theories containing material ported from HOL Light about abstract topology
20 months ago, by paulson
merged
20 months ago, by nipkow
streamlined
20 months ago, by nipkow
merged
20 months ago, by paulson
More new theorems, and a necessary correction
20 months ago, by paulson
A few new theorems
20 months ago, by paulson
merged
20 months ago, by paulson
merged
20 months ago, by paulson
merged
21 months ago, by paulson
merged
22 months ago, by paulson
Numerous significant simplifications
22 months ago, by paulson
stripped unused functionality
20 months ago, by haftmann
tuned
20 months ago, by haftmann
case translation in intermediate language eliminates semantic clone
20 months ago, by haftmann
minor performance tuning;
20 months ago, by wenzelm
more correct type calculation
20 months ago, by haftmann
Backed out changeset 5016262a2384
20 months ago, by haftmann
added lemma
20 months ago, by nipkow
thingol: fix abstraction return types in case
20 months ago, by stuebinm
merged
20 months ago, by desharna
tuned; avoided intermediate lists
20 months ago, by desharna
tuned; avoided intermediate list and list traversal
20 months ago, by desharna
tuned; avoided intermediate lists
20 months ago, by desharna
tuned; avoided intermediate list
20 months ago, by desharna
made 'primcorec' more robust
20 months ago, by blanchet
performance tuning: more balanced time vs. space tradeoff, notably for datatype package with its many name space operations;
20 months ago, by wenzelm
tuned signature;
20 months ago, by wenzelm
more operations for lexicographic ordering;
20 months ago, by wenzelm
more operations: following Library list operations and Ord_List.T operations;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
tuned;
20 months ago, by wenzelm
tuned: concise combinators instead of bulky case-expressions;
20 months ago, by wenzelm
provide ML antiquotation "if_none": non-strict version of "the_default";
20 months ago, by wenzelm
merged
21 months ago, by wenzelm
proper Thm.trim_context / Thm.transfer (see also 0d401f874942);
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
more operations;
21 months ago, by wenzelm
more operations;
21 months ago, by wenzelm
more uniform operations wrt. Thm.full_prop_of;
21 months ago, by wenzelm
proper Thm.trim_context / Thm.transfer for context data;
21 months ago, by wenzelm
tuned: more concise data record;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
clarified counters and types;
21 months ago, by wenzelm
tuned signature;
21 months ago, by wenzelm
support n-ary merge theory data;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
proper theory_long_name;
21 months ago, by wenzelm
prefer theory_long_name in data;
21 months ago, by wenzelm
proper theory_long_name;
21 months ago, by wenzelm
clarified signature: explicitly distinguish theory_base_name vs. theory_long_name;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
more operations, following Isabelle/ML conventions;
21 months ago, by wenzelm
clarified theory_id: plain value without state;
21 months ago, by wenzelm
tuned
21 months ago, by haftmann
clarified terminology
21 months ago, by haftmann
minor performance tuning: recursive check of pointer_eq;
21 months ago, by wenzelm
minor performance tuning: avoid excessive (de)constructions for base cases;
21 months ago, by wenzelm
unused (see also 864c7c684651 and b6aa5eac0a1a);
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
more operations: avoid intermediate list;
21 months ago, by wenzelm
discontinued somewhat pointless operation: Conjunction.intr_balanced / Conjunction.elim_balanced with single hyp performs better (e.g. see AFP/351b7b576892);
21 months ago, by wenzelm
update NEWS: Sortset and Termset turned out to be counter productive, Ord_List.union is much lighter;
21 months ago, by wenzelm
drop unused Set().ord, which is potentially inefficient due to dict_ord/dest;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
backout b6aa5eac0a1a;
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
Thm.shared context: speed-up low-level inferences;
21 months ago, by wenzelm
tuned whitespace;
21 months ago, by wenzelm
backout 4a174bea55e2;
21 months ago, by wenzelm
Backed out changeset f34d11942ac1
21 months ago, by wenzelm
backout e3fe192fa4a8;
21 months ago, by wenzelm
backout 61f652dd955a;
21 months ago, by wenzelm
Backed out changeset e3db27e3b0c6
21 months ago, by wenzelm
Backed out changeset cd5d56abda10
21 months ago, by wenzelm
revert b43ee37926a9 due to problems with AFP/PAPP_Impossibility;
21 months ago, by wenzelm
merged
21 months ago, by wenzelm
tuned;
21 months ago, by wenzelm
merged
21 months ago, by Lars Hupel
code_target: create subdirectories for export_code file
21 months ago, by stuebinm
clarified signature: support "suppress" prefix as int, followed by list;
21 months ago, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip