2010-08-08 |
wenzelm |
proper context for Syntax.parse_token;
|
changeset |
files
|
2010-08-08 |
wenzelm |
prefer Context_Position.report where a proper context is available -- notably for "inner" entities;
|
changeset |
files
|
2010-08-08 |
wenzelm |
explicitly distinguish Output.status (essential feedback) vs. Output.report (useful markup);
|
changeset |
files
|
2010-08-08 |
wenzelm |
fixed odd runtime type error, which appears to have escaped the scala-2.8.0.final compiler;
|
changeset |
files
|
2010-08-08 |
wenzelm |
YXML.parse: refrain from interning, let XML.Cache do it (partially);
|
changeset |
files
|
2010-08-08 |
wenzelm |
cache_string: store trimmed string value;
|
changeset |
files
|
2010-08-07 |
wenzelm |
simple_dialog: allow scala.swing.Component as well;
|
changeset |
files
|
2010-08-07 |
wenzelm |
simplified some Markup;
|
changeset |
files
|
2010-08-07 |
wenzelm |
simplified type XML.Tree: embed Markup directly, avoid slightly odd triple;
|
changeset |
files
|
2010-08-07 |
wenzelm |
more robust treatment of Markup.token;
|
changeset |
files
|
2010-08-07 |
wenzelm |
simplified type XML.tree: embed Markup.T directly, avoid slightly odd triple;
|
changeset |
files
|
2010-08-07 |
wenzelm |
concentrate structural document notions in document.scala;
|
changeset |
files
|
2010-08-07 |
wenzelm |
maintain editor history independently of Swing thread, which is potentially a bottle-neck or might be unavailable (e.g. in batch mode);
|
changeset |
files
|
2010-08-07 |
wenzelm |
tuned;
|
changeset |
files
|
2010-08-07 |
wenzelm |
more explicit model of pending text edits;
|
changeset |
files
|
2010-08-07 |
wenzelm |
more explicit treatment of Swing thread context;
|
changeset |
files
|
2010-08-07 |
wenzelm |
replaced individual Document_Model history by all-inclusive one in Session;
|
changeset |
files
|
2010-08-07 |
wenzelm |
misc tuning and clarification;
|
changeset |
files
|
2010-08-06 |
wenzelm |
avoid null in Scala;
|
changeset |
files
|
2010-08-06 |
wenzelm |
updated keywords;
|
changeset |
files
|
2010-08-06 |
wenzelm |
removed obsolete Goal.local_future_enforced: Toplevel.run_command is no longer interactive, so Goal.local_future_enabled is sufficient (cf. 349e9223c685 and e07dacec79e7);
|
changeset |
files
|
2010-08-06 |
wenzelm |
merged
|
changeset |
files
|
2010-08-06 |
blanchet |
merged
|
changeset |
files
|
2010-08-06 |
blanchet |
quotient types registered as codatatypes are no longer quotient types
|
changeset |
files
|
2010-08-06 |
blanchet |
added a friendly warning
|
changeset |
files
|
2010-08-06 |
blanchet |
extend the scope of limitation about nonconservative extensions
|
changeset |
files
|
2010-08-06 |
blanchet |
improved "merge_type_vars" option: map supersorts to subsorts, to avoid distinguishing, say, "{}", and "HOL.type"
|
changeset |
files
|
2010-08-05 |
ballarin |
Remove duplicate locale activation code; performance improvement.
|
changeset |
files
|
2010-08-05 |
blanchet |
added record field
|
changeset |
files
|
2010-08-05 |
blanchet |
added "whack"
|
changeset |
files
|
2010-08-05 |
blanchet |
handle "Rep_unit" & Co. gracefully
|
changeset |
files
|
2010-08-05 |
blanchet |
added support for "Abs_" and "Rep_" functions on quotient types
|
changeset |
files
|
2010-08-05 |
blanchet |
fiddle with specialization etc.
|
changeset |
files
|
2010-08-05 |
blanchet |
handle inductive predicates correctly after change in "def" semantics
|
changeset |
files
|
2010-08-05 |
blanchet |
don't specialize built-ins or constructors
|
changeset |
files
|
2010-08-05 |
blanchet |
more docs
|
changeset |
files
|
2010-08-05 |
blanchet |
prevent the expansion of too large definitions -- use equations for these instead
|
changeset |
files
|
2010-08-05 |
blanchet |
make nitpick accept "==" for "nitpick_(p)simp"s
|
changeset |
files
|
2010-08-05 |
blanchet |
fix bug in Nitpick's "equationalize" function (the prems were ignored) + make it do some basic extensionalization
|
changeset |
files
|
2010-08-05 |
blanchet |
deal correctly with Pure.conjunction in mono check
|
changeset |
files
|
2010-08-05 |
blanchet |
rename internal functions
|
changeset |
files
|
2010-08-04 |
blanchet |
remove buggy and needless condition
|
changeset |
files
|
2010-08-04 |
blanchet |
renamed internal function
|
changeset |
files
|
2010-08-04 |
blanchet |
Cycle breaking in the bounds takes care of singly recursive datatypes, so we don't need to do it again;
|
changeset |
files
|
2010-08-04 |
blanchet |
avoid "<=>" in sym break constraint generation (since these are SAT-unfreundlich) + fix "epsilon2" to "epsilon1" (subtle bug)
|
changeset |
files
|
2010-08-04 |
blanchet |
improve datatype symmetry breaking;
|
changeset |
files
|
2010-08-04 |
blanchet |
merged
|
changeset |
files
|
2010-08-04 |
blanchet |
make SML/NJ happy
|
changeset |
files
|
2010-08-04 |
blanchet |
get rid of all "optimizations" regarding "unit" and other cardinality-1 types
|
changeset |
files
|
2010-08-03 |
blanchet |
tuning
|
changeset |
files
|
2010-08-03 |
blanchet |
better "Pretty" handling
|
changeset |
files
|
2010-08-03 |
blanchet |
change formula for enumerating scopes
|
changeset |
files
|
2010-08-03 |
blanchet |
example tweaking -- also prevents Nitpick_Tests from using more than 1 thread
|
changeset |
files
|
2010-08-03 |
blanchet |
speed up Nitpick examples a little bit
|
changeset |
files
|
2010-08-03 |
blanchet |
minor changes
|
changeset |
files
|
2010-08-03 |
blanchet |
updated example timings
|
changeset |
files
|
2010-08-03 |
blanchet |
more helpful message
|
changeset |
files
|
2010-08-03 |
blanchet |
also mention gfp
|
changeset |
files
|
2010-08-03 |
blanchet |
bump up the max cardinalities, to use up more of the time given to us by the user
|
changeset |
files
|
2010-08-03 |
blanchet |
make tracing monotonicity easier
|
changeset |
files
|