index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
/
q_coqast.ml4
Age
Commit message (
Expand
)
Author
2016-02-24
Removing the Q_coqast module.
Pierre-Marie Pédrot
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-14
Removing constr generic argument.
Pierre-Marie Pédrot
2016-01-14
Removing ident and var generic arguments.
Pierre-Marie Pédrot
2015-12-28
Removing the special status of open_constr generic argument.
Pierre-Marie Pédrot
2015-12-24
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-21
Removing ad-hoc interpretation rules for tactic notations and their genarg.
Pierre-Marie Pédrot
2015-12-21
Removing the now useless genarg generic argument.
Pierre-Marie Pédrot
2015-12-17
Getting rid of some hardwired generic arguments.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-12-23
A global [gfail] tactic which works like [fail] except that it fails even if ...
Arnaud Spiwack
2014-12-23
Fix compilation error in some configurations.
Arnaud Spiwack
2014-12-19
Add a backtracking version of Ltac's [match].
Arnaud Spiwack
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-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-12
Parsing evar instances.
Hugo Herbelin
2014-08-18
Reorganisation of intropattern code
Hugo Herbelin
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-07-25
Removing dead code relative to or_metaid.
Pierre-Marie Pédrot
2014-07-24
Distinguish tactics t1;t2 and t1;[t2..].
Arnaud Spiwack
2014-07-07
Fix g_coqast for explicit applications.
Matthieu Sozeau
2014-06-06
Moving the [split] tactic out of the AST.
Pierre-Marie Pédrot
2014-05-22
Removing useless use of metaids in 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
2013-12-19
Removing the useless pattern ident genarg.
Pierre-Marie Pédrot
2013-12-01
Removing RefArgType generic argument.
Pierre-Marie Pédrot
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-11-02
Added the tactical "tac1 + tac2".
aspiwack
2013-07-09
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-07-05
Removing SortArgType.
ppedrot
2013-07-05
Expurgating the useless difference between List0 and List1 at the
ppedrot
2013-06-27
Getting rid of IntroPatternArgType.
ppedrot
2013-06-18
Proof-of-concept: moved four easy-to-handle generic arguments to
ppedrot
2013-06-12
Added Genarg as generic argument type.
ppedrot
2013-02-19
Dir_path --> DirPath
letouzey
[next]