aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind
Commit message (Expand)AuthorAge
* Add type annotations around all calls to Libobject.declare_objectGravatar letouzey2011-11-02
* Remove dynamic stuff from constr_expr and glob_constrGravatar glondu2011-10-28
* Remove avoidable use of GDynamicGravatar glondu2011-10-27
* Fixing Equality.injectable which did not detect an equality withoutGravatar herbelin2011-10-22
* Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612).Gravatar herbelin2011-10-05
* Added support for referring to subterms of the goal by pattern.Gravatar herbelin2011-09-26
* correction du bug 2047Gravatar jforest2011-09-09
* Recdef: replaced some generic = on constr by eq_constrGravatar puech2011-07-29
* Functional_principles_types: replaced some generic = on constr by eq_constrGravatar puech2011-07-29
* Relaxed the constraint introduced in r14190 that froze the existingGravatar herbelin2011-06-18
* Call process_vernac_interp_error before calling Errors.print inGravatar herbelin2011-06-10
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* Data structure telling implicits of local variables is a map in theGravatar pboutill2011-02-10
* Remove the "Boxed" syntaxes and the const_entry_boxed fieldGravatar letouzey2011-01-28
* ARGUMENT EXTEND: forbid TYPED simultaneously with {RAW,GLOB}_TYPEDGravatar glondu2010-12-25
* Rename mkR* smart constructors (mostly in funind)Gravatar glondu2010-12-25
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* Rename files in funind to respect new conventionsGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Prepare change of nomenclature rawconstr -> glob_constrGravatar glondu2010-12-23
* An experimental support for open constrs in hints and in "using"Gravatar herbelin2010-10-31
* Auto-inlining of f_terminate in FunctionGravatar jforest2010-10-05
* Simplify tactic(_)-bound arguments in TACTIC EXTEND rulesGravatar glondu2010-09-30
* Remove some occurrences of "open Termops"Gravatar glondu2010-09-28
* Remove "init" label from Termops.it_mk* specialized functionsGravatar glondu2010-09-28
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Report fix bug 2345 from v8.3 (Bad error message when functionalGravatar courtieu2010-09-21
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* correcting a bug in funind introduced in r 13292Gravatar jforest2010-07-23
* Simplified the way internalization_data (i.e. bindings of bound varsGravatar herbelin2010-07-22
* Amelioration dans FunctionGravatar jforest2010-07-16
* Move [delayed] to util and use [force_delayed] everywhere to forceGravatar msozeau2010-06-30
* change the flag "internal" in declare/ind_tables from bool toGravatar vsiles2010-06-29
* Fixed commit 13125 (stricter check of induction args): an interpretationGravatar herbelin2010-06-14
* Fixing spelling: pr_coma -> pr_commaGravatar herbelin2010-06-12
* Allowing to use an ordering different than Lt with measureGravatar jforest2010-06-09
* Using vernac parsing for FunctionGravatar jforest2010-06-08
* Remove compile-command pragmas for emacsGravatar letouzey2010-05-19
* better detection of nested recursion in FunctionGravatar jforest2010-05-07
* Correction of a bug pointed by P. Casteran.Gravatar jforest2010-05-07
* Trying to find a problem pointed by P. CasteranGravatar jforest2010-05-07
* Correction of bug 2290 (removing stupid message)Gravatar jforest2010-05-04
* Correction of bug 2290Gravatar jforest2010-05-04
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* fixed confusion between number of cstr arguments and number of pattern variab...Gravatar barras2010-03-12