| Age | Commit message (Expand) | Author |
| 2012-11-08 | Monomorphized a lot of equalities over OCaml integers, thanks to | ppedrot |
| 2012-11-08 | Removing another bunch of generic equalities | ppedrot |
| 2012-10-29 | Removed many calls to OCaml generic equality. This was done by | ppedrot |
| 2012-10-26 | Moved Entries module back to kernel | ppedrot |
| 2012-10-23 | Cleared a purely declarative .ml file and moved its interface to intf/ | ppedrot |
| 2012-10-17 | univ inconsistency error message gives evidence of a cycle | barras |
| 2012-10-02 | Remove some dead code in the vm | letouzey |
| 2012-10-02 | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey |
| 2012-09-27 | Default hashconsing of identifiers. | ppedrot |
| 2012-09-26 | Reusing the Hashset data structure in Hashcons. Hopefully, this should | ppedrot |
| 2012-09-26 | Incorrect comment | msozeau |
| 2012-09-26 | Cleaning, renaming obscure functions and documenting in Hashcons. | ppedrot |
| 2012-09-25 | Fixing ocamldoc errors | ppedrot |
| 2012-09-18 | More cleanup of Util: utf8 aspects moved to a new file unicode.ml | letouzey |
| 2012-09-14 | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot |
| 2012-09-14 | Partial revert of Yann commit in order to use CLib.List when opening | 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 | kernel/Term: | regisgia |
| 2012-09-14 | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia |
| 2012-08-11 | fast bitwise operations (lor,land,lxor) on int31 and BigN | letouzey |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-06-20 | Fixing bug #2817 (occur check was not done up to instantiation of | herbelin |
| 2012-06-18 | Proof using: nested sections bugfix | gareuselesinge |
| 2012-06-01 | Getting rid of Pp.msgnl and Pp.message. | ppedrot |
| 2012-05-30 | More uniformisation in Pp.warn functions. | ppedrot |
| 2012-05-29 | remove many excessive open Util & Errors in mli's | letouzey |
| 2012-05-29 | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey |
| 2012-04-15 | Adding newline after warning and restoring distinction between | herbelin |
| 2012-04-05 | Shortcuts and optimizations of comparisons | xclerc |
| 2012-03-26 | Module names and constant/inductive names are now in two separate namespaces | letouzey |
| 2012-03-22 | Univ: enforce_leq instead of enforce_geq for more uniformity | letouzey |
| 2012-03-22 | Univ: switch the order of int and dir_path in UniverseLevel.Level | letouzey |
| 2012-03-20 | Reorganizing the structure of evarutil.ml (only restructuration, no | herbelin |
| 2012-03-14 | Final part of moving Program code inside the main code. Adapted add_definitio... | msozeau |
| 2012-03-13 | Fixing vm_compute bug #2729 (function used to decompose constructors | herbelin |
| 2012-03-12 | Univ: avoid recording dummy universe constraints u<=u or u=u | letouzey |
| 2012-03-02 | Noise for nothing | pboutill |
| 2012-03-01 | Univ: a univ_depends function to avoid a hack in Inductiveops | letouzey |
| 2012-03-01 | Univ: a better Constraint.compare | letouzey |
| 2012-02-29 | Univ: a faster is_leq test used when possible | letouzey |
| 2012-02-27 | Univ: correct compare_neq (fix #2703) | letouzey |
| 2011-12-12 | Proof using ... | gareuselesinge |
| 2011-11-29 | Term: properly ignore Casts between Apps in constr_ord | puech |
| 2011-11-29 | Term: useless conversion to list in constr_ord deleted | puech |
| 2011-11-28 | Term: Fix hash_constr behavior for Cast lnterleaved in application spines. | puech |
| 2011-11-21 | Typo | herbelin |
| 2011-10-26 | When checking for emptiness, use Foo.is_empty instead of (=) Foo.empty | letouzey |
| 2011-10-26 | Environ.set_universes is dead code | letouzey |
| 2011-10-26 | Mod_subst: some simplifications, some more significant names to functions, etc | letouzey |