aboutsummaryrefslogtreecommitdiff
path: root/plugins/subtac
AgeCommit message (Expand)Author
2010-06-12Fixing spelling: pr_coma -> pr_commaherbelin
2010-06-09Fix bug #2262: bad implicit argument number by avoiding countingmsozeau
2010-06-08Fix treatment of {struct x} annotations in presence of generalizedmsozeau
2010-06-06Added support for Ltac-matching terms with variables bound in the patternherbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19static (and shared) camlp4use instead of per-file declarationletouzey
2010-05-19Remove compile-command pragmas for emacsletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-03-29Several bug-fixes and improvements of coqdocherbelin
2010-03-15Oops, don't use zeta by default.msozeau
2010-03-15Fix splitting evars tactics and stop dropping evar constraints whenmsozeau
2010-03-12fixed confusion between number of cstr arguments and number of pattern variab...barras
2010-03-08Consider OccurCheck a catchable exception.msozeau
2010-03-07Reorder resolution of type class and unification constraints.msozeau
2010-03-07Fix treatment of remaining unification constraints: raise a moremsozeau
2010-03-05Add a generic tactic option builder. Use it in firstorder to set themsozeau
2010-02-16Fix sort_dependencies for good, maintaining the initial order.msozeau
2010-02-10Fix [Existing Class] impl and add documentation. Fix computation of themsozeau
2010-01-28Backport fixes in Instance declarations to Program Instance.msozeau
2010-01-26Add [Next Obligation with tactic] support (wish #1953).msozeau
2010-01-14Fix bug #2086, error message when we match on an non-inductive type.msozeau
2010-01-14- Show Obligation Tacticmsozeau
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2010-01-04Specific syntax for Instances in Module Type: Declare Instanceletouzey
2010-01-04Few misc. updates.herbelin
2009-12-24Opened the possibility to type Ltac patterns but it is not fully functional yetherbelin
2009-12-21Generic support for open terms in tacticsherbelin
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-12Oops, nf_evar_defs just changed to nf_evar_map.msozeau
2009-11-12Don't forget to normalize everything w.r.t. evars (fixes bug #2103).msozeau
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-11-11Added support for multiple where-clauses in Inductive and co (see wish #2163).herbelin
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-11-04Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.gmelquio
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Make usage of Dyn explicitglondu
2009-10-21This big commit addresses two problems:soubiran
2009-10-09Fix bug #2162 and a name clashing bug in generalized binders.msozeau
2009-09-17Remove useless Liboject.export_function fieldglondu
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-15Dont't forget to update the state or an obligation tactic assignment maymsozeau
2009-09-15Stop using [obligation_tactic] from Program.Tactics as the defaultmsozeau
2009-09-14Backtrack on the forced discharge of type class variables introducedmsozeau
2009-09-11- Resolve type class constraints before trying to find unresolvedmsozeau
2009-09-10Misc fixes:msozeau
2009-09-02Hack to correctly get ill-formed rec body exceptions even msozeau
2009-08-13Death of "survive_module" and "survive_section" (the first one washerbelin
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin