index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2020-11-16
Avoid exposing an internal names when "intros _ H" fails.
Hugo Herbelin
2020-10-21
Deprecate the non-qualified equality functions on kerpairs.
Pierre-Marie Pédrot
2020-09-10
Add a fast-path to Tactics.e_change_in_hyps.
Pierre-Marie Pédrot
2020-09-09
Merge PR #7825: [tactics] Refine test for unresolved evars: not reachable fro...
Pierre-Marie Pédrot
2020-09-08
Merge PR #12954: Fixes a freshness issue with destruct/induction (see comment...
Pierre-Marie Pédrot
2020-09-07
Refine test for unresolved evars: not reachable from initial evars
Matthieu Sozeau
2020-09-03
Merge PR #12973: Random cleanup around the data structures used in Equality
Hugo Herbelin
2020-09-02
Do not look for a quantified inductive type in intropattern injection.
Pierre-Marie Pédrot
2020-08-31
Fix mangle names issue in induction
Gaëtan Gilbert
2020-08-31
Fixes a freshness issue with induction (see comment in #12944).
Hugo Herbelin
2020-08-31
Move elim-specific code from Tacticals to Elim.
Pierre-Marie Pédrot
2020-08-25
Deprecate intro_using
Gaëtan Gilbert
2020-08-20
Use properly fresh names for Scheme Equality
Jasper Hugunin
2020-08-06
Actually use the default instance stored inside named_context_val.
Pierre-Marie Pédrot
2020-08-06
Remove several calls to Evarutil.new_pure_evar.
Pierre-Marie Pédrot
2020-07-08
Remove Evarutil.new_evar_instance from the API.
Pierre-Marie Pédrot
2020-07-08
Remove Evarutil.new_evar_from_context from the API.
Pierre-Marie Pédrot
2020-07-01
Use goal cycling instead of manual evar generation order in internal_cut_rev.
Pierre-Marie Pédrot
2020-06-29
Moving the remaining Refiner functions to Tacmach.
Pierre-Marie Pédrot
2020-06-29
Remove Refiner.refiner.
Pierre-Marie Pédrot
2020-06-24
Merge Clenvtac into Clenv.
Pierre-Marie Pédrot
2020-06-24
Remove all uses of clenv_unique_resolver.
Pierre-Marie Pédrot
2020-06-06
Fix #12442: Confusing error message when the intro pattern of "apply in" fails
Attila Gáspár
2020-05-19
Delay evaluating arguments of the "exists" tactic
Attila Gáspár
2020-05-14
[exn] [tactics] improve backtraces on monadic errors
Emilio Jesus Gallego Arias
2020-05-14
Merge PR #11922: No more local reduction functions in Reductionops.
Maxime Dénès
2020-05-10
No more local reduction functions in Reductionops.
Pierre-Marie Pédrot
2020-05-09
Add another note about removing a tactic after abstract
Jason Gross
2020-05-09
Revert "[with_strategy] Fix for coqchk"
Jason Gross
2020-05-09
[with_strategy] Fix for coqchk
Jason Gross
2020-05-09
Fix a bug with with_strategy, behavior on multisuccess tactics
Jason Gross
2020-05-09
Fix the `with_strategy` tactic to work with `abstract`
Jason Gross
2020-05-09
Add a `with_strategy` tactic
Jason Gross
2020-05-03
Wrap Refiner.refiner in the tactic monad.
Pierre-Marie Pédrot
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-20
Fixing #12045 (missing normalization in conclusion of custom induction scheme).
Hugo Herbelin
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-31
Try only using TC for conversion in cominductive (not great but let's see)
Gaëtan Gilbert
2020-03-19
Merge PR #11735: Deprecating catchable_exception
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-13
Replacing catchable_exception by noncritical in try-with blocks.
Hugo Herbelin
2020-03-06
Merge PR #11723: Fix mishandling of sigma in guess_elim (regression from 8.11)
Pierre-Marie Pédrot
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-03-02
Refine patch for clearer scoping of evar_map
Matthieu Sozeau
2020-03-01
Fix mishandling of sigma in guess_elim (regression from 8.11)
Matthieu Sozeau
2020-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2020-02-06
Remove Clenv.mk_clenv_type_of (hidden unsafe_type_of)
Gaëtan Gilbert
2020-02-06
unsafe_type_of -> type_of in Tactics.prove_transitivity
Gaëtan Gilbert
[next]