aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_tactic.ml4
AgeCommit message (Expand)Author
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-14Closing bug #3260Julien Forest
2013-11-30Getting rid of casted_open_constr. It was only used by thePierre-Marie Pédrot
2013-11-27Adding generic solvers to term holes. For now, no resolution mechanism norPierre-Marie Pédrot
2013-10-23cList.index is now cList.index_f, same for index0letouzey
2013-07-09Revising r16550 about providing intro patterns for applying injection:herbelin
2013-07-09Reorganizing intropatterns: * and ** are not naming intropatterns.herbelin
2013-06-21Revert "parse "of" as KEYID "of""gareuselesinge
2013-06-19parse "of" as KEYID "of"gareuselesinge
2013-03-25cbn can be called by Evalpboutill
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 9)letouzey
2013-01-22New implementation of the conversion test, using normalization by evaluation tomdenes
2012-12-21Yet a new reduction tactic in Coq : cbnpboutill
2012-11-13More monomorphizationsppedrot
2012-10-06remove useless hidden_flag in TacMutual(Co)Fixletouzey
2012-10-04Moved Compat to parsing. This permits to break the dependency of theppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-08-08Updating headers.herbelin
2012-08-02Bigint: new functions of_int and to_int, 2nd arg of pow in intletouzey
2012-07-09destruct: full compatibility with former _eqn syntaxletouzey
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-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-05-29Basic stuff about constr_expr migrated from topconstr to constrexpr_opsletouzey
2012-05-29Migrate the grammar entry about "Ltac" into g_vernac.ml4.letouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29Glob_term now mli-only, operations now in Glob_opsletouzey
2012-05-29Tacexpr as a mli-only, the few functions there are now in Tacopsletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-09Tactic unfold always asks for comma between names.pboutill
2012-04-23remove undocumented and scarcely-used tactic auto decompletouzey
2012-03-30info_trivial, info_auto, info_eauto, and debug (trivial|auto)letouzey
2012-03-30Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconclletouzey
2012-03-02Noise for nothingpboutill
2012-01-30Added an pattern / occurence syntax for vm_compute.ppedrot
2011-10-25Applying Tom Prince's patch to support parametric "constructor n" inherbelin
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19Nicer representation of tokens, more independant of camlp*letouzey
2010-05-19static (and shared) camlp4use instead of per-file declarationletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-01-06"by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ...letouzey
2009-12-30Fixing bug #2146 (broken selection of occurrences in "change").herbelin
2009-10-04Removal of trailing spaces.serpyc
2009-09-27Complement to 12347 and 12348 on the extended syntax of case/elim.herbelin
2009-09-20Only one "in" clause in "destruct" even for a multiple "destruct".herbelin
2009-09-20Add "case as/in/using" and temporary "destruct" with n args.herbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu