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.
tuned whitespace;
2014-02-27, by wenzelm
clarified init_models: simultaneous initialization of all document models, before flushing edits by regular means (via PIDE.editor.invoke) -- important for consolidated doc_blobs when determining initial edits;
2014-02-27, by wenzelm
simplified rendering -- no need to over-emphasize "token_range";
2014-02-27, by wenzelm
modernized theory setup;
2014-02-27, by wenzelm
store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
2014-02-27, by wenzelm
more symbols;
2014-02-27, by wenzelm
more symbol abbrevs to support HOL library maintenance;
2014-02-27, by wenzelm
reparse only for actually changed blobs;
2014-02-27, by wenzelm
proper document blobs for initial edit, which is relevant for loading auxiliary file buffers;
2014-02-27, by wenzelm
more formal Document.Blobs;
2014-02-27, by wenzelm
tuned output;
2014-02-27, by wenzelm
proper update of text perspective for nodes with changed blobs, which is important to refresh the corresponding command perspective (otherwise it might refer to invalid thy_load commands and cause full execution of the node by the prover);
2014-02-27, by wenzelm
tuned iterator;
2014-02-27, by wenzelm
tuned;
2014-02-27, by wenzelm
tuned comment;
2014-02-27, by wenzelm
tuned output;
2014-02-26, by wenzelm
amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
2014-02-27, by haftmann
A bit of tidying up
2014-02-27, by paulson
added two examples
2014-02-27, by blanchet
hide Lifting.invariant from a user completely
2014-02-27, by kuncar
correct most general type for mutual recursion when several identical types are involved
2014-02-27, by blanchet
removed bogus "error" message (it appeared during regular mode of operation)
2014-02-27, by Lars Hupel
intermediate typedef for the type of the bound (local to lfp)
2014-02-26, by traytel
merged
2014-02-26, by wenzelm
tuned specifications and proofs;
2014-02-26, by wenzelm
more precise before_caret_range (looking both in space and time);
2014-02-26, by wenzelm
improved rendering of blinking cursor;
2014-02-26, by wenzelm
markup for method combinators;
2014-02-26, by wenzelm
tuned;
2014-02-26, by wenzelm
tuned signature;
2014-02-26, by wenzelm
suppress completion of obscure keyword, avoid confusion with plain "simp";
2014-02-26, by wenzelm
method language markup, e.g. relevant to prevent outer keyword completion;
2014-02-26, by wenzelm
transfer domain rule for special case of functions - was missing
2014-02-26, by kuncar
replaced smt-based proof with metis proof that requires no external tool
2014-02-26, by boehmes
obsolete workaround
2014-02-26, by haftmann
prefer proof context over background theory
2014-02-26, by haftmann
made tactics more robust
2014-02-26, by traytel
merged
2014-02-25, by wenzelm
tuned specifications and proofs;
2014-02-25, by wenzelm
merged
2014-02-25, by wenzelm
uniform insert vs. popup policy;
2014-02-25, by wenzelm
tuned proofs;
2014-02-25, by wenzelm
back to Markup.command for actual tokens (amending 4a4e5686e091) -- avoid conflict of jEdit token marker with Rendering.text_colors;
2014-02-25, by wenzelm
tuned signature;
2014-02-25, by wenzelm
no word completion within word context;
2014-02-25, by wenzelm
more completion rendering: active, semantic, syntactic;
2014-02-25, by wenzelm
tuned;
2014-02-25, by wenzelm
tuned message -- more markup;
2014-02-25, by wenzelm
clarified token markup: keyword1/keyword2 is for syntax, and "command" the entity kind;
2014-02-25, by wenzelm
proper context for global data;
2014-02-25, by wenzelm
modernized Method.check_name/check_source (with reports) vs. strict Method.the_method (without interning nor reports), e.g. relevant for semantic completion;
2014-02-25, by wenzelm
optimize special case according to Library.merge (see also 8fbc355100f2);
2014-02-25, by wenzelm
more positions;
2014-02-25, by wenzelm
more markup;
2014-02-25, by wenzelm
simplify a proof due to 6c95a39348bd
2014-02-25, by kuncar
new rule for making rsp theorem more readable
2014-02-25, by kuncar
unregister lifting setup following the best practice of Lifting
2014-02-25, by kuncar
generalised some results using type classes
2014-02-25, by paulson
More complex-related lemmas
2014-02-25, by paulson
the rules are not needed due to 1726f46d2aa8
2014-02-25, by kuncar
simplify and repair proofs due to df0fda378813
2014-02-25, by kuncar
rewrite composition of quotients to a more readable form in a respectfulness goal that is presented to a user
2014-02-25, by kuncar
Gauss.thy ported from Old_Number_Theory (unfinished)
2014-02-24, by paulson
merged
2014-02-24, by wenzelm
reverted c05d3e22adaf: Locale.intern is still required by AFP/Simpl;
2014-02-24, by wenzelm
optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
2014-02-24, by wenzelm
tuned colors;
2014-02-24, by wenzelm
prefer standard Proof_Context.transfer, with theory stamp transfer (should now work thanks to purely functional theory, without Theory.copy etc.);
2014-02-24, by wenzelm
more robust registration of code equations
2014-02-24, by kuncar
be consistent and produce always rep_eq with =
2014-02-24, by kuncar
publish a useful function
2014-02-24, by kuncar
don't be so aggresive for a public test function and raise only BAD_THM instead of ERROR
2014-02-24, by kuncar
add missing attributes
2014-02-24, by kuncar
Lemmas about Reals, norm, etc., and cleaner variants of existing ones
2014-02-24, by paulson
A few lemmas about summations, etc.
2014-02-24, by paulson
merged
2014-02-24, by wenzelm
tuned;
2014-02-24, by wenzelm
tuned messages -- prefer quote before Position.here, which might be just \<here>;
2014-02-24, by wenzelm
clarified ML language flags;
2014-02-24, by wenzelm
clarified painting of invisible caret, e.g. focus change due to popup;
2014-02-24, by wenzelm
tuned signature -- weaker type requirement;
2014-02-24, by wenzelm
paint completion range of active popup;
2014-02-24, by wenzelm
tuned messages;
2014-02-24, by wenzelm
clarified Token.range_of in accordance to Symbol_Pos.range;
2014-02-24, by wenzelm
tuned signature;
2014-02-24, by wenzelm
clarified interaction with dead variables in the composition of BNFs
2014-02-24, by traytel
added BNF cache (within one definition)
2014-02-24, by blanchet
updated docs
2014-02-23, by blanchet
optimized 'bnf_of_typ' further w.r.t. dead variables
2014-02-23, by blanchet
optimization of 'bnf_of_typ' if all variables are dead
2014-02-23, by blanchet
improved accounting for dead variables when naming set functions (refines d71c2737ee21)
2014-02-23, by blanchet
added explicit killing
2014-02-23, by blanchet
more precise error message
2014-02-23, by blanchet
reuse same parser for '(co)datatype(_new)' as for 'bnf_decl'
2014-02-23, by blanchet
tuned message;
2014-02-23, by wenzelm
tuned proofs;
2014-02-23, by wenzelm
tuned whitespace;
2014-02-23, by wenzelm
unused;
2014-02-23, by wenzelm
clarified semantic completion: retain kind.full_name as official item name for history;
2014-02-23, by wenzelm
try explicit semantic completion before syntax completion;
2014-02-23, by wenzelm
more explicit Completion.Item.range, independently of caret;
2014-02-23, by wenzelm
tuned whitespace;
2014-02-23, by wenzelm
clarified stretch_point_range wrt. UTF-16 surrogates;
2014-02-23, by wenzelm
tuned;
2014-02-23, by wenzelm
some rendering of completion range;
2014-02-23, by wenzelm
clarified completion names;
2014-02-23, by wenzelm
NEWS and documentation, including correction of long-overseen "*"
2014-02-23, by haftmann
regenerated
2014-02-23, by haftmann
keep only identifiers public which are explicitly requested or demanded by dependencies
2014-02-23, by haftmann
explicit option for "open" code generation
2014-02-23, by haftmann
tuned
2014-02-23, by haftmann
more fine-grain notion of export
2014-02-23, by haftmann
tuned
2014-02-23, by haftmann
formal markup for public ingredients
2014-02-23, by haftmann
tuned
2014-02-23, by haftmann
dropped long-unused option
2014-02-23, by haftmann
avoid ad-hoc patching of generated code
2014-02-23, by haftmann
tuned proofs;
2014-02-22, by wenzelm
support for semantic completion on Scala side;
2014-02-22, by wenzelm
clarified module location (again, see 763d35697338);
2014-02-22, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip