Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+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.
basic setup for running jEdit;
2008-10-19, by wenzelm
deactivated tests due to lack of testng installation;
2008-10-19, by wenzelm
basic Netbeans project setup;
2008-10-19, by wenzelm
explicit result type for _listFiles;
2008-10-19, by wenzelm
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
2008-10-19, by wenzelm
tuned message;
2010-01-11, by wenzelm
clarified Symbol.is_plain/is_wellformed -- is_closed was rejecting plain backslashes;
2010-01-11, by wenzelm
Text_Edit.toString;
2010-01-11, by wenzelm
timeit message;
2010-01-11, by wenzelm
treat *all* JVM throwables as "exceptions", cf. ML version;
2010-01-11, by wenzelm
simplified Text_Edit -- deflated class hierarchy;
2010-01-11, by wenzelm
Outer_Lex.is_ignored;
2010-01-11, by wenzelm
merged
2010-01-11, by wenzelm
merged
2010-01-10, by haftmann
proper types for user-defined syntax
2010-01-08, by haftmann
single quote is not a valid letter any more
2010-01-08, by haftmann
simple tests
2010-01-08, by haftmann
boolean operators for scala
2010-01-08, by haftmann
elements with start entry;
2010-01-10, by wenzelm
plain object;
2010-01-10, by wenzelm
tuned signature;
2010-01-10, by wenzelm
tuned;
2010-01-10, by wenzelm
misc tuning;
2010-01-09, by wenzelm
Swing_Thread.future: plain Future.value if this is already Swing;
2010-01-09, by wenzelm
added find_files;
2010-01-09, by wenzelm
pass build error code;
2010-01-09, by wenzelm
tuned isatest ML_OPTIONS;
2010-01-09, by wenzelm
merged
2010-01-08, by haftmann
a primitive scala serializer
2010-01-08, by haftmann
fixed type error;
2010-01-08, by wenzelm
remove overloaded star operator, use specific vector / matrix operators
2010-01-07, by hoelzl
finite annotation on cartesian product is now implicit.
2010-01-07, by hoelzl
added syntax translation to automatically add finite typeclass to index type of cartesian product type
2010-01-07, by hoelzl
Made finite cartesian products finite
2010-01-06, by himmelma
reduced arity of Nitpick selectors associated with sets by 1, by using "Formula" instead of "Atom 2"
2010-01-07, by blanchet
make Nitpick's tests not leave files in the temp directory
2010-01-07, by blanchet
more text edit operations;
2010-01-06, by wenzelm
always report updates -- required has "handshake";
2010-01-06, by wenzelm
tuned Isabelle/Scala build;
2010-01-06, by wenzelm
simplified build/bootstrap of graph browser -- avoid make;
2010-01-06, by wenzelm
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
2010-01-06, by wenzelm
more robust cancelation, notably of passive futures without scheduler running;
2010-01-06, by wenzelm
eliminated cache, which complicates the code without making a real difference (NB: deque_towards often disrupts caching, and daisy-chaining of workers already reduces queue overhead);
2010-01-06, by wenzelm
tasks of canceled groups are considered "ready" -- enables to purge the queue from tasks depending on unfinished promises (also improves general reactivity);
2010-01-06, by wenzelm
do not memoize interrupts;
2010-01-06, by wenzelm
added Future.promise/fulfill -- promised futures that are fulfilled by external means;
2010-01-05, by wenzelm
Basic edits on plain text.
2010-01-05, by wenzelm
recovered legacy settings for Proof General 3.x;
2010-01-05, by wenzelm
merged
2010-01-05, by wenzelm
merged
2010-01-05, by haftmann
avoid exporting Type.build_tsig
2010-01-05, by haftmann
repaired legacy setting variable
2010-01-05, by haftmann
merged
2010-01-05, by haftmann
more correct handling of empty functions
2010-01-05, by haftmann
separate module Thy_Syntax for command span parsing;
2010-01-05, by wenzelm
more accurate scanning of bad input;
2010-01-05, by wenzelm
added filter_proper parameter;
2010-01-05, by wenzelm
more token discriminators;
2010-01-05, by wenzelm
tuned message;
2010-01-05, by wenzelm
tuned;
2010-01-05, by wenzelm
added Promise.fulfill_result;
2010-01-05, by wenzelm
slightly shorter tail (again) -- theory loader produces less warning spam (cf. 2524c1bbd087);
2010-01-05, by wenzelm
kill failed theories in reverse order -- avoids cascaded warnings;
2010-01-05, by wenzelm
discontinued old TheoryDataFun, but retain Theory_Data_PP with is Pretty.pp argument to merge (still required in exotic situations -- hard to get rid of);
2010-01-04, by wenzelm
Standard_System.raw_exec;
2010-01-04, by wenzelm
removed function "isabelle-process", keeping "isabelle" only -- functions within the process environment might get passed through a genuine /bin/sh, which does not allow non-identifiers here;
2010-01-04, by wenzelm
added Cygwin "make" package;
2010-01-04, by wenzelm
discontinued old ISABELLE and ISATOOL environment settings;
2010-01-04, by wenzelm
shell functions "isabelle-process" and "isabelle" refer to the proper executables statically -- for interactive use or sloppy bash scripts;
2010-01-04, by wenzelm
removed further remains of mutable theory data (cf. 25bd3ed2ac9f);
2010-01-04, by wenzelm
merged
2010-01-04, by wenzelm
code cache only persists on equal theories
2010-01-04, by haftmann
moved name duplicates to end of theory; reduced warning noise
2010-01-04, by haftmann
merged
2010-01-04, by haftmann
modernized
2010-01-04, by haftmann
added applify combinator
2010-01-04, by haftmann
dropped redundant name declarations
2010-01-04, by haftmann
dropped copy operation for legacy TheoryDataFun
2010-01-04, by haftmann
code cache without copy; tuned
2010-01-04, by haftmann
report keywords as singleton messages, control message kind via print mode;
2010-01-04, by wenzelm
explicit markup of document assigment message (simplified variant of earlier "edits" 8c3e1f73953d);
2010-01-04, by wenzelm
omit useless (?) scaladoc;
2010-01-04, by wenzelm
added Future.promise -- essentially a single-assignment variable with signalling, using the Future interface;
2010-01-04, by wenzelm
after_qed: refrain from Position.setmp_thread_data, which causes duplication of results with several independent proof attempts;
2010-01-04, by wenzelm
discontinued special HOL_USEDIR_OPTIONS;
2010-01-04, by wenzelm
updated stats;
2010-01-03, by wenzelm
made SML/NJ happy;
2010-01-03, by wenzelm
merged
2010-01-03, by paulson
removed legacy asm_lr_simp_tac
2010-01-03, by paulson
removed more asm_rl's - unfortunately slowdown of 1 min.
2010-01-03, by nipkow
new year's resolution: reindented code in function package
2010-01-02, by krauss
provide simp and induct rules in Function.info
2010-01-02, by krauss
more official data record Function.info
2010-01-02, by krauss
simplified
2010-01-02, by krauss
absorb structures Decompose and Descent into Termination, to simplify further restructuring
2010-01-02, by krauss
another legacy "asm_lr"
2010-01-02, by nipkow
merged
2010-01-02, by nipkow
removed legacy asm_lr
2010-01-02, by nipkow
merged
2010-01-02, by wenzelm
added lemmas
2010-01-01, by nipkow
added lemma
2010-01-01, by nipkow
removed FIXME
2010-01-01, by nipkow
tuned error handling;
2010-01-02, by wenzelm
Standard_System.raw_execute: optional cwd;
2010-01-02, by wenzelm
Download URLs -- with progress monitor.
2010-01-02, by wenzelm
Future values -- Scala version.
2010-01-01, by wenzelm
added simple dialogs;
2009-12-31, by wenzelm
added is_ready;
2009-12-31, by wenzelm
simplified init message -- removed redundant session property;
2009-12-30, by wenzelm
removed obsolete version check -- sanity delegated to Isabelle_System;
2009-12-30, by wenzelm
eliminated Markup.edits/EDITS: Isar.edit_document reports Markup.edit/EDIT while running under new document id;
2009-12-30, by wenzelm
tuned signature;
2009-12-30, by wenzelm
less ambitious isatest for SML/NJ;
2009-12-30, by wenzelm
killed a few warnings
2009-12-30, by krauss
more regular axiom of infinity, with no (indirect) reference to overloaded constants
2009-12-30, by krauss
back to Unsynchronized.ref, with some attempts to make the main operations actually thread-safe;
2009-12-29, by wenzelm
removed slightly odd Isar_Document.init;
2009-12-29, by wenzelm
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
2009-12-29, by wenzelm
tuned;
2009-12-28, by wenzelm
crude Cygwin.setup;
2009-12-28, by wenzelm
ignore undefined environment;
2009-12-28, by wenzelm
separate Standard_System (Cygwin/Posix compatibility) vs. Isabelle_System (settings environment etc.);
2009-12-28, by wenzelm
tuned;
2009-12-28, by wenzelm
system shutdown hook: strict kill;
2009-12-28, by wenzelm
moved Library.decode_permissive_utf8 to Isabelle_System;
2009-12-28, by wenzelm
pid without newline -- required for Scala version of system_out;
2009-12-28, by wenzelm
higher-order treatment of temporary files;
2009-12-28, by wenzelm
isabelle_tool: apply platform_path only once;
2009-12-28, by wenzelm
slightly more paranoid cleanup of process (cf. http://kylecartmell.com/?p=9 "Five Common java.lang.Process Pitfalls");
2009-12-28, by wenzelm
some sanity checks for symbol interpretation;
2009-12-28, by wenzelm
allow UTF-8 in theory and file names;
2009-12-27, by wenzelm
factored-out Library.decode_permissive_utf8;
2009-12-27, by wenzelm
read header by scanning/parsing file;
2009-12-27, by wenzelm
quoted_content: handle escapes;
2009-12-27, by wenzelm
scan: operate on file (via Scan.byte_reader), more robust exception handling;
2009-12-27, by wenzelm
added byte_reader, which works without decoding and enables efficient length operation (for scala.util.parsing.input.Reader);
2009-12-27, by wenzelm
removed unused read_file;
2009-12-27, by wenzelm
tidied proofs
2009-12-24, by paulson
made sml/nj happy
2009-12-24, by haftmann
updated certificates
2009-12-23, by boehmes
updated example
2009-12-23, by boehmes
merged verification condition structure and term representation in one datatype,
2009-12-23, by boehmes
merged
2009-12-23, by haftmann
updated generated document sources
2009-12-23, by haftmann
take care for destructive print mode properly using dedicated pretty builders
2009-12-23, by haftmann
merged
2009-12-23, by wenzelm
made sml/nj happy
2009-12-23, by haftmann
merged
2009-12-23, by haftmann
dropped junk
2009-12-23, by haftmann
reduced code generator cache to the baremost minimum
2009-12-23, by haftmann
updated documentation
2009-12-23, by haftmann
updated generated examples
2009-12-23, by haftmann
reduced code generator cache to the baremost minimum; corrected spelling
2009-12-23, by haftmann
basic setup for header scanning/parsing;
2009-12-22, by wenzelm
clarified atom parser: return content;
2009-12-22, by wenzelm
tuned;
2009-12-22, by wenzelm
renamed class Outer_Keyword to Outer_Syntax;
2009-12-22, by wenzelm
Isabelle session manager -- most basic setup;
2009-12-22, by wenzelm
actually closer file reader;
2009-12-22, by wenzelm
tuned;
2009-12-22, by wenzelm
added plain read_file;
2009-12-22, by wenzelm
consider proper input only;
2009-12-22, by wenzelm
added completion -- lazy avoids excessive table building;
2009-12-22, by wenzelm
Generic parsers for Isabelle/Isar outer syntax -- Scala version.
2009-12-22, by wenzelm
class Outer_Keyword wraps symbol interpretation, lexicon, keyword table;
2009-12-22, by wenzelm
explicit representation of Token_Kind -- cannot really depend on runtime types due to erasure;
2009-12-22, by wenzelm
Changes in generated code, apparently caused by changes to the code generation system itself.
2009-12-21, by paulson
Polishing up the English
2009-12-21, by paulson
merged
2009-12-21, by wenzelm
merged
2009-12-21, by haftmann
clarified various user-defined syntax issues
2009-12-21, by haftmann
prefer prefix "iso" over potentially misleading "is"; tuned
2009-12-21, by haftmann
moved lemmas o_eq_dest, o_eq_elim here
2009-12-21, by haftmann
add 'morphisms' option to domain_isomorphism command
2009-12-19, by huffman
merged
2009-12-19, by huffman
generalize lemma add_minus_cancel, add lemma minus_add, simplify some proofs
2009-12-18, by huffman
rename equals_zero_I to minus_unique (keep old name too)
2009-12-18, by huffman
add lemma swap_triple
2009-12-18, by huffman
improve performance by reordering of parser combinators;
2009-12-20, by wenzelm
added nested comments;
2009-12-20, by wenzelm
more Scala sources;
2009-12-20, by wenzelm
simiplified result of keyword parser (again);
2009-12-20, by wenzelm
simplified result of keyword and symbols parser;
2009-12-20, by wenzelm
Outer lexical syntax for Isabelle/Isar -- Scala version.
2009-12-20, by wenzelm
refined some Symbol operations/signatures;
2009-12-20, by wenzelm
refined some Symbol operations/signatures;
2009-12-19, by wenzelm
added basic library -- Scala version;
2009-12-19, by wenzelm
indicate final state of keywords;
2009-12-19, by wenzelm
added symbol classification;
2009-12-19, by wenzelm
tuned;
2009-12-18, by wenzelm
merged
2009-12-18, by wenzelm
imitate PG style;
2009-12-18, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip