Wed, 18 Aug 2010 11:02:47 +0200 wenzelm uniform Markup.empty/Markup.Empty in ML and Scala;
Tue, 17 Aug 2010 23:23:29 +0200 wenzelm digesting strings according to SHA-1 -- Scala version;
Tue, 17 Aug 2010 23:00:51 +0200 wenzelm pro-forma support for further platforms;
Tue, 17 Aug 2010 22:57:11 +0200 wenzelm report command token name instead of kind, which can be retrieved later via Outer_Syntax.keyword_kind;
Tue, 17 Aug 2010 18:41:55 +0200 wenzelm discontinued support for Poly/ML 5.0 and 5.1 versions;
Tue, 17 Aug 2010 18:04:08 +0200 wenzelm updated for prospective Poly/ML 5.4;
Tue, 17 Aug 2010 17:57:05 +0200 wenzelm multi-platform build script for Poly/ML;
Tue, 17 Aug 2010 17:03:38 +0200 wenzelm updated keywords;
Tue, 17 Aug 2010 17:01:46 +0200 wenzelm updated Named_Target.init;
Tue, 17 Aug 2010 16:47:19 +0200 wenzelm made 9043eefe8d71 actually compile;
Tue, 17 Aug 2010 16:38:45 +0200 wenzelm merged
Tue, 17 Aug 2010 14:33:44 +0200 haftmann merged
Tue, 17 Aug 2010 14:33:39 +0200 haftmann formally document `code abstype` and `code abstract` attributes
Tue, 17 Aug 2010 14:33:39 +0200 haftmann NEWS and CONTRIBUTORS
Tue, 17 Aug 2010 14:19:12 +0200 haftmann nicer code for rev
Tue, 17 Aug 2010 14:19:12 +0200 haftmann reworked section on simple datatype refinement
Tue, 17 Aug 2010 14:19:11 +0200 haftmann tuned whitespace
Tue, 17 Aug 2010 13:10:58 +0200 blanchet merged
Mon, 16 Aug 2010 17:44:27 +0200 blanchet typos in comment
Mon, 16 Aug 2010 16:58:45 +0200 blanchet more debug output
Mon, 16 Aug 2010 13:59:04 +0200 blanchet detect old Vampire and give a nicer error message
Tue, 17 Aug 2010 12:49:43 +0200 nipkow merged
Tue, 17 Aug 2010 12:49:33 +0200 nipkow now works for schematic terms as well, thanks to Alex for the `how-to'
Tue, 17 Aug 2010 12:30:31 +0200 haftmann added section on program refinement
Tue, 17 Aug 2010 12:30:30 +0200 haftmann tuned whitespace
Tue, 17 Aug 2010 15:54:04 +0200 wenzelm tune;
Tue, 17 Aug 2010 15:10:49 +0200 wenzelm added functor Linear_Set, based on former adhoc structures in document.ML;
Mon, 16 Aug 2010 22:56:28 +0200 wenzelm HOL-Proofs-Extraction: some workaround to make it work in low-memory situations (e.g. atbroy102 with as little as 1GB heap space);
Mon, 16 Aug 2010 18:20:36 +0200 wenzelm XML.Cache: pipe-lined (thread-safe) version using actor;
Mon, 16 Aug 2010 17:04:22 +0200 wenzelm simplified internal message format: dropped special Symbol.STX header;
Mon, 16 Aug 2010 16:24:22 +0200 wenzelm HTML.spans: explicit flag for preservation of original data (which would be turned into org.w3c.dom user data in XML.document_node);
Mon, 16 Aug 2010 12:33:52 +0200 wenzelm merged
Mon, 16 Aug 2010 12:11:01 +0200 haftmann merged
Mon, 16 Aug 2010 11:18:28 +0200 haftmann tuned section on predicate compiler
Mon, 16 Aug 2010 10:54:08 +0200 haftmann section "if something goes utterly wrong"
Mon, 16 Aug 2010 10:32:45 +0200 haftmann merged
Mon, 16 Aug 2010 10:32:35 +0200 haftmann merged
Mon, 16 Aug 2010 10:32:14 +0200 haftmann adaptation to new outline
Fri, 13 Aug 2010 17:17:16 +0200 haftmann merged
Fri, 13 Aug 2010 17:17:04 +0200 haftmann corrected handling of `constrains` elements
Mon, 16 Aug 2010 10:05:00 +0100 kleing removed non-BSD compatible option from cp
Mon, 16 Aug 2010 09:39:05 +0200 blanchet Geoff's formatter now needs closed formulas
Sun, 15 Aug 2010 17:14:10 +0200 nipkow Using type real does not require a separate logic now.
Sun, 15 Aug 2010 16:48:58 +0200 nipkow merged
Sun, 15 Aug 2010 16:48:42 +0200 nipkow tuned text about "value" and added note on comments.
Mon, 16 Aug 2010 00:07:28 +0200 wenzelm simplified command status: interpret stacked markup on demand;
Sun, 15 Aug 2010 23:13:56 +0200 wenzelm event_bus.scala rather belongs to system plumbing;
Sun, 15 Aug 2010 23:07:22 +0200 wenzelm some derived operations on Text.Range;
Sun, 15 Aug 2010 22:48:56 +0200 wenzelm specific types Text.Offset and Text.Range;
Sun, 15 Aug 2010 21:42:13 +0200 wenzelm moved Text_Edit to Text.Edit;
Sun, 15 Aug 2010 21:03:13 +0200 wenzelm moved History/Snapshot to document.scala;
Sun, 15 Aug 2010 20:27:29 +0200 wenzelm renamed raw_results to raw_protocol;
Sun, 15 Aug 2010 20:19:56 +0200 wenzelm rename "unit" to "atom", to avoid confusion with the unit type;
Sun, 15 Aug 2010 20:13:07 +0200 wenzelm document commands: maintain transition as future (wrt. potentially slow Outer_Syntax.prepare_command), refrain from second Toplevel.put_id;
Sun, 15 Aug 2010 19:36:13 +0200 wenzelm use Synchronized.var and prevent global CRITICAL sections in this hot spot;
Sun, 15 Aug 2010 19:30:11 +0200 wenzelm renamed create_id to new_id;
Sun, 15 Aug 2010 18:41:23 +0200 wenzelm more explicit / functional ML version of document model;
Sun, 15 Aug 2010 14:18:52 +0200 wenzelm renamed class Document to Document.Version etc.;
Sun, 15 Aug 2010 13:17:45 +0200 wenzelm fixed Isabelle/Scala build (cf. f3220ef79d51);
Sat, 14 Aug 2010 23:01:53 +0200 wenzelm Snapshot.state: fall back on Command.empty_state -- looked-up command might be unavailable due to editing divergence;
Sat, 14 Aug 2010 22:45:23 +0200 wenzelm more basic Markup.parse_int/print_int (using signed_string_of_int) (ML);
Sat, 14 Aug 2010 21:25:20 +0200 wenzelm Keyword.status: always suppress position;
Sat, 14 Aug 2010 18:43:45 +0200 wenzelm moved isar_document.ML/scala to Pure/System/ -- side-by-side with isar.ML;
Sat, 14 Aug 2010 13:24:06 +0200 wenzelm merged
Fri, 13 Aug 2010 16:40:47 +0200 haftmann robustified proof
Fri, 13 Aug 2010 14:45:07 +0200 haftmann lemma execute_bind_case
Fri, 13 Aug 2010 14:43:16 +0200 haftmann unit and bool are instances of heap
Fri, 13 Aug 2010 14:41:27 +0200 haftmann merged
Fri, 13 Aug 2010 14:41:12 +0200 haftmann sketch of new outline
Fri, 13 Aug 2010 14:40:15 +0200 haftmann sketch of new outline
Fri, 13 Aug 2010 13:43:55 +0200 haftmann ditem
Fri, 13 Aug 2010 13:43:55 +0200 haftmann refined abstract
Fri, 13 Aug 2010 13:43:54 +0200 haftmann added stub "If something utterly fails"
Fri, 13 Aug 2010 12:15:25 +0200 haftmann avoid variable name acc (cf. cs. 3142c1e21a0e)
Fri, 13 Aug 2010 10:51:23 +0200 haftmann import swap prevents strange failure of SML code generator for datatypes
Fri, 13 Aug 2010 10:38:28 +0200 haftmann added setup
Thu, 12 Aug 2010 19:56:21 +0200 haftmann merged
Thu, 12 Aug 2010 19:55:53 +0200 haftmann group record-related ML files
Thu, 12 Aug 2010 19:47:56 +0200 haftmann merged
Thu, 12 Aug 2010 17:56:44 +0200 haftmann dropped dead code
Thu, 12 Aug 2010 17:56:43 +0200 haftmann moved Record.thy from session Plain to Main; avoid variable name acc
Thu, 12 Aug 2010 17:56:41 +0200 haftmann group record-related ML files
Thu, 12 Aug 2010 13:53:42 +0200 haftmann Class.declare -> Class.const
Thu, 12 Aug 2010 13:42:13 +0200 haftmann named target is optional; explicit Name_Target.reinit
Thu, 12 Aug 2010 13:42:12 +0200 haftmann named target is optional
Thu, 12 Aug 2010 13:28:18 +0200 haftmann Named_Target.init: empty string represents theory target
Thu, 12 Aug 2010 13:23:46 +0200 haftmann Named_Target.theory_init
Thu, 12 Aug 2010 20:11:13 +0800 Christian Urban simplified code
Thu, 12 Aug 2010 09:00:19 +0200 haftmann tuned
Thu, 12 Aug 2010 08:58:32 +0200 haftmann tuned
Wed, 11 Aug 2010 20:25:44 +0200 haftmann merged
Wed, 11 Aug 2010 17:59:33 +0200 haftmann tuned whitespace
Wed, 11 Aug 2010 17:59:32 +0200 haftmann tuned internal structure
Wed, 11 Aug 2010 17:19:27 +0200 haftmann remove reinit operation alltogether
Wed, 11 Aug 2010 17:16:02 +0200 haftmann avoid arcane Local_Theory.reinit entirely
Wed, 11 Aug 2010 16:02:03 +0200 haftmann more convenient split of class modules: class and class_declaration
Wed, 11 Aug 2010 15:45:15 +0200 haftmann tuned
Wed, 11 Aug 2010 15:09:31 +0200 haftmann stripped signature
Wed, 11 Aug 2010 15:09:30 +0200 haftmann explicit accessed to structure Class_Target
Wed, 11 Aug 2010 14:54:10 +0200 haftmann tuned lowercase
Sat, 14 Aug 2010 12:01:50 +0200 wenzelm moved Document.text_edits to Thy_Syntax;
Sat, 14 Aug 2010 11:52:24 +0200 wenzelm tuned;
Fri, 13 Aug 2010 21:33:13 +0200 wenzelm added Isabelle_Process.input_bytes, which avoids the somewhat slow Standard_System.string_bytes (just in case someone wants to stream raw data at 250MB/s);
Fri, 13 Aug 2010 21:30:10 +0200 wenzelm do not buffer fifo streams here -- done in Isabelle_Process;
Fri, 13 Aug 2010 18:21:19 +0200 wenzelm explicit Document.State value, instead of individual state variables in Session, Command, Document;
Fri, 13 Aug 2010 18:16:50 +0200 wenzelm edit_document: more precise status position;
Fri, 13 Aug 2010 17:35:28 +0200 wenzelm added get_after convenience;
Thu, 12 Aug 2010 17:55:23 +0200 wenzelm more basic notion of unparsed input;
Thu, 12 Aug 2010 17:37:58 +0200 wenzelm simplified/clarified Change: transition prev --edits--> result, based on futures;
Thu, 12 Aug 2010 16:23:04 +0200 wenzelm moved snapshot to Session (cf. 96b22dfeb56a);
Thu, 12 Aug 2010 16:01:44 +0200 wenzelm Change: eliminated id, which is merely the resulting document id and is only required in joined state anyway;
Thu, 12 Aug 2010 15:19:11 +0200 wenzelm clarified "state" (accumulated data) vs. "exec" (execution that produces data);
Thu, 12 Aug 2010 14:22:23 +0200 wenzelm misc tuning and simplification;
Thu, 12 Aug 2010 13:59:18 +0200 wenzelm specific command state;
Thu, 12 Aug 2010 13:49:08 +0200 wenzelm specific Session.Commands_Changed;
Thu, 12 Aug 2010 13:43:55 +0200 wenzelm consider snapshot as service of Session, not Document.Change;
Thu, 12 Aug 2010 13:42:05 +0200 wenzelm tuned scope;
Wed, 11 Aug 2010 23:46:38 +0200 wenzelm Document.print_id;
Wed, 11 Aug 2010 23:29:17 +0200 wenzelm consider command state as part of Snapshot, not Document;
Wed, 11 Aug 2010 22:41:26 +0200 wenzelm represent document ids by (long) int, to benefit from the somewhat faster Inttab in ML (LinearSet in Scala is invariably indexed by native object ids);
Wed, 11 Aug 2010 18:44:06 +0200 wenzelm Named_Target;
Wed, 11 Aug 2010 18:41:06 +0200 wenzelm modernized specifications;
Wed, 11 Aug 2010 18:22:14 +0200 wenzelm spelling;
Wed, 11 Aug 2010 18:17:53 +0200 wenzelm merged
Wed, 11 Aug 2010 14:45:38 +0200 haftmann renamed Theory_Target to the more appropriate Named_Target
Wed, 11 Aug 2010 14:41:16 +0200 haftmann discontinue old implementation of `foundation`
Wed, 11 Aug 2010 14:31:43 +0200 haftmann moved instantiation target formally to class_target.ML
Wed, 11 Aug 2010 14:31:40 +0200 haftmann NEWS
Wed, 11 Aug 2010 14:20:34 +0200 haftmann merged
Wed, 11 Aug 2010 14:19:32 +0200 haftmann print fcomp combinator only monadic in connection with other monadic expressions
Wed, 11 Aug 2010 14:19:52 +0200 haftmann merged
Wed, 11 Aug 2010 13:31:29 +0200 haftmann merged
Wed, 11 Aug 2010 12:30:48 +0200 haftmann moved overloading target formally to overloading.ML
Wed, 11 Aug 2010 12:24:24 +0200 haftmann moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
Wed, 11 Aug 2010 12:04:49 +0200 haftmann merged
Wed, 11 Aug 2010 08:59:41 +0200 haftmann whitespace tuning
Wed, 11 Aug 2010 08:58:18 +0200 haftmann remove overloading and instantiation from data slot
Wed, 11 Aug 2010 18:11:07 +0200 wenzelm removed obsolete Toplevel.enter_proof_body;
Wed, 11 Aug 2010 18:10:39 +0200 wenzelm standardized pretty printing of consts (e.g. see find_theorems, print_theory);
Wed, 11 Aug 2010 18:03:02 +0200 wenzelm misc tuning and simplification;
Wed, 11 Aug 2010 17:50:29 +0200 wenzelm simplified/unified command setup;
Wed, 11 Aug 2010 17:37:04 +0200 wenzelm removed obsolete Proof.get_thmss_cmd (cf. Attrib.eval_thms);
Wed, 11 Aug 2010 17:31:56 +0200 wenzelm prefer plain Attrib.eval_thmss -- also means the assert_forward of Proof.get_thmss_cmd is skipped, leading to uniform (albeit odd) behaviour concerning forward chaining;
Wed, 11 Aug 2010 17:29:54 +0200 wenzelm prefer plain Attrib.eval_thms with plain Proof.context instead of Proof.state;
Wed, 11 Aug 2010 17:24:57 +0200 wenzelm tuned eval_thms (cf. note etc. in proof.ML);
Wed, 11 Aug 2010 15:17:13 +0200 wenzelm use Pretty.enum convenience;
Wed, 11 Aug 2010 15:00:31 +0200 wenzelm tuned whitespace;
Wed, 11 Aug 2010 13:39:36 +0200 wenzelm more precise and more maintainable dependencies;
Wed, 11 Aug 2010 12:50:33 +0200 wenzelm merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
Wed, 11 Aug 2010 12:04:06 +0200 haftmann * -> prod
Wed, 11 Aug 2010 12:03:57 +0200 haftmann added .ML extension
Wed, 11 Aug 2010 11:56:57 +0200 haftmann avoid old unnamed infix
Wed, 11 Aug 2010 11:52:40 +0200 haftmann avoid inclusion of Natural module in generated code
Wed, 11 Aug 2010 09:06:31 +0200 haftmann explicit ML extension
Wed, 11 Aug 2010 08:50:20 +0200 haftmann merged
Tue, 10 Aug 2010 16:03:54 +0200 haftmann separate initialisation for overloading and instantiation target
Tue, 10 Aug 2010 15:38:33 +0200 haftmann different foundations for different targets; simplified syntax handling of abbreviations
Wed, 11 Aug 2010 13:30:24 +0800 Christian Urban deleted duplicate lemma
Tue, 10 Aug 2010 22:26:23 +0200 ballarin Revert performance improvement of 8ed3a5fb4d25 since it breaks notes element declarations.
Tue, 10 Aug 2010 15:09:39 +0200 haftmann basic renumbering
Tue, 10 Aug 2010 15:07:39 +0200 haftmann avoiding redundant primes
Tue, 10 Aug 2010 14:57:58 +0200 haftmann separated type from term parameters
Tue, 10 Aug 2010 14:53:41 +0200 haftmann moved extra_tfrees check for mixfix syntax to Generic_Target
Tue, 10 Aug 2010 14:47:22 +0200 haftmann name and argument grouping tuning
Tue, 10 Aug 2010 14:42:30 +0200 haftmann whitespace tuning
Tue, 10 Aug 2010 14:15:44 +0200 haftmann added generic_target.ML
Tue, 10 Aug 2010 14:11:28 +0200 haftmann try to uniformly follow define/note/abbrev/declaration order as close as possible
Tue, 10 Aug 2010 14:06:38 +0200 haftmann split off structure Generic_Target into separate file
Tue, 10 Aug 2010 13:58:26 +0200 haftmann split off generic parts of target implementations into separate structure
Tue, 10 Aug 2010 13:25:33 +0200 haftmann restructured code for `declaration`
Tue, 10 Aug 2010 09:11:23 +0200 haftmann executable relation operations contributed by Tjark Weber
Mon, 09 Aug 2010 16:56:00 +0200 haftmann factored out foundation of `define` into separate function
Mon, 09 Aug 2010 16:30:23 +0200 haftmann combine declaration and definition of foundation constant
Mon, 09 Aug 2010 15:51:27 +0200 haftmann more appropriate outline of `define`
Mon, 09 Aug 2010 15:43:37 +0200 haftmann backlink definition to target `notes`
Mon, 09 Aug 2010 15:40:25 +0200 haftmann merged
Mon, 09 Aug 2010 15:38:46 +0200 haftmann dropped idle local_facts argument; factored out theory_abbrev and locale_abbrev
Mon, 09 Aug 2010 15:20:50 +0200 haftmann more convenient order
Mon, 09 Aug 2010 15:19:45 +0200 haftmann dropped misleading comments
Mon, 09 Aug 2010 15:40:06 +0200 haftmann merged
Mon, 09 Aug 2010 14:47:28 +0200 haftmann separated foundation of `notes`
Mon, 09 Aug 2010 14:20:21 +0200 haftmann more clear separation into local and global facts
Mon, 09 Aug 2010 14:07:23 +0200 haftmann sharpened and tuned educated guess for canonical class morphism
Mon, 09 Aug 2010 13:43:01 +0200 haftmann minimize sorts in certificate instantiation
Mon, 09 Aug 2010 14:08:30 +0200 blanchet prevent ATP thread for staying around for 1 minute if an exception occurred earlier;
Mon, 09 Aug 2010 14:00:32 +0200 blanchet adapt "too_general_equality" blacklisting to the new FOF context, where quantifiers are sometimes present
Mon, 09 Aug 2010 13:46:25 +0200 blanchet "declare" -> "declaration" (typo)
Mon, 09 Aug 2010 12:53:16 +0200 blanchet replace "setup" with "declaration"
Mon, 09 Aug 2010 12:48:40 +0200 blanchet disable Nitpick on Cygwin while I'm on vacation;
Mon, 09 Aug 2010 12:42:25 +0200 blanchet merged
Mon, 09 Aug 2010 12:40:15 +0200 blanchet use "declaration" instead of "setup" to register Nitpick extensions
Mon, 09 Aug 2010 12:07:59 +0200 blanchet remove needless "open"
Mon, 09 Aug 2010 12:05:48 +0200 blanchet move Sledgehammer's HOL -> FOL translation to separate file (sledgehammer_translate.ML)
Mon, 09 Aug 2010 11:05:45 +0200 blanchet fiddle some more with "max_new_relevant_facts_per_iter"
Mon, 09 Aug 2010 11:03:54 +0200 blanchet replace recursion with "fold"
Mon, 09 Aug 2010 10:39:53 +0200 blanchet remove debugging output
Mon, 09 Aug 2010 10:38:57 +0200 blanchet remove now needless "Thm.transfer"
Mon, 09 Aug 2010 10:13:18 +0200 blanchet reintroduced old code that removed axioms from the conjecture assumptions, ported to FOF
Mon, 09 Aug 2010 09:57:50 +0200 blanchet merge
Mon, 09 Aug 2010 09:57:38 +0200 blanchet fix embarrassing bug in elim rule handling, introduced during the port to FOF
Fri, 06 Aug 2010 21:10:29 +0200 blanchet minor doc changes
Wed, 11 Aug 2010 12:40:08 +0200 wenzelm modernized some specifications;
Wed, 11 Aug 2010 00:47:09 +0200 wenzelm tuned;
Wed, 11 Aug 2010 00:46:07 +0200 wenzelm Isar_Document command input via native Isabelle_Process commands, using YXML and XML_Data representation;
Wed, 11 Aug 2010 00:44:48 +0200 wenzelm native Isabelle_Process commands, based on efficient byte channel protocol for string lists;
Wed, 11 Aug 2010 00:42:40 +0200 wenzelm proper handling of empty text;
Wed, 11 Aug 2010 00:42:01 +0200 wenzelm more uniform XML/YXML string_of_body/string_of_tree;
Tue, 10 Aug 2010 23:03:48 +0200 wenzelm type XML.Body as basic data representation language (Scala version);
Tue, 10 Aug 2010 22:26:23 +0200 wenzelm type XML.body as basic data representation language;
Tue, 10 Aug 2010 20:13:52 +0200 wenzelm renamed YXML.binary_text to YXML.escape_controls to emphasize what it actually does;
Tue, 10 Aug 2010 18:24:16 +0200 wenzelm added string_bytes convenience;
Tue, 10 Aug 2010 18:23:12 +0200 wenzelm tuned;
Tue, 10 Aug 2010 15:12:45 +0200 wenzelm removed obsolete methods for (ML) commands;
Tue, 10 Aug 2010 14:24:13 +0200 wenzelm prefer Nimbus look and feel on all platforms, instead of the somewhat ugly javax.swing.plaf.metal.MetalLookAndFeel, which presumably is implicit fall-back nonetheless;
Tue, 10 Aug 2010 14:15:50 +0200 wenzelm edit_document: synchronous reply to ensure consistent state wrt. calling (AWT) thread;
Tue, 10 Aug 2010 12:29:11 +0200 wenzelm distinguish proper Isabelle_Process INPUT vs. raw STDIN, tuned corresponding method names;
Tue, 10 Aug 2010 12:09:53 +0200 wenzelm added Library.thread_actor -- thread as actor;
Tue, 10 Aug 2010 12:08:24 +0200 wenzelm clarified JEDIT_JAVA_OPTIONS vs. JEDIT_SYSTEM_OPTIONS -- discontinued JEDIT_APPLE_PROPERTIES;
Mon, 09 Aug 2010 22:02:26 +0200 wenzelm auto_flush: higher frequency;
Mon, 09 Aug 2010 21:35:45 +0200 wenzelm uniform raw_dump for input/output fifos on Cygwin;
Mon, 09 Aug 2010 21:23:24 +0200 wenzelm more robust fifo rendezvous: Cygwin 1.7 does not really block as expected;
Mon, 09 Aug 2010 18:18:32 +0200 wenzelm Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
Mon, 09 Aug 2010 13:56:02 +0200 wenzelm tuned comments;
Mon, 09 Aug 2010 11:45:30 +0200 wenzelm merged
Mon, 09 Aug 2010 11:38:32 +0200 haftmann added Lars Noschinski to isatest report
Mon, 09 Aug 2010 11:21:05 +0200 wenzelm merged
Sun, 08 Aug 2010 20:51:02 +0200 haftmann discontinued separation of `define` and `declare_const`
Sun, 08 Aug 2010 20:41:25 +0200 haftmann unravelled target initialization code
Sun, 08 Aug 2010 08:39:45 +0200 boehmes added filter for Boogie verification conditions (to prune assertions already proved by Boogie/Z3)
Sun, 08 Aug 2010 04:28:51 +0200 boehmes added scanning of if-then-else expressions
Fri, 06 Aug 2010 18:14:18 +0200 blanchet merged
Fri, 06 Aug 2010 18:11:30 +0200 blanchet added support for partial quotient types;
Fri, 06 Aug 2010 17:23:11 +0200 blanchet adapt occurrences of renamed Nitpick functions
Fri, 06 Aug 2010 17:18:29 +0200 blanchet document the non-legacy interfaces
Fri, 06 Aug 2010 17:05:29 +0200 blanchet local versions of Nitpick.register_xxx functions
Sun, 08 Aug 2010 22:33:41 +0200 wenzelm parse_spans: somewhat faster low-level implementation;
Sun, 08 Aug 2010 20:03:31 +0200 wenzelm proper context for Syntax.parse_token;
Sun, 08 Aug 2010 19:54:54 +0200 wenzelm prefer Context_Position.report where a proper context is available -- notably for "inner" entities;
Sun, 08 Aug 2010 19:36:31 +0200 wenzelm explicitly distinguish Output.status (essential feedback) vs. Output.report (useful markup);
Sun, 08 Aug 2010 14:22:54 +0200 wenzelm fixed odd runtime type error, which appears to have escaped the scala-2.8.0.final compiler;
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip