index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
equality.ml
Commit message (
Expand
)
Author
Age
*
A bit of cleaning around name generation + creation of dedicated file namegen.ml
herbelin
2009-11-09
*
Quick fix for restoring a left-to-right rewriting lemma compatible
herbelin
2009-11-09
*
Restructuration of command.ml + generic infrastructure for inductive schemes
herbelin
2009-11-08
*
Remove old compatibility stuff (Tacred.nf)
glondu
2009-10-28
*
Changed the way to support compatibility with previous versions.
herbelin
2009-10-04
*
Fixed a bug in the interaction between dEqThen and inject_at_positions
herbelin
2009-09-27
*
Delay the choice of eliminator in destruct/induction until we know if
herbelin
2009-09-27
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
Stop trying to search if the relation is declared as a [RewriteRelation]
msozeau
2009-09-09
*
Fix the bug-ridden code used to choose leibniz or generalized
msozeau
2009-09-08
*
Move out JMeq of subst for compatibility (it affects e.g. the
herbelin
2009-08-06
*
Fixed subst failing when a truly heterogeneous JMeq hyp is in the
herbelin
2009-08-04
*
Added "etransitivity".
herbelin
2009-08-03
*
Improved parameterization of Coq:
herbelin
2009-08-02
*
Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"
letouzey
2009-07-24
*
Reactivation of pattern unification of evars in apply unification, in
herbelin
2009-07-08
*
Jolification : tentative de supprimer les "( evd)" et associés qui
aspiwack
2009-07-07
*
Add new variants of [rewrite] and [autorewrite] which differ in the
msozeau
2009-06-30
*
Reimplementation of leibniz rewrite to control the instantiation of the
msozeau
2009-06-16
*
Some dead code removal + cleanups
letouzey
2009-04-08
*
Fixes to make Ynot compile with the trunk:
msozeau
2009-03-20
*
Cleaning/improving the use of the "in" clause (e.g. "unfold foo in H at 4"
herbelin
2009-03-16
*
Cleaning/uniformizing the interface of tacticals.mli
herbelin
2009-03-14
*
On remplace evar_map par evar_defs (seul evar_defs est désormais exporté
aspiwack
2009-02-19
*
pushed evar reduction in kernel
barras
2009-02-06
*
Getting rid of the previous implementation of setoid_rewrite which was
msozeau
2009-01-18
*
Switched to "standardized" names for the properties of eq and
herbelin
2009-01-01
*
- Fixed bug #2021 (uncaught exception with injection/discriminate when
herbelin
2009-01-01
*
- Extracted from the tactic "now" an experimental tactic "easy" for small
herbelin
2008-12-26
*
- Fixed cutrewrite bug #2021 introduced in commit 11662 (as a side
herbelin
2008-12-18
*
About "apply in":
herbelin
2008-12-09
*
Fine-tuning rewriting from "eq_true b": using <- to rewrite true to b
herbelin
2008-11-23
*
- Fixed minor bug #1994 in the tactic chapter of the manual [doc]
herbelin
2008-11-22
*
Port [rewrite] tactics to open terms. Currently no check that evars
msozeau
2008-11-05
*
Backtrack sur commit 11467 (tentative d'optimisation meta_instance qui
herbelin
2008-10-26
*
Optimisation de clenv.ml pour que meta_instance ne soit pas appelé
herbelin
2008-10-18
*
Add a type argument to letin_tac instead of using casts and recomputing
msozeau
2008-09-12
*
Évolutions diverses et variées.
herbelin
2008-08-04
*
Fix wrong environment bug in test for setoid_rewrite or rewrite.
msozeau
2008-07-28
*
Even better test for choosing rewrite or setoid_rewrite.
msozeau
2008-07-26
*
A better test for relations being setoids or not: do leibniz rewrite iff
msozeau
2008-07-25
*
Uniformisation du format des messages d'erreur (commencent par une
herbelin
2008-07-17
*
Rename obligations_tactic to obligation_tactic and fix bugs #1893.
msozeau
2008-06-22
*
Correction petit bug sur révision 11159 (res_pf fait un effet de bord
herbelin
2008-06-21
*
- Implantation de la suggestion 1873 sur discriminate. Au final,
herbelin
2008-06-21
*
- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)
herbelin
2008-06-10
*
- Extension de "generalize" en "generalize c as id at occs".
herbelin
2008-06-08
*
Bug squashing day !
msozeau
2008-04-17
*
Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.
msozeau
2008-04-12
*
Quelques améliorations des intro patterns:
herbelin
2008-04-04
[next]