Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
more metrics, with integer coordinates for layout;
2015-01-05, by wenzelm
tuned;
2015-01-04, by wenzelm
misc tuning;
2015-01-04, by wenzelm
explicit Layout.Point;
2015-01-04, by wenzelm
tuned comments;
2015-01-04, by wenzelm
tuned;
2015-01-04, by wenzelm
clarified static full_graph vs. dynamic visible_graph;
2015-01-04, by wenzelm
tuned signature;
2015-01-04, by wenzelm
tuned -- more iterators;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
clarified fit_to_window: floor scale within window bounds;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
apply_layout: proper repaint;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
tuned;
2015-01-03, by wenzelm
tuned signature;
2015-01-03, by wenzelm
tuned menu items;
2015-01-03, by wenzelm
tuned signature;
2015-01-03, by wenzelm
more formal Graph_Display.Node (with ordering) and Graph_Display.Edge;
2015-01-03, by wenzelm
more uniform support for graph display in ML/Scala;
2015-01-03, by wenzelm
recovered tooltip from 6e77ddb1e3fb: non-null default is required as prerequisite;
2015-01-03, by wenzelm
prefer integer coordinates;
2015-01-03, by wenzelm
clarified bounding box, similar to old graph browser;
2015-01-03, by wenzelm
tuned headers;
2015-01-02, by wenzelm
less excessive event handling;
2015-01-02, by wenzelm
tuned;
2015-01-02, by wenzelm
clarified mouse wheel: conventional scrolling, not scaling;
2015-01-02, by wenzelm
clarified metrics, similar to old graph browser;
2015-01-02, by wenzelm
merged
2015-01-01, by wenzelm
tuned color;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
more dynamic visualizer -- re-use jEdit font info;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
more dynamic visualizer -- re-use Isabelle/jEdit options;
2015-01-01, by wenzelm
more standard GUI layout;
2015-01-01, by wenzelm
tuned;
2015-01-01, by wenzelm
tuned imports;
2015-01-01, by wenzelm
tuned;
2015-01-01, by wenzelm
tuned imports;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
tuned signature;
2015-01-01, by wenzelm
tuned;
2015-01-01, by wenzelm
tuned whitespace;
2015-01-01, by wenzelm
merged
2015-01-01, by boehmes
updated NEWS
2015-01-01, by boehmes
optionally display statistics for Z3 proof reconstruction
2014-12-29, by boehmes
avoid more than one data slot per module
2014-12-29, by boehmes
limit reconstruction time of Z3 proof steps to be able to detect long-running reconstruction steps
2014-12-29, by boehmes
converse graph according to Graph_Display;
2014-12-31, by wenzelm
eliminated TTY/PG legacy;
2014-12-31, by wenzelm
clarified Graph_Display.graph etc.: sort_graph determines order from structure (and names);
2014-12-31, by wenzelm
tuned;
2014-12-31, by wenzelm
for graph display, prefer graph data structure over list with dependencies;
2014-12-31, by wenzelm
more explict and generic field names
2014-12-31, by wenzelm
uniform variable name for presentation graphs, to distinguish from values of type Graph.T
2014-12-31, by wenzelm
stripped ad-hoc diagnostic facility
2014-12-31, by wenzelm
update map definition in Prog_Prove for new datatype package
2014-12-31, by kleing
explicit message channel for "legacy", which is nonetheless a variant of "warning";
2014-12-30, by wenzelm
clarified source location;
2014-12-30, by wenzelm
added system property isabelle.laf, notably for initial system dialog;
2014-12-30, by wenzelm
NEWS;
2014-12-30, by wenzelm
tuned;
2014-12-29, by wenzelm
clarified execution graph traversal: stable imports are required to proceed, e.g. relevant to avoid crash of init_theory after discontinued execution;
2014-12-29, by wenzelm
tuned whitespace;
2014-12-29, by wenzelm
more toplevel pretty printing;
2014-12-29, by wenzelm
back to full synchronization (cf. eb3e399f5b9f);
2014-12-28, by wenzelm
proper sequential version;
2014-12-28, by wenzelm
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
2014-12-28, by wenzelm
modernized historic example;
2014-12-28, by wenzelm
more thorough Lazy.is_finished;
2014-12-28, by wenzelm
3 old example lemmas by Amine listed in the top 100 theorems
2014-12-28, by kleing
update_cartouches;
2014-12-27, by wenzelm
memo_fork without locking, to avoid rare deadlock in Event_Timer.request due to execution overrun;
2014-12-27, by wenzelm
typos
2014-12-24, by haftmann
unused;
2014-12-23, by wenzelm
tuned message;
2014-12-23, by wenzelm
explicit message channels for "state", "information";
2014-12-23, by wenzelm
imitate font more carefully: err on smaller size;
2014-12-23, by wenzelm
more accurate selection of sessions;
2014-12-22, by wenzelm
more accurate selection of sessions;
2014-12-22, by wenzelm
discontinued central critical sections: NAMED_CRITICAL / CRITICAL;
2014-12-22, by wenzelm
more elementary Multithreading.synchronized;
2014-12-22, by wenzelm
proper Synchronized.var;
2014-12-22, by wenzelm
removed remains from Proof General;
2014-12-22, by wenzelm
obsolete;
2014-12-22, by wenzelm
system option "pretty_margin" is superseded by "thy_output_margin";
2014-12-22, by wenzelm
tuned;
2014-12-22, by wenzelm
proper Synchronized.var;
2014-12-22, by wenzelm
separate module Random;
2014-12-22, by wenzelm
tuned;
2014-12-21, by wenzelm
tuned signature;
2014-12-21, by wenzelm
proper context;
2014-12-21, by wenzelm
afford more heap;
2014-12-21, by wenzelm
increase chances of success;
2014-12-21, by wenzelm
recovered metis proof after 115965966e15 (Odd clash of type variables!?);
2014-12-21, by wenzelm
proper context;
2014-12-21, by wenzelm
proper context for "net" tactics;
2014-12-20, by wenzelm
tuned;
2014-12-20, by wenzelm
afford full test, with slightly improved scheduling order;
2014-12-20, by wenzelm
more generous timeout, to increase chances of at64-poly;
2014-12-19, by wenzelm
updated according to eb3e399f5b9f;
2014-12-19, by wenzelm
just one data slot per program unit;
2014-12-19, by wenzelm
tuned;
2014-12-19, by wenzelm
just one data slot per program unit;
2014-12-19, by wenzelm
more standard configuration options;
2014-12-19, by wenzelm
tuned;
2014-12-19, by wenzelm
just one data slot per program unit;
2014-12-19, by wenzelm
tuned;
2014-12-19, by wenzelm
more frugal Local_Syntax.init -- maintain idents within context;
2014-12-19, by wenzelm
proper exception for internal program failure, not user-error;
2014-12-19, by wenzelm
tuned;
2014-12-19, by wenzelm
suppress irrelevant timing messages (the majority);
2014-12-18, by wenzelm
less ambitious settings -- increase chances of success;
2014-12-18, by wenzelm
peek value without synchronization;
2014-12-18, by wenzelm
avoid repeated access to global variable (101 times in Complex_Main), which is actually synchronized after e557a9ddee5f;
2014-12-18, by wenzelm
tuning
2014-12-17, by blanchet
unfortunately, there is no general function space in the measurable spaces
2014-12-17, by hoelzl
correctly apply type substitution before checking for function types
2014-12-15, by blanchet
avoid generating selectors with function types -- this produce arity inconsistencies
2014-12-15, by blanchet
renamed theory file
2014-12-15, by blanchet
merged
2014-12-12, by wenzelm
Synchronized.value is actually synchronized (NB: underlying Unsynchronized.ref is not necessarily volatile);
2014-12-12, by wenzelm
tuned;
2014-12-12, by wenzelm
tuned;
2014-12-11, by wenzelm
added Par_List in Scala, in accordance to ML version;
2014-12-11, by wenzelm
tuned;
2014-12-11, by wenzelm
rel_pmf commutes with rel_prod
2014-12-12, by hoelzl
note more facts (always)
2014-12-11, by traytel
conceal typedef more violently
2014-12-11, by traytel
respect order of deads when retrieving bnfs from the database
2014-12-11, by traytel
merged
2014-12-10, by wenzelm
more informative gutter content: fall-back on background color, e.g. when line numbers are enabled;
2014-12-10, by wenzelm
more examples;
2014-12-10, by wenzelm
more careful handling of auxiliary environment structure -- allow nested ML evaluation;
2014-12-10, by wenzelm
more markup for improper situations;
2014-12-10, by wenzelm
more explicit markup for improper commands;
2014-12-10, by wenzelm
tuned;
2014-12-10, by wenzelm
imitate command markup and rendering of Isabelle/jEdit in HTML output;
2014-12-09, by wenzelm
tuned signature;
2014-12-09, by wenzelm
more jEdit colors;
2014-12-09, by wenzelm
proper alt_string markup (cf. 2ceb05ee0331);
2014-12-09, by wenzelm
tuned spelling;
2014-12-09, by wenzelm
clarified language context, e.g. relevant for symbol completion within cartouches;
2014-12-09, by wenzelm
tuned signature;
2014-12-09, by wenzelm
proper railsetup;
2014-12-09, by wenzelm
move topology on enat to Extended_Real, otherwise Jinja_Threads fails
2014-12-09, by hoelzl
isatest for Mac OS X Yosemite;
2014-11-22, by wenzelm
tuned spelling;
2014-12-08, by wenzelm
expand ML cartouches to Input.source;
2014-12-08, by wenzelm
merged
2014-12-08, by wenzelm
some special cases for official SML, to treat Isabelle symbols like raw characters;
2014-12-08, by wenzelm
tuned comment;
2014-12-08, by wenzelm
clarified Isabelle/ML strings (refining 72238ea2201c);
2014-12-08, by wenzelm
tuned signature;
2014-12-08, by wenzelm
instance bool and enat as topologies
2014-12-08, by hoelzl
NEWS
2014-12-08, by haftmann
allow multiple inheritance of targets
2014-12-05, by haftmann
tuned module structure
2014-12-04, by haftmann
tuned data structures
2014-12-04, by haftmann
tuned target inheritance bookkeeping: ancestry is always fully maintained at current entry using canonical merge;
2014-12-04, by haftmann
tuned
2014-12-04, by haftmann
tuned names
2014-12-04, by haftmann
eta-expand all search patterns using schematic place holders
2014-12-04, by haftmann
revert "better" handling of abbreviation from c61fe520602b
2014-12-04, by haftmann
tuned variable names
2014-12-04, by haftmann
turn application-specific Pattern.matches_subterm into an application-private function
2014-12-04, by haftmann
cleaned up mess
2014-12-04, by haftmann
add Poisson and Binomial distribution
2014-12-05, by hoelzl
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
2014-12-05, by hoelzl
proper GUI_Thread context (cf. 7e0d3da6e6d8);
2014-12-04, by wenzelm
more examples;
2014-12-04, by wenzelm
tuned header;
2014-12-04, by wenzelm
generalized (borel_)measurable_SUP/INF/lfp/gfp; tuned proofs for sigma-closure of product spaces
2014-12-04, by hoelzl
merged
2014-12-03, by wenzelm
node-specific keywords, with session base syntax as default;
2014-12-03, by wenzelm
clarified define_command: send tokens more directly, without requiring keywords in ML;
2014-12-03, by wenzelm
more robust bundle_name: avoid assumptions about identifier, keywords etc.;
2014-12-03, by wenzelm
tuned signature;
2014-12-03, by wenzelm
tuned;
2014-12-03, by wenzelm
clarified token kind;
2014-12-03, by wenzelm
added Untyped.method convenience (for *this* class only);
2014-12-02, by wenzelm
tuned signature -- more explicit types;
2014-12-02, by wenzelm
more careful syntax_changed propagation -- avoid global jEdit.propertiesChanged;
2014-12-02, by wenzelm
node-specific syntax, with base_syntax as default;
2014-12-02, by wenzelm
clarified token marker / syntax for mode vs. buffer;
2014-12-01, by wenzelm
Sidekick syntax is derived from buffer (and its mode), instead of parser name;
2014-12-01, by wenzelm
tuned signature;
2014-12-01, by wenzelm
more merge operations;
2014-12-01, by wenzelm
tuned signature;
2014-12-01, by wenzelm
tuned;
2014-12-01, by wenzelm
prefer E 1.8, now that it's been tried and tested
2014-12-03, by blanchet
more accurate context;
2014-11-30, by wenzelm
update_cartouches;
2014-11-30, by wenzelm
tuned signature;
2014-11-30, by wenzelm
tuned signature;
2014-11-30, by wenzelm
tuned signature -- prefer Input.source;
2014-11-30, by wenzelm
more abstract type Input.source;
2014-11-30, by wenzelm
encode text with control symbols;
2014-11-29, by wenzelm
proper HTML.encode;
2014-11-29, by wenzelm
prefer abbrev for is_unit
2014-11-26, by haftmann
do not conceal inductive predicate names properly, following 4a3747517552
2014-11-26, by haftmann
tuned
2014-11-26, by haftmann
renamed "pairself" to "apply2", in accordance to @{apply 2};
2014-11-26, by wenzelm
added ML antiquotation @{apply n} or @{apply n(k)};
2014-11-26, by wenzelm
even more exception traces for Document.update, which goes through additional execution wrappers;
2014-11-26, by wenzelm
more informative failure of protocol commands, with exception trace;
2014-11-26, by wenzelm
load simple_thread.ML later, such that it benefits from redefined print_exception_trace;
2014-11-26, by wenzelm
tuned proof that pmfs are bnfs
2014-11-25, by hoelzl
projections of pair_pmf (by D. Traytel)
2014-11-25, by hoelzl
merged
2014-11-24, by wenzelm
removed odd remains of structural containment checks, which stem from an older approach (see also 3ad1b289f21b, 3ae3cc4b1eac, 423af2e013b8, bad13b32c0f3, ccd6de95f4a6);
2014-11-24, by wenzelm
preinstantiate (co)inductions in N2M to handle mutual but separated SCCs
2014-11-24, by traytel
add congruence solver to measurability prover
2014-11-24, by hoelzl
cleanup measurability prover
2014-11-24, by hoelzl
updated SMT certificates
2014-11-24, by blanchet
added one more CVC4 option that helps Judgment Day (10 theory version)
2014-11-24, by blanchet
tuned whitespace
2014-11-24, by blanchet
keep all 'ctr' theorems
2014-11-24, by blanchet
smoothly handle unit codatatypes in 'primcorec'
2014-11-24, by blanchet
careful with de Bruijn indices
2014-11-24, by blanchet
improved message in 'co' case
2014-11-24, by blanchet
updated NEWS
2014-11-24, by blanchet
no need for subset operation as a primitive in Nitpick, esp. that its implementation was unsound (cf. Rene Thiemann's 16 Oct 2014 email on isabelle mailing list)
2014-11-24, by blanchet
added Z3 reconstruction rule suggested by F. Maric
2014-11-24, by blanchet
one more CVC4 option that helps
2014-11-24, by blanchet
renamed 'veriT' to 'verit', to stick to all-lowercase rule for prover names
2014-11-24, by blanchet
update CVC4 version docs
2014-11-24, by blanchet
tuned signature;
2014-11-22, by wenzelm
tuned;
2014-11-22, by wenzelm
misc tuning and modernization;
2014-11-22, by wenzelm
misc tuning and modernization;
2014-11-22, by wenzelm
more careful ML source positions, for improved PIDE markup;
2014-11-22, by wenzelm
named_theorems: multiple args;
2014-11-22, by wenzelm
tuned;
2014-11-21, by wenzelm
removed some add-ons from modules that are relevant for the inference kernel;
2014-11-21, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip