index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
auto.ml
Commit message (
Expand
)
Author
Age
*
Solved a few problems of auto by bypassing the call to apply.
herbelin
2010-04-17
*
Use nice "unfold" instead of ugly "change" to display calls to unfold hints
herbelin
2010-04-17
*
Update CHANGES, add documentation for new commands/tactics and do a bit
msozeau
2010-01-30
*
Added module sharing support for typeclasses and hints (pri_auto_tactic).
soubiran
2010-01-12
*
In "simpl c" and "change c with d", c can be a pattern.
herbelin
2009-12-24
*
Opened the possibility to type Ltac patterns but it is not fully functional yet
herbelin
2009-12-24
*
Generic support for open terms in tactics
herbelin
2009-12-21
*
Backtrack on making exact hints for lemmas starting with products
msozeau
2009-12-19
*
Fix make_exact_entry to allow applying [forall x, P x] hints directly,
msozeau
2009-12-01
*
Lazier behaviour of [auto] when introducing hypothesis: query the hint db's o...
puech
2009-11-21
*
A bit of cleaning around name generation + creation of dedicated file namegen.ml
herbelin
2009-11-09
*
Integrate a few improvements on typeclasses and Program from the equations br...
msozeau
2009-10-28
*
Improved the treatment of Local/Global options (noneffective Local on
herbelin
2009-10-25
*
This big commit addresses two problems:
soubiran
2009-10-21
*
Removal of trailing spaces.
serpyc
2009-10-04
*
Remove legacy export_* functions
glondu
2009-09-29
*
Better use of transparency information for local hypotheses:
msozeau
2009-09-22
*
Remove useless Liboject.export_function field
glondu
2009-09-17
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
- Inductive types in the "using" option of auto/eauto/firstorder are
herbelin
2009-09-13
*
Generalized the possibility to refer to a global name by a notation
herbelin
2009-09-11
*
Death of "survive_module" and "survive_section" (the first one was
herbelin
2009-08-13
*
- Cleaning phase of the interfaces of libnames.ml and nametab.ml
herbelin
2009-08-06
*
- Add more precise error localisation when one of the application fails
herbelin
2009-08-04
*
Simplify addition of hints to a hint_db. Rebuild the dnet associated
msozeau
2009-07-08
*
Reactivation of pattern unification of evars in apply unification, in
herbelin
2009-07-08
*
Minor unification changes:
msozeau
2009-05-18
*
- Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalence
herbelin
2009-05-09
*
Some dead code removal + cleanups
letouzey
2009-04-08
*
Fix auto so that Extern tactics associated to no patterns can apply to
msozeau
2009-03-31
*
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
*
Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->
herbelin
2008-12-31
*
- Added support for subterm matching in SearchAbout.
herbelin
2008-12-29
*
- Another bug in get_sort_family_of (sort-polymorphism of constants and
herbelin
2008-12-28
*
- Optimized "auto decomp" which had a (presumably) exponential in
herbelin
2008-12-26
*
Backtrack sur commit 11467 (tentative d'optimisation meta_instance qui
herbelin
2008-10-26
*
Fix bug #1977 by allowing the [apply] variants to take an [open_constr]
msozeau
2008-10-23
*
Optimisation de clenv.ml pour que meta_instance ne soit pas appelé
herbelin
2008-10-18
*
Add the ability to declare [Hint Extern]'s with no pattern.
msozeau
2008-09-07
*
Fixes in typeclasses resolution. Avoid reducing instances types before
msozeau
2008-09-07
*
Improve typeclasses eauto using the dnet for local assumptions too, and select
msozeau
2008-09-04
*
Little cleanup in auto.
msozeau
2008-08-27
*
- New auto hints for transparency/opacity control, not bound to
msozeau
2008-08-22
*
Évolutions diverses et variées.
herbelin
2008-08-04
*
Suite commit 11236
notin
2008-07-24
*
Rétablissement de l'option -dump-glob de coq top et de l'option -glob-from d...
notin
2008-07-18
*
Uniformisation du format des messages d'erreur (commencent par une
herbelin
2008-07-17
*
Fix implicit arguments in sections bug and check for resolution of evars when
msozeau
2008-07-07
*
Enhanced discrimination nets implementation, which can now work with
msozeau
2008-06-27
[next]