aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-23Fix a small oversight in checker commit 12288.herbelin
2009-08-22Transfers to checker ("let"s in inductive arities + Coq root read-only).herbelin
2009-08-20new csdp cache + improved error messagefbesson
2009-08-20new csdp cache + improved error messagefbesson
2009-08-19adds a property on mapbertot
2009-08-19adds lemmas on interactions between existsb, forallb, and appbertot
2009-08-15+ csdp.cachefbesson
2009-08-14Mise à jour du document de révision de la stdlib et déplacement de laherbelin
2009-08-14+Fix interface.aspiwack
2009-08-14Ajout de la gestion de Local et Global pour les options (au sens deaspiwack
2009-08-14Added profile.cmo in grammar.cma so that any functions in one of theherbelin
2009-08-14Tried to make F1 documentation tool working in CoqIDE.herbelin
2009-08-13Death of "survive_module" and "survive_section" (the first one washerbelin
2009-08-13Made unification patch 12268 even more ad hoc (if evars remain in aherbelin
2009-08-11Ensures that let-in's in arities of inductive types work well. Maybe notherbelin
2009-08-11Ajout des .annot dans le .gitignore.aspiwack
2009-08-11Fixed extra space in printing notation { x & P } + minor other thingsherbelin
2009-08-11Infix (r12268 continued)herbelin
2009-08-11Add support for "Infix ... := constr" instead of just "Infix ... := ref".herbelin
2009-08-11Relatively ad hoc fix to an ill-typed instantiation bug in typeherbelin
2009-08-07Fixed incorrect optimization in Prettyp.pr_located_qualid introducedherbelin
2009-08-06Cleaning of Nametab continued + fixed a compilation bug in previous commit.herbelin
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-08-06Move out JMeq of subst for compatibility (it affects e.g. theherbelin
2009-08-05changed deprecated setoid into relationamahboub
2009-08-04- Add more precise error localisation when one of the application failsherbelin
2009-08-04Fixed subst failing when a truly heterogeneous JMeq hyp is in theherbelin
2009-08-03Added "etransitivity".herbelin
2009-08-02Improved parameterization of Coq:herbelin
2009-08-02Fixed a typo in "info" for tactic "right".herbelin
2009-08-01csdpcert + unixfbesson
2009-07-31addition of lia.cache - csdp.cache is now handled by micromega not csdpcertfbesson
2009-07-30micromega : Better parsing of formulae - smaller proof terms for Z - redesign...fbesson
2009-07-30psatz Z -> psatz Z 1fbesson
2009-07-30Git ignore filesherbelin
2009-07-30For git users, a global .gitignore fileletouzey
2009-07-24OrderedTypeEx.N_as_OT use Nlt, various minor improvements in N/ZArithletouzey
2009-07-24List: add a iff-based lemma about In and ++letouzey
2009-07-24Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"letouzey
2009-07-22Better comparison functions in OrderedTypeExletouzey
2009-07-20Use unfold directly in unfold_equations. Fixes test-suite.msozeau
2009-07-20Use camlp4 to accept some specific non-exhaustive patterns in groebnerletouzey
2009-07-20Move some examples for groebner into a test-suite fileletouzey
2009-07-20Typo in a commentletouzey
2009-07-15- Granted wish #2138 (support for local binders in syntax of Record fields).herbelin
2009-07-15- Fixing bug #2139 (kernel-based test of well-formation of eliminationherbelin
2009-07-14Simplify eauto and fix it for compatibility, allowing full delta duringmsozeau
2009-07-09Use the proper unification flags in e_exact. This makes exact fail a bitmsozeau
2009-07-09Allow coqdoc comments inside definition bodies.msozeau
2009-07-09Correction bug 2134.soubiran