| Age | Commit message (Expand) | Author |
| 2010-12-13 | Remove an unused function with a Evd.fold in subtac | letouzey |
| 2010-11-07 | Delayed the evar normalization in error messages to the last minute | herbelin |
| 2010-11-07 | Add information of localisation when an error involving an "implicit | herbelin |
| 2010-10-31 | Cleaning the use of parentheses around evd and evdref (cosmetic commit). | herbelin |
| 2010-10-12 | Fix bug #2393: allow let-ins inside telescopes (only fails when there's | msozeau |
| 2010-10-07 | Fix bug# 2392 | msozeau |
| 2010-10-03 | Added multiple implicit arguments rules per name. | herbelin |
| 2010-09-28 | Fix bug #2321, allowing "_" named projections in classes. Not realizing | msozeau |
| 2010-09-28 | Remove some occurrences of "open Termops" | glondu |
| 2010-09-24 | Some dead code removal, thanks to Oug analyzer | letouzey |
| 2010-07-27 | Minor fixes: | msozeau |
| 2010-07-24 | Updated all headers for 8.3 and trunk | herbelin |
| 2010-07-22 | Extension of the recursive notations mechanism | herbelin |
| 2010-07-22 | Simplified the way internalization_data (i.e. bindings of bound vars | herbelin |
| 2010-07-22 | Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt). | herbelin |
| 2010-06-30 | Move [delayed] to util and use [force_delayed] everywhere to force | msozeau |
| 2010-06-30 | Fix (part of) bug #2347, de Bruijn bug in Program's pretyper. | msozeau |
| 2010-06-29 | Made tclABSTRACT normalize evars before saying it does not support | herbelin |
| 2010-06-12 | Fixing spelling: pr_coma -> pr_comma | herbelin |
| 2010-06-09 | Fix bug #2262: bad implicit argument number by avoiding counting | msozeau |
| 2010-06-08 | Fix treatment of {struct x} annotations in presence of generalized | msozeau |
| 2010-06-06 | Added support for Ltac-matching terms with variables bound in the pattern | herbelin |
| 2010-05-19 | Add (almost) compatibility with camlp4, without breaking support for camlp5 | letouzey |
| 2010-05-19 | static (and shared) camlp4use instead of per-file declaration | letouzey |
| 2010-05-19 | Remove compile-command pragmas for emacs | letouzey |
| 2010-04-29 | Remove the svn-specific $Id$ annotations | letouzey |
| 2010-04-22 | Here comes the commit, announced long ago, of the new tactic engine. | aspiwack |
| 2010-03-29 | Several bug-fixes and improvements of coqdoc | herbelin |
| 2010-03-15 | Oops, don't use zeta by default. | msozeau |
| 2010-03-15 | Fix splitting evars tactics and stop dropping evar constraints when | msozeau |
| 2010-03-12 | fixed confusion between number of cstr arguments and number of pattern variab... | barras |
| 2010-03-08 | Consider OccurCheck a catchable exception. | msozeau |
| 2010-03-07 | Reorder resolution of type class and unification constraints. | msozeau |
| 2010-03-07 | Fix treatment of remaining unification constraints: raise a more | msozeau |
| 2010-03-05 | Add a generic tactic option builder. Use it in firstorder to set the | msozeau |
| 2010-02-16 | Fix sort_dependencies for good, maintaining the initial order. | msozeau |
| 2010-02-10 | Fix [Existing Class] impl and add documentation. Fix computation of the | msozeau |
| 2010-01-28 | Backport fixes in Instance declarations to Program Instance. | msozeau |
| 2010-01-26 | Add [Next Obligation with tactic] support (wish #1953). | msozeau |
| 2010-01-14 | Fix bug #2086, error message when we match on an non-inductive type. | msozeau |
| 2010-01-14 | - Show Obligation Tactic | msozeau |
| 2010-01-11 | Support "Local Obligation Tactic" (now the default in sections). | msozeau |
| 2010-01-04 | Specific syntax for Instances in Module Type: Declare Instance | letouzey |
| 2010-01-04 | Few misc. updates. | herbelin |
| 2009-12-24 | Opened the possibility to type Ltac patterns but it is not fully functional yet | herbelin |
| 2009-12-21 | Generic support for open terms in tactics | herbelin |
| 2009-11-27 | Added support for definition of fixpoints using tactics. | herbelin |
| 2009-11-12 | Oops, nf_evar_defs just changed to nf_evar_map. | msozeau |
| 2009-11-12 | Don't forget to normalize everything w.r.t. evars (fixes bug #2103). | msozeau |
| 2009-11-11 | Promote evar_defs to evar_map (in Evd) | glondu |