aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-31Fix camlp4 compilationpboutill
2012-01-30Added an pattern / occurence syntax for vm_compute.ppedrot
2012-01-28Tentative to fix bug #2628 by not letting intuition break records. Might be t...msozeau
2012-01-28Fix simplification of ind. hyps., recognized by a [block] in their type (bug ...msozeau
2012-01-27Printing bugs with match patterns:herbelin
2012-01-26Fail: discard the effects of a successful command (fix #2682)letouzey
2012-01-26Add support for plugin initialization functiongareuselesinge
2012-01-25Check for unresolved evars in textual order of the params and fields declarat...msozeau
2012-01-23Fix bug #2483: anomaly raised due to wrong handling of the evars state.msozeau
2012-01-23Fix typeclass resolution error message which included goal evars (bug #2620).msozeau
2012-01-23Fix for Program Instance not separately checking the resolution of evars of t...msozeau
2012-01-23Another quick hack that works this time, to handle printing of locality in Pr...ppedrot
2012-01-23Deleted the only use of BeginSubProof from the standard library.ppedrot
2012-01-23Removed a seemingly unused argument in Require of modules, introduced 10 year...ppedrot
2012-01-23Fixed pretty-printing of Opaque, Transparent and Strategy locality flags.ppedrot
2012-01-23Bug 739: forbid dumpglob while using Coqtop in interactive modepboutill
2012-01-21Coqtop and coqc: cleaning description of options in RefMan and manpages.pboutill
2012-01-20Added documentation for "r foo" in Ltac debugger.herbelin
2012-01-20Added documentation for "Set Parsing Explicit" + fixed mistakenlyherbelin
2012-01-20Breakpoints in Ltac debugger: new command "r foo" to jump to the nextherbelin
2012-01-20Added new command "Set Parsing Explicit" for deactivating parsing (andherbelin
2012-01-20Notations with binders: Accepting using notations for functional termsherbelin
2012-01-20Reverted previous commit, which broke library compilation.ppedrot
2012-01-20This is a quick hack to permit the parsing of the locality flag in the Progra...ppedrot
2012-01-20Fix printing of classesmsozeau
2012-01-19Fix typeclass constraint grammar rule to allow `{_ : Reflexive A R}.msozeau
2012-01-19Added the btauto tactic to the documentation.ppedrot
2012-01-19Pretty printing of generalized binderpboutill
2012-01-19Boolean Option Patterns Compatibilitypboutill
2012-01-19No more use of tauto in Init/pboutill
2012-01-17Fixed the pretty-printing of the Program plugin.ppedrot
2012-01-17Makefile: fix make distclean w.r.t. test-suiteletouzey
2012-01-17MSetAVL: better implementation of filter suggested by X. Leroyletouzey
2012-01-17Some fix in beautify pretty-printerpboutill
2012-01-16Parameters in pattern first step.pboutill
2012-01-16Inductiveops.nb_*{,_env} cleaningpboutill
2012-01-16Bug 2679: Do not try to install cmxs with -byte-onlypboutill
2012-01-16Bug 2676: ./configure --prefix shoudn't ask for a config directory.pboutill
2012-01-16make mli-doc fixpboutill
2012-01-14coq_micromega.ml: fix order of recursive calls to rconstantglondu
2012-01-14Add distclean back to test-suite/Makefileglondu
2012-01-14More newlines in debugging output of psatzlglondu
2012-01-13Added a Btauto plugin, that solves boolean tautologies.ppedrot
2012-01-13Added the decidability of (<=) on nat.ppedrot
2012-01-12Fix typoglondu
2012-01-10Fix printing of instances, generalized arguments.msozeau
2012-01-07Fix typoglondu
2012-01-06Fixed the itarget of the previous commit...ppedrot
2012-01-06Added a typeclass-based system to reason on decidable propositions.ppedrot
2012-01-06Forbids (as it has always been the behaviour) to have two different openaspiwack