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
+30000
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.
merged
2010-09-07, by bulwahn
lower expectation in Reg exp example
2010-09-07, by bulwahn
renewing specification in example file; adding invocation in example file
2010-09-07, by bulwahn
handling collection of simprules as sets rather than as lists
2010-09-07, by bulwahn
stating errors in error messages more verbose in predicate compiler
2010-09-07, by bulwahn
raising an exception instead of guessing some reasonable behaviour for this function
2010-09-07, by bulwahn
using linear find_least instead of sorting in the mode analysis of the predicate compiler
2010-09-07, by bulwahn
adding code attribute to definition of equality of finite sets for executability of equality of finite sets
2010-09-07, by bulwahn
adapting example files
2010-09-07, by bulwahn
adding the Reg_Exp example
2010-09-07, by bulwahn
towards time limiting the prolog execution
2010-09-07, by bulwahn
adding IMP quickcheck examples
2010-09-07, by bulwahn
adding the CFG example to the build process
2010-09-07, by bulwahn
adding a List example (challenge from Tobias) for counterexample search
2010-09-07, by bulwahn
adding dependencies to IsaMakefile; increasing negative search limit for predicate_compile_quickcheck; adding tracing of introduction rules in code_prolog
2010-09-07, by bulwahn
disposed some old TODO/FIXME;
2010-09-08, by wenzelm
Document_View: select gutter message icons from markup over line range, not full range results;
2010-09-07, by wenzelm
tuned properties;
2010-09-07, by wenzelm
moved token markup tables to isabelle_markup.scala;
2010-09-07, by wenzelm
concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
2010-09-07, by wenzelm
simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
2010-09-07, by wenzelm
Document_View: more precise painting of gutter icons, only if line selection area is sufficiently large;
2010-09-07, by wenzelm
basic support for warning/error gutter icons;
2010-09-07, by wenzelm
Document_View: some markup for main inner syntax categories;
2010-09-07, by wenzelm
Command.State.accumulate: check actual source range;
2010-09-07, by wenzelm
Isar_Document.reported_positions: slightly more robust treatment of positions outside the command range, notably parsing beyond EOF;
2010-09-07, by wenzelm
highlight bad range of nested error (here from inner parsing);
2010-09-07, by wenzelm
Isar_Document.reported_positions: exclude proof state output;
2010-09-07, by wenzelm
Document_View: less aggressive background coloring, departing from classic PG highlighting;
2010-09-07, by wenzelm
report token range after inner parse error -- often provides important clues about misunderstanding concerning lexical phase;
2010-09-07, by wenzelm
slightly more robust Plugin.stop -- components might refer to Isabelle.system even after shutdown;
2010-09-07, by wenzelm
turned show_hyps and show_tags into proper configuration option;
2010-09-06, by wenzelm
discontinued obsolete ProofContext.prems_limit;
2010-09-06, by wenzelm
ML_Context.thm and ML_Context.thms no longer pervasive;
2010-09-06, by wenzelm
more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;
2010-09-06, by wenzelm
merged
2010-09-06, by wenzelm
When comparing Floats use integers instead of reals (represented as rationals), generates less code when Floats are used.
2010-09-06, by hoelzl
isatest: back to polyml-5.3.0 due to unresolved stability issues of polyml-5.4.0 and HOL/Decision_Procs/Approximation_Ex.thy;
2010-09-06, by wenzelm
more antiquotations;
2010-09-06, by wenzelm
ML_Context.thm;
2010-09-06, by wenzelm
more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
2010-09-06, by wenzelm
modernized session ROOT setup;
2010-09-06, by wenzelm
some results of concurrency code inspection;
2010-09-06, by wenzelm
merged;
2010-09-06, by wenzelm
mention ~/.isabelle/etc/settings file
2010-09-06, by blanchet
make remote ATP invocation work for those people who need to go through a proxy;
2010-09-06, by blanchet
enabled do notation for option type
2010-09-05, by krauss
removed duplicate lemma
2010-09-05, by krauss
added Option.bind
2010-09-05, by krauss
merged
2010-09-04, by haftmann
printing combinator for hierarchical programs
2010-09-04, by haftmann
merged
2010-09-04, by haftmann
add lemma cont2cont_Let_simple
2010-09-04, by huffman
add lemma cont2cont_split_simple
2010-09-04, by huffman
add List_Cpo.thy to HOLCF/Library
2010-09-04, by huffman
dropped names from serializer interface
2010-09-04, by haftmann
added more explicit warning
2010-09-04, by haftmann
ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;
2010-09-06, by wenzelm
use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
2010-09-05, by wenzelm
use setmp_noncritical for sequential Pure bootstrap;
2010-09-05, by wenzelm
turned show_brackets into proper configuration option;
2010-09-05, by wenzelm
Syntax.standard_parse_term: eliminated redundant Pretty.pp;
2010-09-05, by wenzelm
structure Syntax: define "interfaces" before actual implementations;
2010-09-05, by wenzelm
turned show_sorts/show_types into proper configuration options;
2010-09-05, by wenzelm
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
2010-09-05, by wenzelm
refined treatment of multi-line subexpressions;
2010-09-04, by wenzelm
basic support for subexpression highlighting (see also gatchan.jedit.hyperlinks.HyperlinkManager/HyperlinkTextAreaPainter);
2010-09-04, by wenzelm
updated configuration options;
2010-09-04, by wenzelm
recovered options for goal antiquotations from f45d332a90e3: actually pass context to Proof.pretty_goals (see also 45facd8f358e);
2010-09-04, by wenzelm
turned eta_contract into proper configuration option;
2010-09-03, by wenzelm
turned show_structs into proper configuration option;
2010-09-03, by wenzelm
configuration options Syntax.ambiguity_enabled (inverse of former Syntax.ambiguity_is_error), Syntax.ambiguity_level (with Isar attribute "syntax_ambiguity_level"), Syntax.ambiguity_limit;
2010-09-03, by wenzelm
pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
2010-09-03, by wenzelm
tuned comment;
2010-09-03, by wenzelm
merged
2010-09-03, by wenzelm
merged
2010-09-03, by haftmann
QND_FLAG is a shell variable, not a string
2010-09-03, by haftmann
modernized session ROOT;
2010-09-03, by wenzelm
disposed left-over user preferences;
2010-09-03, by wenzelm
turned show_all_types into proper configuration option;
2010-09-03, by wenzelm
treat show_free_types as plain ML option, without the extras of global default and registration in the attribute name space -- NB: 'print_configs' only shows the latter;
2010-09-03, by wenzelm
more explicit Config.declare vs. Config.declare_global;
2010-09-03, by wenzelm
turned show_no_free_types into proper configuration option show_free_types, with flipped polarity;
2010-09-03, by wenzelm
remove code I submitted accidentally
2010-09-03, by blanchet
merged
2010-09-03, by blanchet
disable "definitional CNF";
2010-09-03, by blanchet
redisable Nitpick from Cygwin, until I've investigated the issue
2010-09-03, by blanchet
show the number of facts for each prover in "verbose" mode
2010-09-02, by blanchet
fix bug in "debug" mode
2010-09-02, by blanchet
make sure "Unknown ATP" errors reach the users -- i.e. don't generate them from a thread
2010-09-02, by blanchet
If Geoff puts some important message in his TPTP problems (e.g., money requests), we should show them to the user
2010-09-02, by blanchet
fix trivial "x = x" fact detection
2010-09-02, by blanchet
merged
2010-09-03, by wenzelm
merged
2010-09-03, by haftmann
merged
2010-09-02, by haftmann
hand out deresolver from serializer invocation
2010-09-02, by haftmann
Revert bij_betw changes to simp set (Problem in afp/Ordinals_and_Cardinals)
2010-09-02, by hoelzl
merged
2010-09-02, by hoelzl
Updated proofs in Dining Cryptographers theory
2010-09-02, by hoelzl
Corrected definition and hence removed sorry.
2010-09-02, by hoelzl
Moved lemmas to appropriate locations
2010-09-02, by hoelzl
merged
2010-09-02, by hoelzl
merged
2010-09-02, by hellerar
measure unique
2010-09-02, by hellerar
merge
2010-09-01, by hellerar
move lemmas to correct theory files
2010-09-02, by hoelzl
factorizable measurable functions
2010-08-27, by hoelzl
Introduced sigma algebra generated by function preimages.
2010-08-27, by hoelzl
vimage of measurable function is a measure space
2010-08-27, by hoelzl
Measurable on product space is equiv. to measurable components
2010-08-27, by hoelzl
Measurable on euclidean space is equiv. to measurable components
2010-08-27, by hoelzl
preimages of open sets over continuous function are open
2010-08-27, by hoelzl
added definition of conditional expectation
2010-08-27, by hoelzl
proved existence of conditional expectation
2010-08-27, by hoelzl
introduced integration on subalgebras
2010-08-26, by hoelzl
changed definition of dynkin; replaces proofs by metis calles
2010-08-26, by hoelzl
dynkin
2010-08-26, by hellerar
dynkin system
2010-08-26, by hellerar
merged
2010-09-02, by hoelzl
Fixes lemma names
2010-09-02, by hoelzl
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip