aboutsummaryrefslogtreecommitdiff
path: root/tactics/auto.ml
AgeCommit message (Expand)Author
2013-06-05Replacing lists by maps in matching interpretation.ppedrot
2013-05-14Removing the use of Gmap from Auto.ppedrot
2013-05-12Use the Hook module here and there.ppedrot
2013-05-06States: frozen states can hold closuresgareuselesinge
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-03-23Minor code cleaning in CArray / CList.ppedrot
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 11)letouzey
2013-01-28Uniformization of the "anomaly" command.ppedrot
2012-12-18Fixed a little inefficiency of "set/destruct" over a pattern. Nowherbelin
2012-12-14Modulification of identifierppedrot
2012-12-14Moved Intset and Intmap to Int namespace.ppedrot
2012-12-13Renamed Option.Misc.compare to the more uniform Option.equal.ppedrot
2012-12-08Finish patch for Hint Resolve, stopping to generate new constant names formsozeau
2012-11-25Monomorphization (tactics)ppedrot
2012-11-08Monomorphized a lot of equalities over OCaml integers, thanks toppedrot
2012-10-31Change [Hints Resolve] to still accept constrs as argumentsmsozeau
2012-10-26Change Hint Resolve, Immediate to take a global reference as argumentmsozeau
2012-10-06still some more dead code removalletouzey
2012-10-06remove Refiner.abstract_tactic and similarletouzey
2012-10-06Clean-up : removal of Proof_type.tactic_exprletouzey
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-09-17More cleaning on Utils and CList. Some parts of the code beingppedrot
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-09-14This patch removes unused "open" (automatically generated fromregisgia
2012-08-08Updating headers.herbelin
2012-08-05Dump referencespboutill
2012-07-06Fix order of introduction of hints to preserve most-recent-first semantics.msozeau
2012-06-28Fixing previous commit.ppedrot
2012-06-28Fixing info_auto / info_trivial display.ppedrot
2012-06-04Forward-port fixes from 8.4 (15358, 15353, 15333).msozeau
2012-05-30Getting rid of Pp.msgppedrot
2012-05-30More uniformisation in Pp.warn functions.ppedrot
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29Pattern as a mli-only file, operations in Patternopsletouzey
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-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
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
2011-12-17Added a flag to control the use of typing when instantiating appliedherbelin
2011-11-17Merge subinstances branch by me and Tom Prince.msozeau
2011-11-04Auto: removal of ?use_core_db obsolete now that we have nocoreletouzey
2011-11-02Add type annotations around all calls to Libobject.declare_objectletouzey
2011-10-26Auto: avoid storing clausenv (and hence env, evar_map, universes) in voletouzey
2011-10-18Fix bug #2227msozeau
2011-09-23auto with nocore : disable the use of the core database (wish #2188)letouzey
2011-08-16Fixes bug #2587 (Print Hint gives anomaly when no focused subgoals)aspiwack
2011-07-29Auto: replace generic compare on pri_auto_tactic by pri_auto_tactic_ordpuech