| Age | Commit message (Expand) | Author |
| 2012-12-18 | Fixed a little inefficiency of "set/destruct" over a pattern. Now | herbelin |
| 2012-12-14 | Modulification of dir_path | ppedrot |
| 2012-12-14 | Modulification of identifier | ppedrot |
| 2012-11-25 | Monomorphization (tactics) | ppedrot |
| 2012-10-16 | Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp | letouzey |
| 2012-10-02 | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey |
| 2012-09-18 | More cleaning in CArray... | ppedrot |
| 2012-09-14 | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot |
| 2012-09-14 | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-11 | Fix typeclass error handling which was sometimes raising a Failure ("hd"). | msozeau |
| 2012-07-10 | Better treatment of error messages in rewrite (avoid use of Errors.print). | msozeau |
| 2012-07-05 | rewrite_db : a first attempt at using rewrite_strat for a quicker autorewrite | letouzey |
| 2012-07-05 | Fixes in rewriting by strategies (almost ready to be documented!): | msozeau |
| 2012-06-22 | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot |
| 2012-06-19 | Fix bug #2790: wrong handling of Set -> Prop -> Prop products in setoid rewri... | msozeau |
| 2012-05-30 | Getting rid of Pp.msg | ppedrot |
| 2012-05-29 | place all files specific to camlp4 syntax extensions in grammar/ | letouzey |
| 2012-05-29 | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey |
| 2012-05-29 | Pattern as a mli-only file, operations in Patternops | letouzey |
| 2012-05-29 | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey |
| 2012-05-29 | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey |
| 2012-05-29 | Vernacexpr is now a mli-only file, locality stuff now in locality.ml | letouzey |
| 2012-04-18 | Corrects a (very) longstanding bug of tactics. As is were, tactic expecting | aspiwack |
| 2012-03-18 | Fixing bug #2732 (anomaly when using the tolerance for writing | herbelin |
| 2012-03-02 | Noise for nothing | pboutill |
| 2012-02-14 | In [reflexivity], [symmetry] etc, use the type found by looking at the relati... | msozeau |
| 2012-01-23 | Fix bug #2483: anomaly raised due to wrong handling of the evars state. | msozeau |
| 2011-12-17 | Added a flag to control the use of typing when instantiating applied | herbelin |
| 2011-12-12 | Proof using ... | gareuselesinge |
| 2011-11-17 | Merge fix for bug #2604. | msozeau |
| 2011-11-17 | Fix bug #2604, wrong error from setoid_rewrite. The rewrite is impossible due... | msozeau |
| 2011-11-17 | Was missing a potential application of subtyping | msozeau |
| 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 |