| Age | Commit message (Expand) | Author |
| 2011-04-28 | Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixed | herbelin |
| 2011-04-24 | Fixed a bug of destruct which was sometimes forgetting local definitions behi... | herbelin |
| 2011-04-18 | Fix generated script for NMake, a rewrite necessitates full conversion for | msozeau |
| 2011-04-13 | - Improve unification (beta-reduction, and same heuristic as evarconv for red... | msozeau |
| 2011-04-13 | Fix scripts relying on unification not doing any beta reduction. | msozeau |
| 2011-04-13 | Unify meta types with the right flags, add betaiotazeta reduction to unificat... | msozeau |
| 2011-04-08 | A module out of Program to have list notations (bug 2463) | pboutill |
| 2011-03-30 | Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin) | letouzey |
| 2011-03-23 | - Fix solve_simpl_eqn which was cheking instances types in the wrong environm... | msozeau |
| 2011-03-21 | Init: some results in Type should rather be Defined than Qed | letouzey |
| 2011-03-17 | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey |
| 2011-03-13 | - Add modulo_delta_types flag for unification to allow full | msozeau |
| 2011-03-11 | Inference of match predicate produces ill-typed unification problem, | msozeau |
| 2011-03-10 | ZBits,ZdivEucl,ZDivFloor: a few lemmas with weaker preconditions | letouzey |
| 2011-03-04 | Simplify proofs in Permutation using generalized rewriting. | msozeau |
| 2011-02-28 | - Allow rewriting under abitrary products, not just those in Prop. | msozeau |
| 2011-02-28 | Add a flag to hide obligations in Program-generated terms under an | msozeau |
| 2011-02-23 | BigQ : setting correct arguments scopes | letouzey |
| 2011-02-17 | In Program obligation, do not use auto on non-proposition goals by | msozeau |
| 2011-02-17 | - Use transparency information all the way through unification and | msozeau |
| 2011-02-16 | Fix compilation issues. | msozeau |
| 2011-02-14 | - Fix treatment of globality flag for typeclass instance hints (they | msozeau |
| 2011-02-11 | An automatic substitution of scope at functor application | letouzey |
| 2011-02-11 | Annotations at functor applications: | letouzey |
| 2011-02-10 | Remove obsolete TheoryList | glondu |
| 2011-02-10 | Vectors fully use implicit arguments | pboutill |
| 2011-02-10 | Fixpoints are traverse during implicits arguments search to toplevel | pboutill |
| 2011-02-10 | Interp a definition with the implicit arguments of its local context | pboutill |
| 2011-02-10 | local variables can have implicits locally | pboutill |
| 2011-02-10 | Data structure telling implicits of local variables is a map in the | pboutill |
| 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 |
| 2011-01-20 | Numbers: simplier spec for testbit | letouzey |
| 2011-01-11 | Add [Typeclasses Debug] option that respects backtracking, solve | msozeau |
| 2011-01-06 | s/appartness/membership/g (Closes: #2470) | glondu |
| 2011-01-04 | Ndigits: a Pshiftl_nat used in BigN (was double_digits there) | letouzey |
| 2011-01-04 | f_equiv : a clone of f_equal that handles setoid equivalences | letouzey |
| 2011-01-03 | Numbers: some improvements in proofs | letouzey |
| 2010-12-17 | NPeano.modulo : another trick a la "minus" for having a decreasing arg | letouzey |
| 2010-12-17 | Cosmetic : let's take advantage of the n-ary exists notation | letouzey |
| 2010-12-17 | Nicer log2 function for nat (suggested by Hugo) | letouzey |
| 2010-12-12 | Sorry for the mistake in r13702 | pboutill |
| 2010-12-10 | First release of Vector library. | pboutill |
| 2010-12-09 | In passing, very quick uniformization of coqdoc headers in a few files. | herbelin |
| 2010-12-09 | ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2 | letouzey |
| 2010-12-06 | Numbers and bitwise functions. | letouzey |
| 2010-12-04 | Fixing coqdoc pretty-printing of a table in Mergesort. Incidentally, | herbelin |
| 2010-11-18 | Some more revision of {P,N,Z}Arith + bitwise ops in Ndigits | letouzey |
| 2010-11-18 | NZSqrt: we define sqrt_up, a square root that rounds up instead of down as sqrt | letouzey |
| 2010-11-18 | NZLog: we define log2_up, a base-2 logarithm that rounds up instead of down a... | letouzey |