aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* cList: set-as-list functions are now with an explicit comparisonGravatar letouzey2013-10-23
* Tacintern: avoid a match (fst (List.hd ...))Gravatar letouzey2013-10-23
* declaration_hooks use EphemeronGravatar gareuselesinge2013-10-18
* Removing uses of Evar.add in class-related functions.Gravatar ppedrot2013-10-06
* Moving side effects into evar_map. There was no reason to keep anotherGravatar ppedrot2013-10-05
* Fixing potential evar leak in Rewrite, and removing dead code.Gravatar ppedrot2013-10-05
* Fixing potential evar leak in Equality.Gravatar ppedrot2013-10-05
* Splitting Class_tactics between code and CAMLP4/5 declarations.Gravatar ppedrot2013-10-04
* Made rewrite tactic strategies pure. They were using quite uglilyGravatar ppedrot2013-09-28
* Removing a bunch of generic equalities.Gravatar ppedrot2013-09-27
* Opacifying the type of strategies.Gravatar ppedrot2013-09-26
* Splitting Rewrite into a code part and a CAMLP4-dependent one.Gravatar ppedrot2013-09-26
* Get rid of the uses of deprecated OCaml elements (still remaining compatible ...Gravatar xclerc2013-09-19
* At least made the evar type opaque! There are still 5 remaining unsafeGravatar ppedrot2013-09-18
* Removing unused code from Term_dnet.Gravatar ppedrot2013-09-18
* Optimizing some evar_maps manipulation. In particular, using a [map] insteadGravatar ppedrot2013-09-05
* Some cleanup in AutoGravatar ppedrot2013-09-03
* Removing some lone List.assoc & List.mem in lib.Gravatar ppedrot2013-08-28
* Actually using the domain function for maps.Gravatar ppedrot2013-08-25
* Less "Coq" strings everywhereGravatar letouzey2013-08-22
* get rid of closures in global/proof stateGravatar gareuselesinge2013-08-08
* Vernac classification streamlined (handles VERNAC EXTEND)Gravatar gareuselesinge2013-08-08
* State Transaction MachineGravatar gareuselesinge2013-08-08
* Side effect free implementation of admit (Isabelle's oracle)Gravatar gareuselesinge2013-08-08
* Small fix in IStream interface.Gravatar ppedrot2013-08-08
* Fixing #3062. Computation of the value of a fresh identifier wasGravatar ppedrot2013-08-04
* Removing useless casts between arrays and lists.Gravatar ppedrot2013-08-04
* Small cleaning of printing coercion failures in Ltac interpretation.Gravatar ppedrot2013-08-04
* Small fixes due to the arrival of OCaml 3.12.Gravatar ppedrot2013-08-03
* Replacing uses of association lists by maps in notations.Gravatar ppedrot2013-08-03
* Replacing an association list by a map in globalizing environment.Gravatar ppedrot2013-08-03
* Pre-create typeclass_instances and rewrite hintdb in AutoGravatar letouzey2013-07-17
* Continuing r16621 on injection intro-patterns:Gravatar herbelin2013-07-10
* Revising r16550 about providing intro patterns for applying injection:Gravatar herbelin2013-07-09
* Removing SortArgType.Gravatar ppedrot2013-07-05
* Expurgating the useless difference between List0 and List1 at theGravatar ppedrot2013-07-05
* Removing the use of leveled tactics wit_tacticn. It is now handledGravatar ppedrot2013-07-02
* Removed the ad-hod handling of wit_tacticn.Gravatar ppedrot2013-07-02
* Using functors to reduce the boilerplate used in registeringGravatar ppedrot2013-06-30
* Removed the distinction between generic Ltac vars and Let/IntroGravatar ppedrot2013-06-27
* Getting rid of IntroPatternArgType.Gravatar ppedrot2013-06-27
* Removing useless tactic arguments, and using generic argumentsGravatar ppedrot2013-06-27
* Bugfix: Fixing #3050Gravatar ppedrot2013-06-27
* Useless use of maps in constr internalizing.Gravatar ppedrot2013-06-25
* Cleaning up the type of Tacinterp.extract_ltac_constr_values.Gravatar ppedrot2013-06-24
* Using the whole tactic environment while Pretyping.Gravatar ppedrot2013-06-24
* Now, idtac closures use maps instead of association list.Gravatar ppedrot2013-06-22
* Fixing the semantics of the previous patch.Gravatar ppedrot2013-06-22
* Generalizing the use of maps instead of lists in the interpretationGravatar ppedrot2013-06-22
* Splitted up Genarg in four different levels:Gravatar ppedrot2013-06-21