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 signature;
2014-03-10, by wenzelm
prefer Name_Space.pretty with its builtin markup;
2014-03-10, by wenzelm
tuned signature -- prefer Name_Space.get with its builtin error;
2014-03-10, by wenzelm
abstract type Name_Space.table;
2014-03-10, by wenzelm
more structured order;
2014-03-10, by wenzelm
more direct Long_Name.qualification;
2014-03-10, by wenzelm
more restrictive completion: intern/extern stability;
2014-03-10, by wenzelm
add measurability rule for (co)inductive predicates
2014-03-10, by hoelzl
introduced antimono; incseq, decseq are now abbreviations for mono and antimono; renamed Library/Continuity to Library/Order_Continuity; removed up_cont; renamed down_cont to down_continuity and generalized to complete_lattices
2014-03-10, by hoelzl
hide implementation details
2014-03-10, by kuncar
copy-paste typo
2014-03-10, by traytel
tuned tactic
2014-03-10, by traytel
unfold intermediate definitions after sealing the bnf
2014-03-10, by traytel
bootstrap fundamental Fun theory immediately after Set theory, without dependency on complete lattices
2014-03-09, by haftmann
tuned;
2014-03-09, by haftmann
more careful unfolding of internal constants
2014-03-09, by traytel
made typedef for the type of the bound optional (size-based)
2014-03-09, by traytel
made natLe{q,ss} constants (yields smaller terms in composition)
2014-03-07, by traytel
removed junk
2014-03-07, by traytel
tuned proofs;
2014-03-09, by wenzelm
unused;
2014-03-09, by wenzelm
tuned;
2014-03-09, by wenzelm
more formal read_root;
2014-03-09, by wenzelm
simplified / modernized hide commands: proper outer parsers and PIDE markup via check;
2014-03-09, by wenzelm
removed dead code;
2014-03-09, by wenzelm
check fact names with PIDE markup;
2014-03-09, by wenzelm
tuned signature;
2014-03-09, by wenzelm
do allow replacement of words where this is appropriate, notably symbol abbrevs and keyword templates (see also 1c42ebdb3a58);
2014-03-09, by wenzelm
tuned proofs;
2014-03-08, by wenzelm
tuned proofs;
2014-03-08, by wenzelm
keep current context visibility for PIDE markup and completion (in contrast to 8e3e004f1c31): Attrib.check_src of 9dc5ce83202c should intern/report attributes once, which happens for local_theory in the (visible) auxiliary context;
2014-03-08, by wenzelm
modernized Attrib.check_name/check_src similar to methods (see also a989bdaf8121);
2014-03-08, by wenzelm
allow suffix of underscores for words (notably keywords), similar to semantic completion;
2014-03-08, by wenzelm
back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
2014-03-08, by wenzelm
no completion for complete keywords, to avoid confusion of 'assume' ~> 'assumes' etc.;
2014-03-08, by wenzelm
clarified description;
2014-03-08, by wenzelm
tuned;
2014-03-08, by wenzelm
tuned proofs;
2014-03-07, by wenzelm
more antiquotations;
2014-03-07, by wenzelm
ignore special names that are treated differently for various sub-languages (main wild-card is identifier "__");
2014-03-07, by wenzelm
merged
2014-03-07, by wenzelm
misc tuning;
2014-03-07, by wenzelm
more strict discrimination: symbols vs. keywords could overlap;
2014-03-07, by wenzelm
tuned;
2014-03-07, by wenzelm
more accurate description;
2014-03-07, by wenzelm
misc tuning and clarification;
2014-03-07, by wenzelm
more accurate description;
2014-03-07, by wenzelm
tuned proofs;
2014-03-07, by wenzelm
tuned;
2014-03-07, by wenzelm
tuned message: reveal ambiguity where Syntax_Phases.decode_term fails and thus reduces proper_results beforehand, e.g. term "f(x := y)" in ~~/src/HOL/Hoare/Hoare_Logic.thy;
2014-03-07, by wenzelm
tuned description and its rendering;
2014-03-07, by wenzelm
more detailed description of completion items;
2014-03-07, by wenzelm
more basic const report (without completion) for known Const within syntax tree, which usually refers to special syntax (without proper @{const_syntax} markers);
2014-03-07, by wenzelm
no completion of concealed names;
2014-03-07, by wenzelm
more official const syntax: avoid educated guessing by Syntax_Phases.decode_term;
2014-03-07, by wenzelm
tuned whitespace;
2014-03-07, by wenzelm
removed dead code;
2014-03-07, by wenzelm
modernized theory setup;
2014-03-07, by wenzelm
Some new proofs. Tidying up, esp to remove "apply rule".
2014-03-07, by paulson
use balanced tuples in 'primcorec'
2014-03-07, by blanchet
tuning
2014-03-07, by blanchet
a few new lemmas
2014-03-07, by paulson
balance tuples that represent curried functions
2014-03-07, by blanchet
merged
2014-03-06, by wenzelm
tuned proofs;
2014-03-06, by wenzelm
some NEWS;
2014-03-06, by wenzelm
special identifier "__" (i.e. empty name with internal suffix) serves as wild-card for completion;
2014-03-06, by wenzelm
completion is part of error (not report) and thus not subject to context visibility -- e.g. relevant for 'fixes' in long statements;
2014-03-06, by wenzelm
proper position for decode_pos, which is relevant for completion;
2014-03-06, by wenzelm
more decisive commitment to get_free vs. the_const;
2014-03-06, by wenzelm
more rigid const demands, based on educated guesses about the tools involved here;
2014-03-06, by wenzelm
more compact Markup.markup_report: message body may consist of multiple elements;
2014-03-06, by wenzelm
reject internal term names outright, and complete consts instead;
2014-03-06, by wenzelm
eliminated odd type constraint for read_const (see also 79c1d2bbe5a9);
2014-03-06, by wenzelm
more uniform check_const/read_const;
2014-03-06, by wenzelm
tuned;
2014-03-06, by wenzelm
more rigid type_name demands, based on educated guesses about the tools involved here;
2014-03-06, by wenzelm
tuned signature -- more uniform check_type_name/read_type_name;
2014-03-06, by wenzelm
clarified treatment of consts -- prefer value-oriented reports;
2014-03-06, by wenzelm
clarified check of internal names;
2014-03-06, by wenzelm
tuned signature;
2014-03-06, by wenzelm
tuned;
2014-03-06, by wenzelm
tuned
2014-03-06, by Lars Hupel
renamed 'fun_rel' to 'rel_fun'
2014-03-06, by blanchet
renamed 'prod_rel' to 'rel_prod'
2014-03-06, by blanchet
renamed 'sum_rel' to 'rel_sum'
2014-03-06, by blanchet
renamed 'filter_rel' to 'rel_filter'
2014-03-06, by blanchet
renamed 'endofun_rel' to 'rel_endofun'
2014-03-06, by blanchet
renamed 'vset_rel' to 'rel_vset'
2014-03-06, by blanchet
fixed NEWS
2014-03-06, by blanchet
renamed 'set_rel' to 'rel_set'
2014-03-06, by blanchet
tuned
2014-03-06, by traytel
rationalized imports
2014-03-06, by traytel
move special BNFs used for composition only to BNF_Comp;
2014-03-06, by traytel
renamed 'cset_rel' to 'rel_cset'
2014-03-06, by blanchet
renamed 'fset_rel' to 'rel_fset'
2014-03-06, by blanchet
renamed 'map_pair' to 'map_prod'
2014-03-06, by blanchet
renamed 'map_sum' to 'sum_map'
2014-03-06, by blanchet
more careful simplification of sets (cf. abf91ebd0820)---yields smaller terms
2014-03-06, by traytel
remove lemmas in favor of more general ones: convex(_hull)_set_{plus,setsum}
2014-03-05, by huffman
generalize lemma closure_sum
2014-03-05, by huffman
generalize lemmas
2014-03-05, by huffman
more symbols;
2014-03-05, by wenzelm
tuned proofs;
2014-03-05, by wenzelm
tuned color (cf. jEdit FUNCTION);
2014-03-05, by wenzelm
tuned;
2014-03-05, by wenzelm
more markup for inner syntax class/type names (notably for completion);
2014-03-05, by wenzelm
tuned proofs;
2014-03-05, by wenzelm
back to stable polyml-5.5.1, due to problems with Poly/ML SVN 1913 and HOL-Proofs (Fail "Insufficient memory");
2014-03-05, by wenzelm
more explicit quasi_keyword markup, for Args.$$$ material, which is somewhere in between of outer and inner syntax;
2014-03-05, by wenzelm
unused;
2014-03-05, by wenzelm
special treatment of method combinators like Args.$$$ keywords, although parsed via Parse.$$$;
2014-03-05, by wenzelm
more thorough (potentially duplicate) markup, e.g. relevant for embedded Args syntax within antiquotations;
2014-03-05, by wenzelm
suppress short abbreviations more uniformly, for outer and quasi-outer syntax;
2014-03-05, by wenzelm
clarified init_assignable: make double-sure that initial values are reset;
2014-03-05, by wenzelm
proper UTF-8;
2014-03-05, by wenzelm
fix typo
2014-03-04, by huffman
remove simp rules made redundant by the replacement of neg_numeral with negated numerals
2014-03-04, by huffman
tuned proof
2014-03-04, by huffman
tuned proof script
2014-03-04, by huffman
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip