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-08-30, by blanchet
fiddle with fact filter
2010-08-30, by blanchet
adjust Mirabelle
2010-08-30, by blanchet
rule out low-level class facts
2010-08-30, by blanchet
make Sledgehammer's relevance filter somewhat slacker
2010-08-30, by blanchet
move imperative code to where it belongs
2010-08-30, by blanchet
fiddle with fact filter based on Mirabelle experiments
2010-08-30, by blanchet
allow configuration of fact filter fudge factors
2010-08-30, by blanchet
made all fudge factors in relevance filter references, so that Mirabelle can set them (for experiments)
2010-08-30, by blanchet
execute actions in same order as specified on command line
2010-08-30, by blanchet
show index in fact list of all found facts
2010-08-30, by blanchet
allow multiple invocations of "mirabele_sledgehammer_filter", by multiplexing on ID
2010-08-30, by blanchet
deal with duplicates
2010-08-30, by blanchet
improve new "sledgehammer_filter" action
2010-08-30, by blanchet
remove useless var
2010-08-30, by blanchet
added evaluation method for relevance filter
2010-08-30, by blanchet
remove needless parameter
2010-08-30, by blanchet
bring Sledgehammer's combinators in line with Metis's;
2010-08-30, by blanchet
fiddle with the relevance filter
2010-08-27, by blanchet
moved Toplevel.run_command to Pure/PIDE/document.ML;
2010-08-31, by wenzelm
Command.State: add reported positions to markup tree, according main message position or Markup.binding/entity/report occurrences in body;
2010-08-31, by wenzelm
tuned;
2010-08-31, by wenzelm
Node.full_index: allow command spans larger than block_size;
2010-08-31, by wenzelm
Document_View: repaint overview for any command change of this node (again);
2010-08-31, by wenzelm
refined proper_line_range (again), to make text_area_extension work with soft wwrap;
2010-08-31, by wenzelm
Document state assignment indicates command change;
2010-08-31, by wenzelm
tuned commands_changed_actor: more precise/efficient handling of visible screen lines;
2010-08-31, by wenzelm
simplified/clarified Document_View.text_area_extension;
2010-08-31, by wenzelm
Document.Node: significant speedup of command_range etc. via lazy full_index;
2010-08-31, by wenzelm
text_edits/recover_spans: reparse at least until line boundary -- increases chance of recovery for bad ML text, for example;
2010-08-30, by wenzelm
Command.newlines: account for physical newlines;
2010-08-30, by wenzelm
Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.;
2010-08-30, by wenzelm
tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
2010-08-30, by wenzelm
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
2010-08-30, by wenzelm
tuned;
2010-08-30, by wenzelm
Command.results: ordered by serial number;
2010-08-30, by wenzelm
message serial number indicates physical order;
2010-08-30, by wenzelm
tuned;
2010-08-30, by wenzelm
tuned;
2010-08-30, by wenzelm
merged
2010-08-30, by wenzelm
what is hidden is hidden
2010-08-30, by haftmann
hide all-too-popular constant name eq
2010-08-30, by haftmann
merged
2010-08-30, by haftmann
formerly unnamed infix equality now named HOL.eq
2010-08-28, by haftmann
code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
2010-08-30, by haftmann
Quotient Package: dont unfold mem_def, use rsp and prs instead
2010-08-30, by Cezary Kaliszyk
Quotient Package: added respectfulness and preservation lemmas for mem.
2010-08-30, by Cezary Kaliszyk
quotient package: added a list of pre-simplification rules for Ball, Bex and mem
2010-08-28, by Christian Urban
quotient package: lemmas to be lifted and descended can be pre-simplified
2010-08-28, by Christian Urban
merged
2010-08-28, by haftmann
renamed class/constant eq to equal; tuned some instantiations
2010-08-27, by haftmann
improved deresolving of implicits
2010-08-27, by haftmann
Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
2010-08-30, by wenzelm
Isabelle/jEdit property for global tooltip dismiss delay;
2010-08-29, by wenzelm
External_Hyperlink: proper error dialog;
2010-08-29, by wenzelm
Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
2010-08-29, by wenzelm
JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
2010-08-29, by wenzelm
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
2010-08-29, by wenzelm
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
2010-08-29, by wenzelm
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
2010-08-29, by wenzelm
Swing_Thread.now: volatile result to make double-sure;
2010-08-29, by wenzelm
Document_Model.token_marker: misc tuning and simplification;
2010-08-29, by wenzelm
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
2010-08-29, by wenzelm
XML.Cache: intern property keys once and for all (again);
2010-08-28, by wenzelm
more careful locking of jEdit buffer;
2010-08-28, by wenzelm
avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
2010-08-28, by wenzelm
include Document.History in Document.State -- just one universal session state maintained by main actor;
2010-08-28, by wenzelm
volatile variables (in Scala);
2010-08-28, by wenzelm
non-critical output primitives -- depending on thread-safe TextIO, while races wrt. flushing should not matter;
2010-08-28, by wenzelm
modernized specifications;
2010-08-27, by wenzelm
discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
2010-08-27, by wenzelm
discontinued broken no_warnings_CRITICAL -- global output channels must not be changed after startup initialization;
2010-08-27, by wenzelm
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
2010-08-27, by wenzelm
more careful treatment of context visibility flag wrt. spurious warnings;
2010-08-27, by wenzelm
eliminated obsolete Output.no_warnings, where no warnings were produced anyway;
2010-08-27, by wenzelm
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
2010-08-27, by wenzelm
more careful treatment of context visibility flag wrt. spurious warnings;
2010-08-27, by wenzelm
merged
2010-08-27, by wenzelm
merged
2010-08-27, by blanchet
turn off experimental feature per default + avoid exception on "theory constant"
2010-08-27, by blanchet
extended relevance filter with first-order term matching
2010-08-27, by blanchet
drop chained facts
2010-08-27, by blanchet
rename and simplify
2010-08-27, by blanchet
cosmetics
2010-08-27, by blanchet
renaming + treat "TFree" better in "pattern_for_type"
2010-08-27, by blanchet
fix threshold computation + remove "op =" from relevant constants
2010-08-27, by blanchet
avoid needless "that" fact
2010-08-26, by blanchet
add nameless chained facts to the pool of things known to Sledgehammer
2010-08-26, by blanchet
if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem
2010-08-26, by blanchet
improve SPASS hack, when a clause comes from several facts
2010-08-26, by blanchet
fix Vampire version numbers
2010-08-26, by blanchet
lower penalty for Skolem constants
2010-08-26, by blanchet
merged
2010-08-27, by haftmann
official support for Scala
2010-08-27, by haftmann
updated generated files
2010-08-27, by haftmann
tuned whitespace
2010-08-27, by haftmann
more xsymbols
2010-08-27, by haftmann
re-added accidental omission
2010-08-27, by haftmann
proper namespace administration for hierarchical modules
2010-08-27, by haftmann
more antiquotations;
2010-08-27, by wenzelm
eliminated Unsynchronized.ref in favour of configuration option;
2010-08-27, by wenzelm
more appropriate name for configuration option "meson_max_clauses" (cf. output of 'pront_configs');
2010-08-27, by wenzelm
Sum_Of_Squares: proper configuration options;
2010-08-27, by wenzelm
tuned printed type names, according to ML;
2010-08-27, by wenzelm
eliminated unnecessary ref;
2010-08-27, by wenzelm
clarified iter_deepen_limit vs meson (cf. 7c5896919eb8) -- eliminated global ref;
2010-08-27, by wenzelm
disposed some old debugging tools;
2010-08-27, by wenzelm
proper configuration option "show_proofs";
2010-08-27, by wenzelm
structure Unsynchronized is never opened and set/reset/toggle have been discontinued;
2010-08-27, by wenzelm
expanded some aliases from structure Unsynchronized;
2010-08-27, by wenzelm
merged, resolving some minor conflicts in src/HOL/Tools/Predicate_Compile/code_prolog.ML;
2010-08-27, by wenzelm
merged
2010-08-27, by haftmann
formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
2010-08-27, by haftmann
tuned fact reference
2010-08-27, by haftmann
merged
2010-08-27, by bulwahn
added support for yet another prolog system (yap); generate has only one option ensure_groundness; added one example of yap invocation in example theory
2010-08-27, by bulwahn
adapted examples; tuned
2010-08-26, by bulwahn
moving options; tuned
2010-08-26, by bulwahn
added generation of predicates for size-limited enumeration of values
2010-08-26, by bulwahn
NEWS
2010-08-26, by haftmann
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip