| Age | Commit message (Expand) | Author |
| 2014-06-23 | Add some compatibility notes on the changes to [change] and unification in ge... | Matthieu Sozeau |
| 2014-06-23 | Fix for bug 1951, allowing at least fully-applied inductives types to be used | Matthieu Sozeau |
| 2014-06-23 | Fix test-suite script for subst working with let-ins, the following proof was... | Matthieu Sozeau |
| 2014-06-23 | Changed syntax of explicit universes. | Matthieu Sozeau |
| 2014-06-23 | Clenvtac.unify is in the new monad. | Pierre-Marie Pédrot |
| 2014-06-23 | Removing opens to Clenvtac to track its use more easily. | Pierre-Marie Pédrot |
| 2014-06-23 | Oops, I fixed the .ml's | Matthieu Sozeau |
| 2014-06-23 | Fix semantics of change p with c to typecheck c at each specific occurrence o... | Matthieu Sozeau |
| 2014-06-23 | Proper handling of the polymorphism flag for Context, fixing HoTT bug #98. | Matthieu Sozeau |
| 2014-06-23 | The uses of the funext axiom forced levels to Set, relaxing its use doesn't. | Matthieu Sozeau |
| 2014-06-23 | The test-suite file couldn't typecheck as it rightly introduces a universe in... | Matthieu Sozeau |
| 2014-06-23 | Fix test-suite script for HoTT coq bug #34 | Matthieu Sozeau |
| 2014-06-22 | Less goal-entering. | Pierre-Marie Pédrot |
| 2014-06-21 | Fixing grammar in doc of Opaque as proposed by Jason (#3389). | Hugo Herbelin |
| 2014-06-21 | Fixing #3390 (mismatch simple_tactic/tactic0 leading to segfault). | Hugo Herbelin |
| 2014-06-21 | Less ocaml warnings. | Hugo Herbelin |
| 2014-06-21 | - Add an option to refresh only algebraic universes, for e_type_of. The goal | Matthieu Sozeau |
| 2014-06-21 | When discharging polymorphic definitions, we must take into account all | Matthieu Sozeau |
| 2014-06-21 | Reindex section variables for typeclass resolution if their type changed. | Matthieu Sozeau |
| 2014-06-20 | Fixed bug 3332. | Matthieu Sozeau |
| 2014-06-20 | Allow more relaxed conversion between the types of the two terms of a rewrite | Matthieu Sozeau |
| 2014-06-20 | Add fixed test-suite file for 3373. | Matthieu Sozeau |
| 2014-06-20 | Fix computation of inductive level in monomorphism + indices-matter mode. | Matthieu Sozeau |
| 2014-06-20 | Fixed some HoTT bugs, provide a proper error message when giving an ill-formed | Matthieu Sozeau |
| 2014-06-20 | Bug 27 closed now that universe contexts can be refined during the proof, | Matthieu Sozeau |
| 2014-06-20 | Cleanup treatment of template universe polymorphism (thanks to E. Tassi | Matthieu Sozeau |
| 2014-06-20 | Add an e_type_of to avoid losing universe constraints. | Matthieu Sozeau |
| 2014-06-19 | Adding a raw_goals primitive for Tacinterp. | Pierre-Marie Pédrot |
| 2014-06-19 | - Fix bug in unification, not only named metas are turned into evars (e.g. in... | Matthieu Sozeau |
| 2014-06-19 | HoTT coq bug #62 fixed. | Matthieu Sozeau |
| 2014-06-19 | Support dropping files over the coqide window. (Partial fix for bug #2765) | Guillaume Melquiond |
| 2014-06-18 | Proofs now take and return an evar_universe_context, simplifying interfaces | Matthieu Sozeau |
| 2014-06-18 | Code factorization in LMap. | Pierre-Marie Pédrot |
| 2014-06-17 | Dummy commit to test the new setup of coq-commits mailinglist (bis) | Pierre Letouzey |
| 2014-06-17 | Dummy commit to test the new setup of coq-commits mailinglist | Pierre Letouzey |
| 2014-06-17 | Fix a destArity that does not exactly match isArity in presence of let-ins. | Matthieu Sozeau |
| 2014-06-17 | Reinstate eta for records in evarconv, fixing two HoTT coq bugs. | Matthieu Sozeau |
| 2014-06-17 | Not a bug, keep for backwards compatibility | Matthieu Sozeau |
| 2014-06-17 | Bug closed, now in polymorphic mode, Variables A B : Type give different leve... | Matthieu Sozeau |
| 2014-06-17 | Explicit universes allow to write liftings explicitely. Implicit lifting woul... | Matthieu Sozeau |
| 2014-06-17 | Not considering test-suite file #89 as a bug anymore. | Matthieu Sozeau |
| 2014-06-17 | Continue fix on argument scopes of primitive projections. | Matthieu Sozeau |
| 2014-06-17 | Fix HoTT bug #84, binding scopes to projections. | Matthieu Sozeau |
| 2014-06-17 | HoTT coq bug #82 already fixed. | Matthieu Sozeau |
| 2014-06-17 | Adapt coercion code to work with projections as target classes. | Matthieu Sozeau |
| 2014-06-17 | Tentative optimization not to nf_evar too often in the compatibility | Pierre-Marie Pédrot |
| 2014-06-17 | Fixing #3292 (locations of notations shifted by 1 in glob files in trunk). | Hugo Herbelin |
| 2014-06-17 | Fixing #3282 (two bugs in the presence of let-in's in "fix"). | Hugo Herbelin |
| 2014-06-17 | Complying an ocaml warning. | Hugo Herbelin |
| 2014-06-17 | Removing dead code. | Pierre-Marie Pédrot |