index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltac
Age
Commit message (
Expand
)
Author
2016-04-27
Attempt to slightly improve abusive "Collision between bound
Hugo Herbelin
2016-04-25
Merging the ML tactic notation and plain Tactic Notation mechanisms.
Pierre-Marie Pédrot
2016-04-25
Factorizing code in tactic notations.
Pierre-Marie Pédrot
2016-04-25
Documenting API.
Pierre-Marie Pédrot
2016-04-24
Remove dead registering code in Pcoq.
Pierre-Marie Pédrot
2016-04-24
Disentangle tactic notation resolution from Pcoq.
Pierre-Marie Pédrot
2016-04-24
Higher-level API for tactic notations.
Pierre-Marie Pédrot
2016-04-24
Factorizing the declaration of ML notation printing in Tacentries.
Pierre-Marie Pédrot
2016-04-14
Moving and enhancing the grammar_tactic_prod_item_expr type.
Pierre-Marie Pédrot
2016-04-12
Adding toplevel representation sharing for some generic arguments.
Pierre-Marie Pédrot
2016-04-12
Removing redundant *_TYPED AS clauses in EXTEND statements.
Pierre-Marie Pédrot
2016-04-11
Removing the ad-hoc tactic_expr type.
Pierre-Marie Pédrot
2016-04-09
Removing extra spaces in printing arguments of VERNAC EXTEND.
Hugo Herbelin
2016-04-09
Re-add printer for tacdef_body so that Ltac definitions are printed by pr_ver...
Hugo Herbelin
2016-04-09
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-04-08
Fixing printing of toplevel values.
Pierre-Marie Pédrot
2016-04-01
Getting rid of the "_mods" parsing entry.
Pierre-Marie Pédrot
2016-03-31
Moving the code handling tactic notations to Tacentries.
Pierre-Marie Pédrot
2016-03-31
Moving the Tactic Notation entry parser from Pcoq to Tacentries.
Pierre-Marie Pédrot
2016-03-28
Fixing an incorrect use of prod_appvect on a term which was not a
Hugo Herbelin
2016-03-28
Fixing an evar leak in Rewrite introduced by 968dfdb15.
Pierre-Marie Pédrot
2016-03-25
Moving Autorewrite back to tactics/.
Pierre-Marie Pédrot
2016-03-25
Making Autorewrite independent from Ltac.
Pierre-Marie Pédrot
2016-03-25
Moving Eqdecide to tactics/.
Pierre-Marie Pédrot
2016-03-25
Making Eqdecide independent of Extratactics.
Pierre-Marie Pédrot
2016-03-25
Moving Eauto and Class_tactics to tactics/.
Pierre-Marie Pédrot
2016-03-25
Moving type_uconstr to Pretyping.
Pierre-Marie Pédrot
2016-03-21
Creating a dedicated ltac/ folder for Hightactics.
Pierre-Marie Pédrot