2010-07-22 |
wenzelm |
tuned;
|
changeset |
files
|
2010-07-22 |
wenzelm |
tuned comments;
|
changeset |
files
|
2010-07-21 |
wenzelm |
replaced Source.of_list_limited by slightly more economic Source.of_string_limited;
|
changeset |
files
|
2010-07-21 |
wenzelm |
deps_thy/load_thy: store compact text to reduce space by factor 12;
|
changeset |
files
|
2010-07-21 |
wenzelm |
make SML/NJ happy, by adhoc type-constraints;
|
changeset |
files
|
2010-07-21 |
wenzelm |
recovered benchmarks, which are not tested automatically;
|
changeset |
files
|
2010-07-21 |
wenzelm |
made SML/NJ happy;
|
changeset |
files
|
2010-07-21 |
wenzelm |
merged
|
changeset |
files
|
2010-07-21 |
haftmann |
abstract visualization of locale ingredients; all_locales yields proper locale identifiers
|
changeset |
files
|
2010-07-20 |
haftmann |
tuned
|
changeset |
files
|
2010-07-20 |
haftmann |
accomodate for scope of "as" binding in ML
|
changeset |
files
|
2010-07-20 |
haftmann |
tuned code
|
changeset |
files
|
2010-07-20 |
haftmann |
datatype classes are abstract
|
changeset |
files
|
2010-07-20 |
haftmann |
avoid deprecation
|
changeset |
files
|
2010-07-20 |
haftmann |
robustified metis proof
|
changeset |
files
|
2010-07-19 |
haftmann |
modernized abel_cancel simproc setup
|
changeset |
files
|
2010-07-19 |
haftmann |
keep explicit diff_def as legacy theorem; modernized abel_cancel simproc setup
|
changeset |
files
|
2010-07-19 |
haftmann |
diff_eq_diff_less_eq' replaces diff_eq_diff_less_eq
|
changeset |
files
|
2010-07-19 |
haftmann |
diff_minus subsumes diff_def
|
changeset |
files
|
2010-07-19 |
haftmann |
tuned whitespace
|
changeset |
files
|
2010-07-19 |
haftmann |
dropped essentially ineffective tuning
|
changeset |
files
|
2010-07-19 |
haftmann |
discontinued pretending that abel_cancel is logic-independent; cleaned up junk
|
changeset |
files
|
2010-07-19 |
haftmann |
merged
|
changeset |
files
|
2010-07-19 |
haftmann |
merged
|
changeset |
files
|
2010-07-19 |
haftmann |
distinguish different classes of const syntax
|
changeset |
files
|
2010-07-19 |
haftmann |
Scala: subtle difference in printing strings vs. complex mixfix syntax
|
changeset |
files
|
2010-07-19 |
haftmann |
check code generation for Scala
|
changeset |
files
|
2010-07-19 |
haftmann |
dropped superfluous prefixes
|
changeset |
files
|
2010-07-19 |
haftmann |
optional break
|
changeset |
files
|
2010-07-16 |
haftmann |
consolidate const_syntax naming
|
changeset |
files
|
2010-07-21 |
wenzelm |
recovered benchmarks, which are not tested automatically;
|
changeset |
files
|
2010-07-21 |
wenzelm |
reactivate SML/NJ test on macbroy28, while macbroy23 is unavailable;
|
changeset |
files
|
2010-07-21 |
wenzelm |
eliminated old time_use/time_use_thy variants -- timing is implicitly controlled via Output.timing;
|
changeset |
files
|
2010-07-21 |
wenzelm |
moved src/Tools/Compute_Oracle to src/HOL/Matrix/Compute_Oracle -- it actually depends on HOL anyway;
|
changeset |
files
|
2010-07-21 |
wenzelm |
replaced Thy_Info.the_theory by Context.this_theory -- avoid referring to accidental theory loader state;
|
changeset |
files
|
2010-07-21 |
wenzelm |
thm_deps/unused_thms: Context.get_theory based on proper theory ancestry, not accidental theory loader state;
|
changeset |
files
|
2010-07-21 |
wenzelm |
explicit dependency on theory HOL;
|
changeset |
files
|
2010-07-21 |
wenzelm |
ML antiquotations @{theory} and @{theory_ref} refer to the theory ancestry, not any accidental theory loader state;
|
changeset |
files
|
2010-07-21 |
wenzelm |
added Context.get_theory -- avoid referring to accidental theory loader state (cf. Thy_Info.get_theory);
|
changeset |
files
|
2010-07-21 |
wenzelm |
thy_deps: more direct comparison of sessions, which is presumably what "unfold" is meant to indicate here -- also avoid referring to accidental theory loader state;
|
changeset |
files
|
2010-07-21 |
wenzelm |
clarified/exported Future.worker_subgroup, which is already the default for Future.fork;
|
changeset |
files
|
2010-07-20 |
wenzelm |
qualified Thy_Info.get_theory;
|
changeset |
files
|
2010-07-20 |
wenzelm |
discontinued pervasive val theory = Thy_Info.get_theory -- prefer antiquotations in most situations;
|
changeset |
files
|
2010-07-20 |
wenzelm |
further Mac OS X deviations;
|
changeset |
files
|
2010-07-20 |
wenzelm |
warning in proper transaction context;
|
changeset |
files
|
2010-07-20 |
wenzelm |
SML/NJ: refrain from modifying toplevel pp for type string -- unclear if it could work here;
|
changeset |
files
|
2010-07-20 |
wenzelm |
avoid duplicate printing of 'theory' state (cf. 173974e07dea);
|
changeset |
files
|
2010-07-20 |
wenzelm |
toplevel pp for Proof.state and Toplevel.state;
|
changeset |
files
|
2010-07-20 |
wenzelm |
execute document version at high priority;
|
changeset |
files
|
2010-07-20 |
wenzelm |
Topelevel.run_command: interactive mode for initial 'theory' ensures that Thy_Info.begin_theory loads parent theories;
|
changeset |
files
|
2010-07-20 |
wenzelm |
edit_document: join parent execution in synchronous/uninterruptible mode, to prevent spurious interrupts when cascaded executions run into each other;
|
changeset |
files
|
2010-07-20 |
wenzelm |
back to more strict dependencies, even for canceled groups (reverting parts of 02936e77a07c);
|
changeset |
files
|
2010-07-20 |
wenzelm |
export Graph.get_entry for convenience;
|
changeset |
files
|
2010-07-20 |
wenzelm |
eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
|
changeset |
files
|
2010-07-20 |
wenzelm |
tuned;
|
changeset |
files
|
2010-07-20 |
wenzelm |
observe follow_caret (again);
|
changeset |
files
|
2010-07-19 |
wenzelm |
Session: predefined real time parameters;
|
changeset |
files
|
2010-07-19 |
haftmann |
bind and then latex symbols
|
changeset |
files
|
2010-07-18 |
wenzelm |
minor update of dependencies;
|
changeset |
files
|
2010-07-16 |
haftmann |
corrected range chec
|
changeset |
files
|