aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
...
* Replacing lists by maps in matching interpretation.Gravatar ppedrot2013-06-05
* Use a Summary.ref for the tactic in tactic options for proper backtrackingGravatar msozeau2013-06-05
* Backtrack on unneeded change of interface for pose_metas_as_evars.Gravatar msozeau2013-06-04
* Start documenting new [rewrite_strat] tactic that applies rewritingGravatar msozeau2013-06-04
* Making the behavior of "injection ... as ..." more natural:Gravatar herbelin2013-06-02
* Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as anGravatar herbelin2013-06-02
* Fixing buggy backtracking in "intros * pat" with failing "pat".Gravatar herbelin2013-06-02
* Removing a useless location in ltac trace mechanism.Gravatar ppedrot2013-05-30
* Make ist (interp_sign) available to TACTIC EXTEND codeGravatar gareuselesinge2013-05-29
* Setting "appcontext" as the default behaviour in Ltac matching.Gravatar ppedrot2013-05-28
* Getting rid of LtacLocated exception transformer.Gravatar ppedrot2013-05-28
* Fixing debug of empty Ltac matching goal.Gravatar ppedrot2013-05-28
* Pushing lazy lists into Ltac. Now, the control flow is explicitGravatar ppedrot2013-05-28
* Code cleaning in Matching.Gravatar ppedrot2013-05-24
* Removing the use of Gmap from Auto.Gravatar ppedrot2013-05-14
* Granting wish #3014:Gravatar ppedrot2013-05-12
* Use the Hook module here and there.Gravatar ppedrot2013-05-12
* Removing Gmap from Tacinterp.Gravatar ppedrot2013-05-10
* Documenting the Tries module, uniformizing the names according toGravatar ppedrot2013-05-09
* A uniformization step around understand_* and interp_* functions.Gravatar herbelin2013-05-09
* Uniformization: isevars -> evdref/sigma/evdGravatar herbelin2013-05-09
* Removing unused module Nbtermdn.Gravatar ppedrot2013-05-09
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* raise UnsafeSuccess -> feedback AddedAxiomGravatar gareuselesinge2013-04-25
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* anew_instance should not consume the locality twiceGravatar gareuselesinge2013-04-15
* More functional implementation of locality_flag and program_modeGravatar gareuselesinge2013-04-15
* Backport r16394 from 8.4:Gravatar msozeau2013-04-11
* Equality: avoid some unprotected List.nth (fix #2837)Gravatar letouzey2013-04-10
* Minor code cleaning in CArray / CList.Gravatar ppedrot2013-03-23
* Fix bug# 2994, 2971 about better error messages.Gravatar msozeau2013-03-22
* Firstorder: record with defined field aren't conjonctions (fix #2629)Gravatar letouzey2013-03-21
* Using hnf instead of "intro H" for forcing reduction to a product.Gravatar herbelin2013-03-21
* Fixing an old pecularity of "red": head betaiota redexes are nowGravatar herbelin2013-03-21
* Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncriticalGravatar letouzey2013-03-14
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 11)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 10)Gravatar letouzey2013-03-13
* Hipattern : consider jmeq only when Logic.JMeq is loadedGravatar letouzey2013-03-12
* Equality: avoid an anomaly about inj_pair2_eq_decGravatar letouzey2013-03-12
* invalid_arg instead of raise (Invalid_argement ...)Gravatar letouzey2013-03-12
* Added a Local Definition vernacular command. This type of definitionGravatar ppedrot2013-03-11
* kernel/declarations becomes a pure mliGravatar letouzey2013-02-26
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Removing Exc_located and using the new exception enrichementGravatar ppedrot2013-02-18
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* Revised the Ltac trace mechanism so that trace breaking due toGravatar herbelin2013-02-17
* Fixed #2970 (made that remember's eqn name is interpretable as an ltac var).Gravatar herbelin2013-01-29