index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
g_rewrite.ml4
Age
Commit message (
Expand
)
Author
2016-03-21
Creating a dedicated ltac/ folder for Hightactics.
Pierre-Marie Pédrot
2016-03-17
Removing the special status of generic entries defined by Coq itself.
Pierre-Marie Pédrot
2016-03-17
Adding a universe argument to Pcoq.create_generic_entry.
Pierre-Marie Pédrot
2016-03-17
Removing the registering of default values for generic arguments.
Pierre-Marie Pédrot
2016-03-06
Moving Autorewrite to Hightatctic.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-10-21
Removing dead code in Rewrite.
Pierre-Marie Pédrot
2014-09-11
Oopps.. fixed the .ml not the .ml4
Matthieu Sozeau
2014-09-11
Use an AST for strategy names.
Matthieu Sozeau
2014-05-15
poly: remove unused attribute to STM nodes and vernac classificaiton
Enrico Tassi
2014-05-12
Now parsing rules of ML-declared tactics are only made available after the
Pierre-Marie Pédrot
2014-05-06
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-02-16
Removing non-marshallable data from the Agram constructor. Instead of
Pierre-Marie Pédrot
2014-01-14
Removing unused tactics in rewrite.
Pierre-Marie Pédrot
2013-12-04
Vernac classification: allow for commands which start proofs but must be sync...
Arnaud Spiwack
2013-11-02
The tactic [admit] exits with the "unsafe" status.
aspiwack
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-09-26
Opacifying the type of strategies.
ppedrot
2013-09-26
Splitting Rewrite into a code part and a CAMLP4-dependent one.
ppedrot