index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
/
g_tactic.ml4
Age
Commit message (
Expand
)
Author
2015-12-05
Changing "destruct !hyp" into "destruct (hyp)" (and similarly for induction)
Hugo Herbelin
2015-12-02
Improving syntax of pat/constr introduction pattern so that
Hugo Herbelin
2015-12-02
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-10-30
Manually expand red_tactic so that notations do not break reduction tactics. ...
Guillaume Melquiond
2015-10-29
Manually expand the debugging versions of "trivial" and "auto". (Fix bug #4392)
Guillaume Melquiond
2015-03-30
grammar: export hypident
Enrico Tassi
2015-01-12
Update headers.
Maxime Dénès
2014-12-12
Extend the syntax of simpl with a delta flag.
Arnaud Spiwack
2014-11-16
Enforcing a stronger difference between the two syntaxes "simpl
Hugo Herbelin
2014-11-09
Removing a unused boolean in the TacMove node of tacexpr AST.
Pierre-Marie Pédrot
2014-11-02
Supporting "at occs" as a short-hand for "in |- * at occs" in "destruct".
Hugo Herbelin
2014-10-31
Reorganization of the test for generic selection of occurrences in
Hugo Herbelin
2014-10-27
Dead code
Hugo Herbelin
2014-10-25
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-09-30
Seeing IntroWildcard as an action intro pattern rather than as a naming pattern
Hugo Herbelin
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-24
Using an or_var rather than the hack with loc for coding a pure ident
Hugo Herbelin
2014-09-02
Removing [revert] tactic from the AST.
Pierre-Marie Pédrot
2014-09-01
Moving the decompose tactic out of the AST.
Pierre-Marie Pédrot
2014-08-18
Adding a new intro-pattern for "apply in" on the fly. Using syntax
Hugo Herbelin
2014-08-18
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-07
Removing simple induction / destruct from the AST.
Pierre-Marie Pédrot
2014-08-07
Instead of relying on a trick to make the constructor tactic parse, put
Pierre-Marie Pédrot
2014-08-07
Removing the "constructor" tactic from the AST.
Pierre-Marie Pédrot
2014-08-06
Removing "intros untils" from the AST.
Pierre-Marie Pédrot
2014-08-05
Experimentally adding an option for automatically erasing an
Hugo Herbelin
2014-08-05
Adding a syntax "enough" for the variant of "assert" with the order of
Hugo Herbelin
2014-08-05
Properly declare uconstr as an argument for TACTIC EXTEND.
Arnaud Spiwack
2014-06-06
Moving the [split] tactic out of the AST.
Pierre-Marie Pédrot
2014-06-02
Removing symmetry from the atomic tactics.
Pierre-Marie Pédrot
2014-05-26
Fixing commit 9cef834. The parsing rules were generating an empty list,
Pierre-Marie Pédrot
2014-05-24
Complying with reference manual for the syntax of exists/eexists, i.e.
Hugo Herbelin
2014-05-22
Moving the "specialize" tactic out of the AST. Also removed an obsolete
Pierre-Marie Pédrot
2014-05-22
Removing useless use of metaids in tactic AST.
Pierre-Marie Pédrot
2014-05-21
Removing decompose record / sum from the tactic AST.
Pierre-Marie Pédrot
2014-05-21
Moving left & right tactics out of the AST.
Pierre-Marie Pédrot
2014-05-20
Moving (e)transitivity out of the AST.
Pierre-Marie Pédrot
2014-05-20
Tentative to add constr-using primitive tactics without grammar rules.
Pierre-Marie Pédrot
2014-05-16
Moving argument-free tactics out of the AST into a dedicated
Pierre-Marie Pédrot
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-14
Closing bug #3260
Julien Forest
2013-11-30
Getting rid of casted_open_constr. It was only used by the
Pierre-Marie Pédrot
2013-11-27
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-10-23
cList.index is now cList.index_f, same for index0
letouzey
2013-07-09
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-07-09
Reorganizing intropatterns: * and ** are not naming intropatterns.
herbelin
2013-06-21
Revert "parse "of" as KEYID "of""
gareuselesinge
2013-06-19
parse "of" as KEYID "of"
gareuselesinge
2013-03-25
cbn can be called by Eval
pboutill
[next]