| Commit message (Expand) | Author | Age |
* | Generalize fix for auto from PMP to eauto and typeclasses eauto. | Matthieu Sozeau | 2015-10-16 |
* | Exporting the original unprocessed hint in the hint running function. | Pierre-Marie Pédrot | 2015-10-14 |
* | Rationalizing a bit the interface of Hints. | Pierre-Marie Pédrot | 2015-05-11 |
* | Removing dead code. | Pierre-Marie Pédrot | 2015-02-02 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Remaining tactics of the Auto module were put in the monad. | Pierre-Marie Pédrot | 2014-10-15 |
* | Splitting out of auto.ml a file hints.ml dedicated to hints so as to | Hugo Herbelin | 2014-10-07 |
* | Made Tacsubst independent of Auto at linking time so that Tacenv does | Hugo Herbelin | 2014-10-01 |
* | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau | 2014-09-15 |
* | A step towards better differentiating when w_unify is used for subterm | Hugo Herbelin | 2014-09-10 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey | 2014-03-05 |
* | Makes the new Proofview.tactic the basic type of Ltac. | aspiwack | 2013-11-02 |
* | Some cleanup in Auto | ppedrot | 2013-09-03 |
* | Pre-create typeclass_instances and rewrite hintdb in Auto | letouzey | 2013-07-17 |
* | Use the Hook module here and there. | ppedrot | 2013-05-12 |
* | Merging Context and Sign. | ppedrot | 2013-04-29 |
* | Splitting Term into five unrelated interfaces: | ppedrot | 2013-04-29 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | Finish patch for Hint Resolve, stopping to generate new constant names for | msozeau | 2012-12-08 |
* | Change Hint Resolve, Immediate to take a global reference as argument | msozeau | 2012-10-26 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Getting rid of Pp.msg | ppedrot | 2012-05-30 |
* | remove many excessive open Util & Errors in mli's | letouzey | 2012-05-29 |
* | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey | 2012-05-29 |
* | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey | 2012-05-29 |
* | remove undocumented and scarcely-used tactic auto decomp | letouzey | 2012-04-23 |
* | info_trivial, info_auto, info_eauto, and debug (trivial|auto) | letouzey | 2012-03-30 |
* | Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconcl | letouzey | 2012-03-30 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Merge subinstances branch by me and Tom Prince. | msozeau | 2011-11-17 |
* | Auto: removal of ?use_core_db obsolete now that we have nocore | letouzey | 2011-11-04 |
* | Auto: avoid storing clausenv (and hence env, evar_map, universes) in vo | letouzey | 2011-10-26 |
* | Fix bug #2227 | msozeau | 2011-10-18 |
* | auto with nocore : disable the use of the core database (wish #2188) | letouzey | 2011-09-23 |
* | This is used in the rippling plugin. This also allows fixing bug #2188. | msozeau | 2011-04-20 |
* | - Add modulo_delta_types flag for unification to allow full | msozeau | 2011-03-13 |
* | - Allow to set a particular transparent_state for the local hint | msozeau | 2011-03-04 |
* | - Fix treatment of globality flag for typeclass instance hints (they | msozeau | 2011-02-14 |
* | Rename rawterm.ml into glob_term.ml | glondu | 2010-12-23 |
* | An experimental support for open constrs in hints and in "using" | herbelin | 2010-10-31 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | New script dev/tools/change-header to automatically update Coq files headers. | herbelin | 2010-06-22 |
* | Various minor improvements of comments in mli for ocamldoc | letouzey | 2010-04-29 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Move from ocamlweb to ocamdoc to generate mli documentation | pboutill | 2010-04-29 |
* | Opened the possibility to type Ltac patterns but it is not fully functional yet | herbelin | 2009-12-24 |
* | Integrate a few improvements on typeclasses and Program from the equations br... | msozeau | 2009-10-28 |
* | This big commit addresses two problems: | soubiran | 2009-10-21 |
* | Better use of transparency information for local hypotheses: | msozeau | 2009-09-22 |