| Age | Commit message (Expand) | Author |
| 2011-10-18 | Fix bug #2473 due to wrong folding of the evar environment | msozeau |
| 2011-10-18 | Fix bug #2586 and enhance clsubst* as well as a side effect | msozeau |
| 2011-10-11 | Moved to a more standard order of arguments (i.e. env followed by evar_map) | herbelin |
| 2011-09-22 | Remove duplicated version of check_required_library. | letouzey |
| 2011-06-18 | Generalizing flag use_evars_pattern_unification into a flag | herbelin |
| 2011-06-13 | Added a flag to restrict conversion in tactic unification on the | herbelin |
| 2011-06-12 | Added a new flag for freezing evars in tactic unification. Used this | herbelin |
| 2011-06-10 | Moved allow_K to a unification flag | herbelin |
| 2011-06-07 | Fix bug #2335, fail if the search for reflexivity/symmetry/transitivity proof... | msozeau |
| 2011-04-18 | Add a flag to control betaiota reduction during unification to maintain backw... | msozeau |
| 2011-04-13 | Revert "Add [Polymorphic] flag for defs" | msozeau |
| 2011-04-13 | - Remove create_evar_defs | msozeau |
| 2011-04-13 | Add [Polymorphic] flag for defs | msozeau |
| 2011-03-13 | - Add modulo_delta_types flag for unification to allow full | msozeau |
| 2011-03-11 | Keep information on which fields are subclasses in class declarations, | msozeau |
| 2011-03-08 | Fix declarations of [Add Setoid/Morphism...] in sections to not export | msozeau |
| 2011-02-28 | - Allow rewriting under abitrary products, not just those in Prop. | msozeau |
| 2011-02-17 | - Use transparency information all the way through unification and | msozeau |
| 2011-02-14 | - Fix treatment of globality flag for typeclass instance hints (they | msozeau |
| 2011-02-11 | Change Evd.fold to a faster version that simply removes unneeded evars. | msozeau |
| 2011-02-10 | - proper printing of setoid_rewrite tactic applications | msozeau |
| 2011-02-10 | Rename subst_raw_with_bindings to subst_glob_with_bindings and export | msozeau |
| 2011-02-09 | One more fix for setoid_rewrite: completely reinterpret the given lemmas | msozeau |
| 2011-02-08 | Correct handling of existential variables when multiple different | msozeau |
| 2011-02-07 | Factorize code of rewrite to make way for a new implementation using the | msozeau |
| 2011-02-03 | Repair Class_tactics.split_evars, broken by r13717 (should fix #2481) | letouzey |
| 2011-01-31 | A fine-grain control of inlining at functor application via priority levels | letouzey |
| 2011-01-28 | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey |
| 2010-12-23 | Rename rawterm.ml into glob_term.ml | glondu |
| 2010-12-15 | Evar-related speed-up and clarifications in Class_tactics and Rewrite | letouzey |
| 2010-11-07 | Delayed the evar normalization in error messages to the last minute | herbelin |
| 2010-10-31 | Cleaning the use of parentheses around evd and evdref (cosmetic commit). | herbelin |
| 2010-09-27 | Fix bug in implementation of setoid rewriting under cases and | msozeau |
| 2010-09-24 | Some dead code removal, thanks to Oug analyzer | letouzey |
| 2010-09-20 | Added eta-expansion in kernel, type inference and tactic unification, | herbelin |
| 2010-09-19 | Reverting partial fix for #2335 committed by mistake in r13435. Sorry. | herbelin |
| 2010-09-19 | Patch solving the bug but leaving open design choices | herbelin |
| 2010-09-17 | In the computation of missing arguments for apply, accept that the | herbelin |
| 2010-09-02 | * removed declare_constant and declare_internal_constant | vsiles |
| 2010-07-28 | Fix bug #2209, don't use the fragile argument name "y" to pass the | msozeau |
| 2010-07-24 | Updated all headers for 8.3 and trunk | herbelin |
| 2010-07-22 | Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt). | herbelin |
| 2010-07-15 | Be more clever when trying to find out the relation in | msozeau |
| 2010-06-29 | Made tclABSTRACT normalize evars before saying it does not support | herbelin |
| 2010-06-09 | Fix bug #2317: setoid_rewrite ignored binding lists. Slightly | msozeau |
| 2010-05-19 | Add (almost) compatibility with camlp4, without breaking support for camlp5 | 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-04-05 | Added a function in typing.ml to solve evars of a constr w/o going back down ... | herbelin |