aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-21Fixing unchecked overflow in sub_mult used for euclidian division overherbelin
2012-07-21Slight modification to the printing of goals when in emacs mode.courtieu
2012-07-20Reductionops refactoringpboutill
2012-07-20Fixup implicits in patterns & notationspboutill
2012-07-20Vector equalities first stuffpboutill
2012-07-20Put Option in Clibpboutill
2012-07-20Fixing test-suitepboutill
2012-07-20Let coqtop be a little more stupid in hint answer: otherwise, thatppedrot
2012-07-19Getting rid of the undocumented [complete] tactic, which wasppedrot
2012-07-18Various minor fixes to coqdoc from A. Chlipala.msozeau
2012-07-16Added abstration layer to goal display in CoqIDE, and cleaned partsppedrot
2012-07-16Fixing goal display when still focussing but no more goals.ppedrot
2012-07-13Display the "unjustified" information returned by coqtop.ppedrot
2012-07-13Fixes r15610 (A new status Unsafe in Interface).aspiwack
2012-07-12flex_maybeflex factoringpboutill
2012-07-12miller_pfenning unification code factoringpboutill
2012-07-12flex_kind_of_term does not have a copy of termpboutill
2012-07-12evar reduction is already made by whd_*pboutill
2012-07-12tacred uses stack_reduction_function instead of state_reduction_functionpboutill
2012-07-12A new status Unsafe in Interface. Meant for commands such as Admitted.aspiwack
2012-07-12Better exception handling in TACTIC EXTEND and VERNAC EXTEND (fix #2797)letouzey
2012-07-12Ensure that a plugin init function is called only onceletouzey
2012-07-12Vernacentries: minor code cleanupletouzey
2012-07-12Bug 2838: ExplApp in mutual inductive parameterspboutill
2012-07-12Coq should compile with Ocaml4 and/or lablgtk installed with ocamlfindpboutill
2012-07-11Set/Unset Atomic Load : a pragmatic solution for part 2 of #2820letouzey
2012-07-11Also allow Reset in Load'ed filesletouzey
2012-07-11Re-allow Reset in compiled filesletouzey
2012-07-11Severe reorganisation of the code of tactics in Proofview.aspiwack
2012-07-11Fix regression introduced in r15418 that broke MathClasses. In program mode, ...msozeau
2012-07-11Fix typeclass error handling which was sometimes raising a Failure ("hd").msozeau
2012-07-11A friendlier printing of remaining goals when no goal is focused.aspiwack
2012-07-10Fixing Print Assumption displayppedrot
2012-07-10Restore test file induct.v where the "in |- *" is mandatoryletouzey
2012-07-10isolate instances about Permutation and PermutationA which may slow rewriteletouzey
2012-07-10Better treatment of error messages in rewrite (avoid use of Errors.print).msozeau
2012-07-10Adapting the IDE interface with the focussed display.ppedrot
2012-07-10Small change in the printing of proofs for use by coqide.aspiwack
2012-07-10Fixes bug 2841 ([Focus 0] gives anomaly).aspiwack
2012-07-10Another correction to the dependent existential variable printingaspiwack
2012-07-09destruct: full compatibility with former _eqn syntaxletouzey
2012-07-09Moved code out of ide_slave in a more appropriate place.ppedrot
2012-07-09The tactic remember now accepts a final eqn:H option (grant wish #2489)letouzey
2012-07-09induction/destruct : nicer syntax for generating equations (solves #2741)letouzey
2012-07-09Avoid a warning about unprintable new command Print Namespaceletouzey
2012-07-09Fixed fake_ide test-suite.ppedrot
2012-07-08verbose compat notations : nicer option nameletouzey
2012-07-07Restore an indentation of Show Scriptletouzey
2012-07-07Ring_polynom : a restricted simpl instead of a unfold;foldletouzey
2012-07-06Continuing r15459: it helps testing occur-check early in someherbelin