aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-20Correct application of head reduction.msozeau
2012-02-18Document the [unify] tactic.msozeau
2012-02-16Fix handling of space after "Notation" or "where", add missing keywords.msozeau
2012-02-15Avoid retrying uncessarily to prove independent remaining obligations in Prog...msozeau
2012-02-15Avoid unnecessary normalizations w.r.t. evars in Program.msozeau
2012-02-15Fix in evarutil: add a conversion problem for ?x ts = ?x us only if ts and us...msozeau
2012-02-14In [reflexivity], [symmetry] etc, use the type found by looking at the relati...msozeau
2012-02-14- Fix dependency computation in eterm to not consider filtered variables.msozeau
2012-02-14Arguments supports extra notation scopesgareuselesinge
2012-02-07Additional comment on Focus Conditions.aspiwack
2012-02-07Documentation for Grab Existential Variables.aspiwack
2012-02-07A "Grab Existential Variables" to transform the unresolved evars at the end o...aspiwack
2012-02-07Typo in comments.aspiwack
2012-02-03correcting inversion in list of generated tcc of Functionletouzey
2012-02-02More information returned by coqtop about its internal state. Hopefully we'll...ppedrot
2012-02-01Fix unblocking code in dependent destruction due to zeta being used in unfold...msozeau
2012-02-01Corrected a careless cut-and-paste in Gallina description which dated back to...ppedrot
2012-02-01Debugger vs tracer: Two different behaviors wrt printing: The debuggerherbelin
2012-02-01Improved synchronisation of stdlib index page with current library state.herbelin
2012-01-31Revert "Tentative to fix bug #2628 by not letting intuition break records. Mi...msozeau
2012-01-31index-list.html.template: add missing filespboutill
2012-01-31Fix consequence of pp bugfix in testsuitepboutill
2012-01-31Makefile.build: add targets install-devfiles and install-ide-devfilespboutill
2012-01-31Bug #2041: unfold at betaiotaZETA normalize like unfoldpboutill
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