| Age | Commit message (Expand) | Author |
| 2013-12-03 | Removing useless meta-related functions. | Pierre-Marie Pédrot |
| 2013-11-30 | Better heuristic for name generation backward compatibility. We fallback | Pierre-Marie Pédrot |
| 2013-11-30 | Tentative fix to recover fresh name generation as it was before | Pierre-Marie Pédrot |
| 2013-11-25 | Factoring: is_section_variable. | Arnaud Spiwack |
| 2013-11-06 | Less partial applications in Vars, as well as better memory allocation. | ppedrot |
| 2013-11-04 | Nicer infered names in refine. | aspiwack |
| 2013-11-02 | push_rel_context: do not rename section variables. | aspiwack |
| 2013-11-02 | A newly introduced variable inside a named context is no longer α-renamed. | aspiwack |
| 2013-10-29 | Prevent [Evarutil.whd_head_evar] from uselessly reallocating arrays. | ppedrot |
| 2013-10-27 | Abstracting evar filter away. The API is not perfect, but better than nothing. | ppedrot |
| 2013-10-22 | Removing some generic equalities. | ppedrot |
| 2013-10-22 | Optimizing evar filters. It seems to cost quite a lot in unification, | ppedrot |
| 2013-10-08 | Small code cleaning in Evarutil. | ppedrot |
| 2013-10-06 | Removing useless evar code. | ppedrot |
| 2013-09-18 | At least made the evar type opaque! There are still 5 remaining unsafe | ppedrot |
| 2013-09-18 | Removing almost all new_untyped_evar, and a bunch of Evd.add. | ppedrot |
| 2013-09-05 | Optimizing some evar_maps manipulation. In particular, using a [map] instead | ppedrot |
| 2013-09-03 | Partly replacing list-based access functions in Evd. This is still | ppedrot |
| 2013-08-25 | Actually using the domain function for maps. | ppedrot |
| 2013-08-25 | Replacing lists by sets in clear tactic. | ppedrot |
| 2013-04-29 | Merging Context and Sign. | ppedrot |
| 2013-04-29 | Splitting Term into five unrelated interfaces: | ppedrot |
| 2013-04-22 | code simplifications concerning Summary | letouzey |
| 2013-03-12 | Allowing different types of, not to be mixed, generic Stores through | ppedrot |
| 2013-02-10 | Splitted Evarutil in two files | ppedrot |
| 2013-02-10 | Moved code from Pretype_error to Evarutil | ppedrot |
| 2013-01-29 | Renaming evar_env/evar_unfiltered_env into evar_filtered_env/evar_env | herbelin |
| 2013-01-28 | Uniformization of the "anomaly" command. | ppedrot |
| 2013-01-28 | Fixing one part of #2830 (anomaly "defined twice" due to nested calls to | herbelin |
| 2012-12-14 | Modulification of identifier | ppedrot |
| 2012-12-14 | Moved Intset and Intmap to Int namespace. | ppedrot |
| 2012-11-25 | Fixed bug #2930: folded let-in's were hiding a violation to the occur | herbelin |
| 2012-11-22 | Monomorphization (pretyping) | ppedrot |
| 2012-11-20 | Cleaning and small optimization in CList. | ppedrot |
| 2012-10-02 | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey |
| 2012-09-18 | Cleaning interface of Util. | ppedrot |
| 2012-09-15 | Some documentation and cleaning of CList and Util interfaces. | 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-09-14 | This patch removes unused "open" (automatically generated from | regisgia |
| 2012-09-14 | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-29 | Fixing #2836 (materialize_evar might refine as a side effect the | herbelin |
| 2012-07-10 | Another correction to the dependent existential variable printing | aspiwack |
| 2012-07-06 | Fixes bug #2678 | aspiwack |
| 2012-06-22 | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot |
| 2012-06-01 | More cleaning | ppedrot |
| 2012-05-29 | Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd | letouzey |
| 2012-04-18 | Corrects a bug in the refine tactic which could drop evar bodies. | aspiwack |
| 2012-04-16 | Fixing a "Not_Found" bug related to commit 15061 on the use of evar candidates. | herbelin |