| Age | Commit message (Expand) | Author |
| 2016-03-20 | Relying on generic arguments to represent Extern hints. | Pierre-Marie Pédrot |
| 2016-01-21 | Merge branch 'v8.5' | Pierre-Marie Pédrot |
| 2016-01-20 | Update copyright headers. | Maxime Dénès |
| 2016-01-02 | Reduce dependencies of interface files. | Guillaume Melquiond |
| 2015-12-28 | Eradicating uses of open_constr in TACTIC EXTEND in favour of uconstr. | Pierre-Marie Pédrot |
| 2015-10-29 | Removing unused and useless exported function in Hints. | Pierre-Marie Pédrot |
| 2015-10-20 | Indexing Proofview.goals with a stage. | Pierre-Marie Pédrot |
| 2015-10-16 | Generalize fix for auto from PMP to eauto and typeclasses eauto. | Matthieu Sozeau |
| 2015-10-14 | Exporting the original unprocessed hint in the hint running function. | Pierre-Marie Pédrot |
| 2015-05-11 | Rationalizing a bit the interface of Hints. | Pierre-Marie Pédrot |
| 2015-02-02 | Removing dead code. | Pierre-Marie Pédrot |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2014-10-15 | Remaining tactics of the Auto module were put in the monad. | Pierre-Marie Pédrot |
| 2014-10-07 | Splitting out of auto.ml a file hints.ml dedicated to hints so as to | Hugo Herbelin |
| 2014-10-01 | Made Tacsubst independent of Auto at linking time so that Tacenv does | Hugo Herbelin |
| 2014-09-15 | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau |
| 2014-09-10 | A step towards better differentiating when w_unify is used for subterm | Hugo Herbelin |
| 2014-05-06 | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau |
| 2014-03-05 | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey |
| 2013-11-02 | Makes the new Proofview.tactic the basic type of Ltac. | aspiwack |
| 2013-09-03 | Some cleanup in Auto | ppedrot |
| 2013-07-17 | Pre-create typeclass_instances and rewrite hintdb in Auto | letouzey |
| 2013-05-12 | Use the Hook module here and there. | ppedrot |
| 2013-04-29 | Merging Context and Sign. | ppedrot |
| 2013-04-29 | Splitting Term into five unrelated interfaces: | ppedrot |
| 2012-12-14 | Modulification of identifier | ppedrot |
| 2012-12-08 | Finish patch for Hint Resolve, stopping to generate new constant names for | msozeau |
| 2012-10-26 | Change Hint Resolve, Immediate to take a global reference as argument | msozeau |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-05-30 | Getting rid of Pp.msg | ppedrot |
| 2012-05-29 | 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-04-23 | remove undocumented and scarcely-used tactic auto decomp | letouzey |
| 2012-03-30 | 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-02 | Noise for nothing | pboutill |
| 2011-11-17 | Merge subinstances branch by me and Tom Prince. | msozeau |
| 2011-11-04 | Auto: removal of ?use_core_db obsolete now that we have nocore | letouzey |
| 2011-10-26 | Auto: avoid storing clausenv (and hence env, evar_map, universes) in vo | letouzey |
| 2011-10-18 | Fix bug #2227 | msozeau |
| 2011-09-23 | auto with nocore : disable the use of the core database (wish #2188) | letouzey |
| 2011-04-20 | This is used in the rippling plugin. This also allows fixing bug #2188. | msozeau |
| 2011-03-13 | - Add modulo_delta_types flag for unification to allow full | msozeau |
| 2011-03-04 | - Allow to set a particular transparent_state for the local hint | msozeau |
| 2011-02-14 | - Fix treatment of globality flag for typeclass instance hints (they | msozeau |
| 2010-12-23 | Rename rawterm.ml into glob_term.ml | glondu |
| 2010-10-31 | An experimental support for open constrs in hints and in "using" | herbelin |
| 2010-07-24 | Updated all headers for 8.3 and trunk | herbelin |
| 2010-06-22 | New script dev/tools/change-header to automatically update Coq files headers. | herbelin |