aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* CHANGES: mentionning quickly Separate ExtractionGravatar letouzey2011-03-07
* Extraction: a warning when an opaque constant is enterredGravatar letouzey2011-03-07
* Extraction: fix printing of haskell modular namesGravatar letouzey2011-03-07
* Extraction: avoid printing unused mutual fix components (fix #2477)Gravatar letouzey2011-03-07
* A new command "Separate Extraction"Gravatar letouzey2011-03-07
* Added a table for using reserved names for binding names to typesGravatar herbelin2011-03-05
* Moving printing of module typing errors upwards to himsg.ml so as toGravatar herbelin2011-03-05
* Starting being more explicit on the reasons why module subtyping fails.Gravatar herbelin2011-03-05
* A few more betaiota on environments and types of error messages. Seems toGravatar herbelin2011-03-05
* Added support for instantiation of ?n by a lambda when "?n a" has toGravatar herbelin2011-03-05
* Reorganized a bit evarconv.ml:Gravatar herbelin2011-03-05
* Improved define_evar_as_lambda which was creating an unrelated new evarGravatar herbelin2011-03-05
* Instantiate evar by a lambda when "?n args" has to unify with ProdGravatar herbelin2011-03-05
* Fixed a "feature" about subtyping records: one was expected not onlyGravatar herbelin2011-03-05
* Restore documentation of library String which was removed in 2007 (r10049)Gravatar herbelin2011-03-05
* Forgotten removal of ',' in 'fun' rule: it has to come with the lambda notationGravatar herbelin2011-03-05
* Fixing injection bug #2493 (regression introduced by fixing injectionGravatar herbelin2011-03-05
* CHANGES: update of syntax for annotations of functor applicationGravatar letouzey2011-03-04
* Extraction: improved indentation of extracted code (fix #2497)Gravatar letouzey2011-03-04
* Simplify proofs in Permutation using generalized rewriting.Gravatar msozeau2011-03-04
* - Allow to set a particular transparent_state for the local hintGravatar msozeau2011-03-04
* checker: cleanupGravatar glondu2011-03-04
* checker: add eta-expansionGravatar glondu2011-03-04
* Propagate recent kernel changes to the checkerGravatar letouzey2011-03-03
* - Allow rewriting under abitrary products, not just those in Prop.Gravatar msozeau2011-02-28
* Add a flag to hide obligations in Program-generated terms under anGravatar msozeau2011-02-28
* Extraction: Add missing parenthesis around emulated pattern-match (fix #2478)Gravatar letouzey2011-02-25
* Fix indentation of default pattern in haskell case (bug #2476)Gravatar letouzey2011-02-25
* Filter out admitted subgoals from search resultsGravatar glondu2011-02-25
* Ocamlbuild needs OCAML_LD_LIBRARY_PATH (bug #2502)Gravatar glondu2011-02-25
* Revert "syntax for exponents"Gravatar glondu2011-02-25
* Mod_subst: improving sharing of subst_mpsGravatar letouzey2011-02-24
* Some more simplification in Mod_substGravatar letouzey2011-02-23
* BigQ : setting correct arguments scopesGravatar letouzey2011-02-23
* Try to fix the behavior of clenv_missing used when declaring hintsGravatar letouzey2011-02-22
* syntax for exponentsGravatar pottier2011-02-22
* anneaux commutatifs ou non, reification sans mlGravatar pottier2011-02-22
* Some fixes of the test-suite scriptsGravatar letouzey2011-02-21
* Fix test-suite script.Gravatar msozeau2011-02-21
* In Program obligation, do not use auto on non-proposition goals byGravatar msozeau2011-02-17
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17
* Fix compilation issues.Gravatar msozeau2011-02-16
* - Fix treatment of globality flag for typeclass instance hints (theyGravatar msozeau2011-02-14
* fix last commit about modules (subst_cl_typ may raise Not_found)Gravatar letouzey2011-02-12
* An automatic substitution of scope at functor applicationGravatar letouzey2011-02-11
* Annotations at functor applications:Gravatar letouzey2011-02-11
* Mod_typing: some refactoring (common parts about MSEapply and co)Gravatar letouzey2011-02-11
* Safe_typing: some refactoring (avoiding copy-paste of record definitions)Gravatar letouzey2011-02-11
* Mod_subt: some more refactoring, substitution is also separated in two tablesGravatar letouzey2011-02-11
* Mod_subst: split delta_resolver in two tables (mp / kn)Gravatar letouzey2011-02-11