index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
grammar
/
tacextend.ml4
Commit message (
Expand
)
Author
Age
*
Code documentation of the TACTIC/VERNAC EXTEND macros.
Pierre-Marie Pédrot
2015-06-29
*
A more user-friendly naming of variables of ltac names defined by
Hugo Herbelin
2015-05-08
*
Update headers.
Maxime Dénès
2015-01-12
*
Fixing CAMLP4 compilation.
Pierre-Marie Pédrot
2014-12-16
*
Continuing 3741c46fe134 on reporting ltac error.
Hugo Herbelin
2014-11-08
*
Renaming goal-entering functions.
Pierre-Marie Pédrot
2014-09-06
*
Moving code of tactic interpretation from Tacenv to Vernacentries.
Pierre-Marie Pédrot
2014-08-31
*
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-18
*
Qualified ML tactic names. The plugin name is used to discriminate
Pierre-Marie Pédrot
2014-07-27
*
Fixing TACTIC EXTEND for arguments-free tactics that may modify the whole
Pierre-Marie Pédrot
2014-05-24
*
Tactics declared through TACTIC EXTEND that are of the form
Pierre-Marie Pédrot
2014-05-20
*
Fixing Camlp4 compilation
Pierre-Marie Pédrot
2014-05-17
*
Tactics defined through TACTIC EXTEND that are only defined as a string do
Pierre-Marie Pédrot
2014-05-16
*
Now parsing rules of ML-declared tactics are only made available after the
Pierre-Marie Pédrot
2014-05-12
*
Moving the ML tactic extension mechanism to a Libobject-based one.
Pierre-Marie Pédrot
2014-05-12
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Tactic extensions do not need to be classified by the STM, as
Pierre-Marie Pédrot
2014-02-05
*
Centralizing the Ltac-defining functions in Tacenv.
ppedrot
2013-11-10
*
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-10
*
CList.factorize_left with a parametric equality
letouzey
2013-10-23
*
Vernac classification streamlined (handles VERNAC EXTEND)
gareuselesinge
2013-08-08
*
Expurgating the useless difference between List0 and List1 at the
ppedrot
2013-07-05
*
Removing the use of leveled tactics wit_tacticn. It is now handled
ppedrot
2013-07-02
*
Uniformizing generic argument types.
ppedrot
2013-06-06
*
Make ist (interp_sign) available to TACTIC EXTEND code
gareuselesinge
2013-05-29
*
Fix some camlp5 quotations , restoring compatibility with camlp5 5.x
letouzey
2013-03-17
*
Restrict (try...with...) to avoid catching critical exn (part 8)
letouzey
2013-03-13
*
More monomorphization.
ppedrot
2013-03-05
*
Modulification of identifier
ppedrot
2012-12-14
*
Using library string functions.
ppedrot
2012-12-13
*
More monomorphizations
ppedrot
2012-11-13
*
Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp
letouzey
2012-10-16
*
Continue killing hidden tactics : no more generated h_xxx
letouzey
2012-10-15
*
Stylistic improvement: avoid a "if match List.hd"
letouzey
2012-10-15
*
remove Refiner.abstract_tactic and similar
letouzey
2012-10-06
*
Clean-up : removal of Proof_type.tactic_expr
letouzey
2012-10-06
*
Adding a nominal typing layer to Metasyntax in order to clarify
ppedrot
2012-10-04
*
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-04
*
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
*
Made Pp.std_ppcmds opaque.
ppedrot
2012-09-13
*
Updating headers.
herbelin
2012-08-08
*
Better exception handling in TACTIC EXTEND and VERNAC EXTEND (fix #2797)
letouzey
2012-07-12
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
More cleaning
ppedrot
2012-06-01
*
place all files specific to camlp4 syntax extensions in grammar/
letouzey
2012-05-29