| Commit message (Expand) | Author | Age |
* | Add some missing Proof statements. | Guillaume Melquiond | 2014-09-17 |
* | Make standard library independent of the names generated by | Hugo Herbelin | 2014-06-04 |
* | - Fix bug preventing apply from unfolding Fixpoints. | Matthieu Sozeau | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Ltac repeat is in fact already doing progress | letouzey | 2012-10-01 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Kills the useless tactic annotations "in |- *" | letouzey | 2012-07-05 |
* | Open Local Scope ---> Local Open Scope, same with Notation and alii | letouzey | 2012-07-05 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | Fix bug #2695: infinite loop in dependent destruction. | msozeau | 2012-06-19 |
* | Final part of moving Program code inside the main code. Adapted add_definitio... | msozeau | 2012-03-14 |
* | Fix unblocking code in dependent destruction due to zeta being used in unfold... | msozeau | 2012-02-01 |
* | Fix simplification of ind. hyps., recognized by a [block] in their type (bug ... | msozeau | 2012-01-28 |
* | theories/, plugins/ and test-suite/ ported to the Arguments vernacular | gareuselesinge | 2011-11-21 |
* | Fix bug #2456 and wrong unfolding of lets in the goal due to [unfold] doing z... | msozeau | 2011-10-17 |
* | Avoid registering λ and Π as keywords just for some private Local Notation | letouzey | 2011-09-06 |
* | Making printing of backtick in Program reparsable (avoiding collision with "`(") | herbelin | 2011-06-14 |
* | Fixed bug #2398: destruct ex2/sig2/sigT2 in Program, patch by Paolo Herms. | msozeau | 2011-06-07 |
* | A module out of Program to have list notations (bug 2463) | pboutill | 2011-04-08 |
* | Add a flag to hide obligations in Program-generated terms under an | msozeau | 2011-02-28 |
* | In Program obligation, do not use auto on non-proposition goals by | msozeau | 2011-02-17 |
* | First release of Vector library. | pboutill | 2010-12-10 |
* | Used multiple lists of implicit arguments to transfer the choices of | herbelin | 2010-10-23 |
* | Using multiple lists of implicit arguments in Program for preserving | herbelin | 2010-10-03 |
* | Fixed commit r13359 which was incomplete for its "trunk" part. Thanks | herbelin | 2010-07-31 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Made notations for exists, exists! and notations of Utf8.v recursive notations | herbelin | 2010-07-22 |
* | Made option "Automatic Introduction" active by default before too many | herbelin | 2010-06-08 |
* | Fix unfolding tactic for well-founded Programs. | msozeau | 2010-06-08 |
* | Correction program_simplify. Devrait corriger certaines contribs. | aspiwack | 2010-05-28 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Here comes the commit, announced long ago, of the new tactic engine. | aspiwack | 2010-04-22 |
* | Reorder resolution of type class and unification constraints. | msozeau | 2010-03-07 |
* | Minor fixes. | msozeau | 2010-03-05 |
* | Kill some useless dependencies (Bvector, Program.Syntax) | letouzey | 2010-02-17 |
* | Fix [Existing Class] impl and add documentation. Fix computation of the | msozeau | 2010-02-10 |
* | Update CHANGES, add documentation for new commands/tactics and do a bit | msozeau | 2010-01-30 |
* | Add [Next Obligation with tactic] support (wish #1953). | msozeau | 2010-01-26 |
* | Factorisation between Makefile and ocamlbuild systems : .vo to compile are in... | letouzey | 2009-12-09 |
* | Minor fixes in typeclasses, avoiding repeated evar normalizations. | msozeau | 2009-11-24 |
* | Remove various useless {struct} annotations | letouzey | 2009-11-02 |
* | Integrate a few improvements on typeclasses and Program from the equations br... | msozeau | 2009-10-28 |
* | Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False' | letouzey | 2009-10-08 |
* | Fix the stdlib doc compilation + switch all .v file to utf8 | letouzey | 2009-09-28 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Stop using [obligation_tactic] from Program.Tactics as the default | msozeau | 2009-09-15 |
* | - Resolve type class constraints before trying to find unresolved | msozeau | 2009-09-11 |
* | Misc fixes: | msozeau | 2009-09-10 |
* | Remove unnecessary redefinitions of [Fix_sub] and [Fix_F_sub], as | msozeau | 2009-09-03 |
* | Use unfold directly in unfold_equations. Fixes test-suite. | msozeau | 2009-07-20 |