index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
Age
Commit message (
Expand
)
Author
2020-08-24
Merge PR #12565: Dnets now consider axioms as being opaque for pattern recogn...
coqbot
2020-08-24
Merge PR #12816: Fixes #12787: anomaly of tactic injection in the presence of...
Pierre-Marie Pédrot
2020-08-20
Use properly fresh names for Scheme Equality
Jasper Hugunin
2020-08-20
Quick fix to #12787 (injection anomaly due to inconsistent comp. of free vars).
Hugo Herbelin
2020-08-20
Do not store the transparent state in delayed dnets.
Pierre-Marie Pédrot
2020-08-20
Dnets now consider axioms as being opaque for pattern recognition.
Pierre-Marie Pédrot
2020-08-19
Replace Hints.head_constr_bound with Hints.head_bound.
Pierre-Marie Pédrot
2020-08-19
Simplify the computation of the head global for hint patterns.
Pierre-Marie Pédrot
2020-08-19
Ensure statically that Hint Extern comes with a pattern.
Pierre-Marie Pédrot
2020-08-19
Merge PR #12822: Do not precompute hint dnets eagerly
Matthieu Sozeau
2020-08-19
Merge PR #12725: Store evar identity instances in evarinfo / named_context_val
Enrico Tassi
2020-08-17
Merge PR #12841: Recommend replace as a replacement to cutrewrite.
coqbot
2020-08-17
Recommend replace as a replacement to cutrewrite.
Théo Zimmermann
2020-08-17
Merge PR #12751: Fixes reduction effect printing in the presence of non purel...
Pierre-Marie Pédrot
2020-08-14
Do not precompute hint dnets eagerly.
Pierre-Marie Pédrot
2020-08-13
Merge PR #12720: Factor code related to class hint clenv
Hugo Herbelin
2020-08-13
Merge PR #12718: Do not rely on higher-order interfaces for patterns in dnets.
Hugo Herbelin
2020-08-12
Cosmetic changes as suggested by SkySkimmer.
Pierre-Marie Pédrot
2020-08-12
Further code simplification in typeclass resolution tactic.
Pierre-Marie Pédrot
2020-08-12
Split the uses of connect_hint_clenv into two different functions.
Pierre-Marie Pédrot
2020-08-12
Tentatively more efficient implementation of e_give_exact for typeclasses.
Pierre-Marie Pédrot
2020-08-12
Export a dedicated function that applies immediately a hint.
Pierre-Marie Pédrot
2020-08-12
Code simplification around hint manipulation in Class_tactics.
Pierre-Marie Pédrot
2020-08-12
Make the Hint.hint type private.
Pierre-Marie Pédrot
2020-08-12
Move connect_hint_clenv from Auto to Hints.
Pierre-Marie Pédrot
2020-08-12
Do not do a round trip with auto hint representation in autoapply.
Pierre-Marie Pédrot
2020-08-12
Do not tamper with hints in Class_tactics.with_prods.
Pierre-Marie Pédrot
2020-08-12
Perfom an goal enter in the relevant class tactics instead of outside.
Pierre-Marie Pédrot
2020-08-12
Inline Class_tactics.clenv_of_prods.
Pierre-Marie Pédrot
2020-08-10
Merge PR #12749: [ssr] turn "nothing to inject" into a real warning (fix #12746)
Cyril Cohen
2020-08-10
[ssr] turn "nothing to inject" into a real warning (fix #12746)
Enrico Tassi
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-27
Do not rely on higher-order interfaces for patterns in dnets.
Pierre-Marie Pédrot
2020-07-24
Fixes reduction effect printing in the presence of non purely applicative sta...
Hugo Herbelin
2020-07-22
Clarify Global.env usage in ppvernac
Gaëtan Gilbert
2020-07-09
[exn] Remove some uses of print
Emilio Jesus Gallego Arias
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-06
Merge PR #11604: Primitive persistent arrays
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-06
Merge PR #12622: Use goal cycling instead of manual evar generation order in ...
Gaëtan Gilbert
2020-07-03
Merge PR #10390: UIP in SProp
Maxime Dénès
2020-07-02
Merge PR #12572: Correctly classify variables as being unfoldable in dnet pat...
Gaëtan Gilbert
2020-07-01
Use goal cycling instead of manual evar generation order in internal_cut_rev.
Pierre-Marie Pédrot
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-30
Merge PR #12599: Remove the Refiner module
Emilio Jesus Gallego Arias
2020-06-29
Merge PR #12541: Fix #12228 negative integers not accepted in ltac integer_list
Pierre-Marie Pédrot
2020-06-29
Move the FailError exception from Refiner to Tacticals.
Pierre-Marie Pédrot
2020-06-29
Moving the remaining Refiner functions to Tacmach.
Pierre-Marie Pédrot
[next]