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.
folded 'Option.set' into BNF-generated 'set_option'
2014-02-16, by blanchet
merged
2014-02-16, by wenzelm
prefer user-space tool within Pure.thy;
2014-02-16, by wenzelm
more markup;
2014-02-16, by wenzelm
more uniform rendering of text that is formally interpreted: avoid clash with inner markup;
2014-02-16, by wenzelm
recovered Isabelle_Sidekick_Markup from 9c53198dbb1c: snapshot requires Swing_Thread;
2014-02-16, by wenzelm
support ML antiquotations in Scala;
2014-02-16, by wenzelm
antiquotations within plain text: Scala version in accordance to ML;
2014-02-16, by wenzelm
tuned signature -- emphasize line-oriented aspect;
2014-02-16, by wenzelm
eliminated odd dislocation of keyword declaration and implementation (leftover from 318cd8ac1817)
2014-02-16, by haftmann
tuned whitespace;
2014-02-15, by wenzelm
removed odd comments -- inferred types are shown by Prover IDE;
2014-02-15, by wenzelm
removed dead code;
2014-02-15, by wenzelm
more uniform ML keyword markup;
2014-02-15, by wenzelm
merged
2014-02-15, by wenzelm
tuned;
2014-02-15, by wenzelm
clarified Isabelle/ML strings;
2014-02-15, by wenzelm
refined ML keyword styles;
2014-02-15, by wenzelm
isabelle-ml mode with separate token marker;
2014-02-15, by wenzelm
partial scans via ML_Lex.tokenize_context;
2014-02-15, by wenzelm
proper signature;
2014-02-14, by wenzelm
lexical syntax for SML (in Scala);
2014-02-14, by wenzelm
tuned;
2014-02-14, by wenzelm
removed dead code;
2014-02-14, by wenzelm
tuned signature (in accordance to ML version);
2014-02-14, by wenzelm
tuned proofs;
2014-02-14, by wenzelm
tuned signature -- separate Lexicon from Parsers (in accordance to ML version);
2014-02-14, by wenzelm
prefer latest ProofGeneral-4.2-1 by default;
2014-02-14, by wenzelm
updated thy_info.dependencies;
2014-02-14, by wenzelm
tuned message;
2014-02-14, by wenzelm
more integrity checks of theory names vs. full node names;
2014-02-14, by wenzelm
abstract type must be a type constructor; check it
2014-02-15, by kuncar
generate proper 'DtRec' indices in 'datatype_new_compat' for the case where some types are duplicated
2014-02-14, by blanchet
better handling of recursion through functions
2014-02-14, by blanchet
added examples/tests
2014-02-14, by blanchet
tuned code to allow mutualized corecursion through different functions with the same target type
2014-02-14, by blanchet
removed assumption in 'primrec_new' that a given constructor can only occur once
2014-02-14, by blanchet
generate unique names
2014-02-14, by blanchet
allow different functions to recurse on the same type, like in the old package
2014-02-14, by blanchet
improved 'datatype_new_compat': generate more fixpoint equations for types like 'datatype_new x = C (x list) (x list)' (here, one equation for each x list instead of a single for both), for higher compatibility + code generation attributes on the recursor
2014-02-14, by blanchet
made N2M more robust w.r.t. identical nested types
2014-02-14, by traytel
register bnfs for (co)datatypes under their proper name (lost in af71b753c459)
2014-02-14, by traytel
updated keywords;
2014-02-14, by wenzelm
restored old 'remotify' logic -- too many bugs were introduced when refactoring the code
2014-02-14, by blanchet
more (co)datatype docs
2014-02-14, by blanchet
hide 'rel' name -- this one is waiting to be merged with 'list_all2'
2014-02-14, by blanchet
updated docs to reflect the new 'free_constructors' syntax
2014-02-14, by blanchet
more precise spec rules for selectors
2014-02-14, by blanchet
removed needless robustness (no longer needed thanks to new syntax)
2014-02-14, by blanchet
aligned the syntax for 'free_constructors' on the 'datatype_new' and 'codatatype' syntax
2014-02-14, by blanchet
renamed 'wrap_free_constructors' to 'free_constructors' (cf. 'functor', 'bnf', etc.)
2014-02-14, by blanchet
renamed 'enriched_type' to more informative 'functor' (following the renaming of enriched type constructors to bounded natural functors)
2014-02-14, by blanchet
merged 'Option.map' and 'Option.map_option'
2014-02-14, by blanchet
merged 'List.map' and 'List.list.map'
2014-02-14, by blanchet
have 'Ctr_Sugar' register its 'Spec_Rules'
2014-02-14, by blanchet
register 'Spec_Rules' for new-style (co)datatypes
2014-02-14, by blanchet
added 'Spec_Rules' for 'primcorec'
2014-02-14, by blanchet
more integrity checks of theory names vs. full node names -- at least for the scope of a single use_thys (or "theories" section in ROOT);
2014-02-13, by wenzelm
added a bit of documentation for the different commands
2014-02-13, by blanchet
cleaner, complete proof in documentation, contributed by Dmitriy T.
2014-02-13, by blanchet
do the right thing with provers that exist only remotely (e.g. e_sine)
2014-02-13, by blanchet
more precise descripiton
2014-02-13, by kuncar
all_args_conv works also for zero arguments
2014-02-13, by kuncar
don't catch QOUT_THM_INTERNAL from the recursive call of parametrize_relation_conv
2014-02-13, by kuncar
Lifting: support a type variable as a raw type
2014-02-12, by kuncar
repaired logic for default provers -- ensures Z3 is kept if installed and configured as noncommercial
2014-02-13, by blanchet
avoid changing the state's context -- this results in transfer problems later with SMT, and hence preplay tactic failures
2014-02-13, by blanchet
removed hint that is seldom useful in practice
2014-02-13, by blanchet
reactivate some examples that still appear to work;
2014-02-13, by wenzelm
removed dead code;
2014-02-13, by wenzelm
explicit indication that redefining outer syntax commands is not supposed to happen -- NB: interactive mode requires global change of syntax;
2014-02-13, by wenzelm
do not redefine outer syntax commands;
2014-02-13, by wenzelm
tuned whitespace;
2014-02-13, by wenzelm
static repair of ML file -- untested (!) by default since 76965c356d2a;
2014-02-13, by wenzelm
iteration n in the 'default' vs. 'update_new' vs. 'update' saga -- 'update' makes sense now that we honor the canonical order on 'merge' (as opposed to raising 'DUP')
2014-02-12, by blanchet
don't hide constant forever, since it may appear in some 'primcorec'-generated theorems
2014-02-12, by blanchet
tuning
2014-02-12, by blanchet
HOL-IMP fastness
2014-02-12, by traytel
merged, resolving some conflicts;
2014-02-12, by wenzelm
eliminated hard tabs (assuming tab-width=2);
2014-02-12, by wenzelm
more platform notes;
2014-02-12, by wenzelm
tuned whitespace;
2014-02-12, by wenzelm
removed odd comments -- inferred types are shown by Prover IDE;
2014-02-12, by wenzelm
maintain blob edits within history, which is important for Snapshot.convert/revert;
2014-02-12, by wenzelm
more accurate eq_content;
2014-02-12, by wenzelm
clarified message_positions: cover alt_id as well;
2014-02-12, by wenzelm
maintain multiple command chunks and markup trees: for main chunk and loaded files;
2014-02-11, by wenzelm
common Command.Chunk for command source and auxiliary files (static Symbol.Index without actual String content);
2014-02-11, by wenzelm
tuned signature;
2014-02-11, by wenzelm
report (but ignore) markup within auxiliary files;
2014-02-11, by wenzelm
merged
2014-02-12, by Andreas Lochbihler
make integer_of_char and char_of_integer work with NBE and code_simp
2014-02-12, by Andreas Lochbihler
make lifting setup for String.literal local to prevent transfer from replacing STR ''...'' literals
2014-02-12, by Andreas Lochbihler
[mq]: news
2014-02-12, by blanchet
remove hidden fact about hidden constant from code generator setup
2014-02-12, by blanchet
for extraction -- use the exhaust rule that's registered with 'datatype_realizer.ML'
2014-02-12, by blanchet
compile
2014-02-12, by blanchet
updated certificates
2014-02-12, by blanchet
tuned message
2014-02-12, by blanchet
tabled, v.: postpone consideration of
2014-02-12, by blanchet
adapted to renaming of 'Projl' and 'Projr'
2014-02-12, by blanchet
adapted to 'xxx_{case,rec}' renaming, to new theorem names, and to new variable names in theorems
2014-02-12, by blanchet
adapted theories to 'xxx_case' to 'case_xxx'
2014-02-12, by blanchet
renamed 'nat_{case,rec}' to '{case,rec}_nat'
2014-02-12, by blanchet
renamed '{prod,sum,bool,unit}_case' to 'case_...'
2014-02-12, by blanchet
adapted theories to '{case,rec}_{list,option}' names
2014-02-12, by blanchet
avoid old 'prod.simps' -- better be more specific
2014-02-12, by blanchet
repaired hard-coded constant names
2014-02-12, by blanchet
killed 'rep_compat' option
2014-02-12, by blanchet
made 'ctr_sugar' more friendly to the 'datatype_realizer'
2014-02-12, by blanchet
use names like 'rec_mytype' and 'case_mytype' in old datatype package as well, to avoid a mixture
2014-02-12, by blanchet
use right local theory -- shows up when 'no_discs_sels' is set
2014-02-12, by blanchet
compatibility names
2014-02-12, by blanchet
use new selector support to define 'the', 'hd', 'tl'
2014-02-12, by blanchet
transformed 'option' and 'list' into new-style datatypes (but register them as old-style as well)
2014-02-12, by blanchet
avoid duplicate 'case' definitions by first looking up 'Ctr_Sugar'
2014-02-12, by blanchet
tuned code
2014-02-12, by blanchet
more 'ctr_sugar' modernization
2014-02-12, by blanchet
tuning
2014-02-12, by blanchet
ported predicate compiler to 'ctr_sugar'
2014-02-12, by blanchet
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip