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.
properly fold over branches
2013-09-25, by blanchet
tuned
2013-09-25, by nipkow
removed dead code
2013-09-25, by blanchet
keep a database of free constructor type information
2013-09-25, by blanchet
generalized case-handling code a bit
2013-09-25, by blanchet
support cases for new-style (co)datatypes
2013-09-25, by blanchet
use case rather than sequence of ifs in expansion
2013-09-25, by blanchet
textual improvements following Christian Sternagel's feedback
2013-09-25, by blanchet
generalize lemma
2013-09-24, by huffman
removed unused lemma
2013-09-24, by huffman
factor out new lemma
2013-09-24, by huffman
replace lemma with more general simp rule
2013-09-24, by huffman
generalized tactics
2013-09-24, by blanchet
renamed generated property
2013-09-24, by blanchet
commented out debugging output in "primcorec"
2013-09-24, by blanchet
merged
2013-09-24, by wenzelm
tuned proofs;
2013-09-24, by wenzelm
more quasi-generic PIDE modules (NB: Swing/JFX needs to be kept separate from non-GUI material);
2013-09-24, by wenzelm
NEWS;
2013-09-24, by wenzelm
clarified font;
2013-09-24, by wenzelm
simplified default L&F -- Nimbus should be always available and GTK+ is not fully working yet;
2013-09-24, by wenzelm
proper platform-specific test;
2013-09-24, by wenzelm
disable standard behaviour of Mac OS X text field (i.e. select-all after focus gain) in order to make completion work more smoothly;
2013-09-24, by wenzelm
focus text field, to capture key events even on Mac OS X look-and-feel;
2013-09-24, by wenzelm
tuned proofs;
2013-09-24, by wenzelm
more tolerant treatment of end-of-buffer -- avoid debatable situations of jEdit buffer boundaries;
2013-09-24, by wenzelm
skip ignored commands, similar to former proper_command_at (see d68ea01d5084) -- relevant to Output, Query_Operation etc.;
2013-09-24, by wenzelm
clarified command spans (again, see also 03a2dc9e0624): restrict to proper range to allow Isabelle.command_edit adding material monotonically without destroying the command (e.g. relevant for sendback from sledgehammer);
2013-09-24, by wenzelm
tuned proofs;
2013-09-24, by wenzelm
obsolete;
2013-09-24, by wenzelm
tuned;
2013-09-24, by wenzelm
avoid clash of auto print functions with query operations, notably sledgehammer (cf. 3461985dcbc3);
2013-09-24, by wenzelm
tuned isatest options;
2013-09-24, by wenzelm
updated docs
2013-09-24, by blanchet
added [dest] to "disc_exclude"
2013-09-24, by blanchet
started adding support for "nat_case" as case study for all "case" constructs
2013-09-24, by blanchet
temporary fix to tactic
2013-09-24, by blanchet
made SML/NJ happy
2013-09-24, by blanchet
tuning
2013-09-24, by blanchet
support "of" syntax to disambiguate selector equations
2013-09-24, by panny
don't note more induction principles than there are functions + tuning
2013-09-24, by blanchet
more (co)data docs
2013-09-24, by blanchet
improved rail diagram
2013-09-24, by blanchet
use "primcorec" in example
2013-09-24, by blanchet
use "primcorec" in doc
2013-09-24, by blanchet
updated keywords
2013-09-24, by blanchet
updated certificates
2013-09-24, by blanchet
when "max_thm_instances" is hit, choose more carefully which instances should be kept
2013-09-24, by blanchet
add "primcorec" command (cf. ae7f50e70c09)
2013-09-24, by panny
merged
2013-09-24, by nipkow
added lemmas
2013-09-24, by nipkow
honor MaSh's zero-overhead policy -- no learning if the tool is disabled
2013-09-24, by blanchet
adapted to reflect renaming of session
2013-09-24, by blanchet
merged
2013-09-24, by Andreas Lochbihler
make measure_of total
2013-09-24, by Andreas Lochbihler
encode goal digest in spying log (to detect duplicates)
2013-09-24, by blanchet
made SML/NJ happy
2013-09-24, by blanchet
tuned proofs
2013-09-23, by huffman
use forthcoming "primcorec" command
2013-09-24, by blanchet
set code and nitpick_simp attributes on primcorec theorems
2013-09-24, by blanchet
tuning
2013-09-24, by blanchet
tuned docs
2013-09-24, by blanchet
register codatatypes with Nitpick
2013-09-24, by blanchet
register codatatypes with Nitpick
2013-09-23, by blanchet
don't generalize w.r.t. wrong context -- better overgeneralize (since the instantiation phase will compensate for it)
2013-09-23, by blanchet
added [code] to selectors
2013-09-23, by blanchet
tuned spying
2013-09-23, by blanchet
document "spy"
2013-09-23, by blanchet
added "spy" option to Nitpick
2013-09-23, by blanchet
document "spy" option
2013-09-23, by blanchet
added "spy" option to Sledgehammer
2013-09-23, by blanchet
proper text for document preparation;
2013-09-23, by wenzelm
set [code] on case equations
2013-09-23, by blanchet
note coinduct theorems in "primcorec"
2013-09-23, by blanchet
tuning
2013-09-23, by blanchet
generate "simps" from "primcorec"
2013-09-23, by blanchet
undid copy-paste
2013-09-23, by blanchet
avoid giving same name to simplifying constructor as to real one (to avoid risks of confusion when reading the code)
2013-09-23, by blanchet
don't generate empty theorem collections
2013-09-23, by blanchet
tuned code
2013-09-23, by blanchet
provide a way to override MaSh's port from configuration file
2013-09-23, by blanchet
new version of MaSh program, with proper shutdown
2013-09-23, by blanchet
tuned proofs;
2013-09-22, by wenzelm
focus on default component according to jEdit window management;
2013-09-22, by wenzelm
tuned;
2013-09-22, by wenzelm
tuned signature;
2013-09-22, by wenzelm
completion popup for history text field;
2013-09-22, by wenzelm
clarified location of GUI modules (which depend on Swing of JFX);
2013-09-22, by wenzelm
repaired latex (cf. 7bb0cf27c243);
2013-09-21, by wenzelm
tuned proofs;
2013-09-21, by wenzelm
caret range of active text area counts as visible (e.g. relevant for Output after scrolling outside of text view);
2013-09-21, by wenzelm
tuned;
2013-09-21, by wenzelm
proper layered pane at root of parent component, not global view (e.g. relevant for tooltips for detached info windows);
2013-09-21, by wenzelm
immediate access to some elementary examples;
2013-09-21, by wenzelm
more front-matter;
2013-09-21, by wenzelm
clarified logo;
2013-09-21, by wenzelm
proper text replacement (cf. 747835eb2782);
2013-09-21, by wenzelm
added canonical screenshot;
2013-09-21, by wenzelm
removed obsolete README;
2013-09-21, by wenzelm
tuned;
2013-09-21, by wenzelm
added/updated material from src/Tools/jEdit/README.html;
2013-09-21, by wenzelm
basic setup for Isabelle/jEdit documentation;
2013-09-21, by wenzelm
updated keywords;
2013-09-21, by wenzelm
updated CONTRIBUTORS
2013-09-20, by blanchet
updated NEWS
2013-09-20, by blanchet
document option
2013-09-20, by blanchet
merged "isar_try0" and "isar_minimize" options
2013-09-20, by blanchet
hardcoded obscure option
2013-09-20, by blanchet
hard-coded an obscure option
2013-09-20, by blanchet
use configuration mechanism for low-level tracing
2013-09-20, by blanchet
moved focus to Isabell/jEdit and away from Proof General
2013-09-20, by blanchet
took out Waldmeister from list of default provers -- it's usually just visual noise, and its integration in Sledgehammer leaves much to be desired
2013-09-20, by blanchet
tuning (use a blacklist instead of a whitelist)
2013-09-20, by blanchet
reduce the number of emitted MaSh commands (among others to facilitate debugging)
2013-09-20, by blanchet
MaSh tweaks to facilitate debugging
2013-09-20, by blanchet
tuned proofs
2013-09-20, by haftmann
make SML/NJ happy
2013-09-20, by kuncar
renamed "primcorec" to "primcorecursive", to open the door to a 'theory -> theory' command called "primcorec" (cf. "fun" vs. "function")
2013-09-20, by blanchet
more primcorec docs
2013-09-20, by blanchet
added primcorec examples with lambdas
2013-09-20, by blanchet
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip