index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
Age
Commit message (
Expand
)
Author
2015-12-25
Fixing non exhaustive pattern-matching in 003fe3d5e60b.
Hugo Herbelin
2015-12-24
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-21
ARGUMENT EXTEND shares the toplevel representation when possible.
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-21
Using dynamic values in tactic evaluation.
Pierre-Marie Pédrot
2015-12-17
Getting rid of some hardwired generic arguments.
Pierre-Marie Pédrot
2015-12-05
Factorizing unsafe code by relying on the new Dyn module.
Pierre-Marie Pédrot
2015-10-28
Type-safe Argextend.
Pierre-Marie Pédrot
2015-10-27
Type-safe Egramml.grammar_prod_item.
Pierre-Marie Pédrot
2015-10-27
Finer type for Pcoq.interp_entry_name.
Pierre-Marie Pédrot
2015-10-27
Indexing existentially quantified entries returned by interp_entry_name.
Pierre-Marie Pédrot
2015-10-27
Type-safe grammar extensions.
Pierre-Marie Pédrot
2015-10-26
Pcoq entries are given a proper module.
Pierre-Marie Pédrot
2015-10-25
Getting rid of the Atactic entry.
Pierre-Marie Pédrot
2015-10-25
Getting rid of the Agram entry.
Pierre-Marie Pédrot
2015-10-21
Pcoq.prod_entry_key now uses a GADT to statically enforce typedness.
Pierre-Marie Pédrot
2015-07-02
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-06-29
Code documentation of the TACTIC/VERNAC EXTEND macros.
Pierre-Marie Pédrot
2015-06-25
Moved fatal_error from Coqtop to Errors and corrected dependencies accordingly.
Thomas Sibut-Pinote
2015-06-23
Moved fatal_error from Coqtop to Errors and corrected dependencies accordingly.
Thomas Sibut-Pinote
2015-05-15
Merge v8.5 into trunk
Hugo Herbelin
2015-05-08
A more user-friendly naming of variables of ltac names defined by
Hugo Herbelin
2015-02-23
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-02-19
Adding a possible DEPRECATED flag to VERNAC EXTEND statements.
Pierre-Marie Pédrot
2015-02-19
Record type for VERNAC EXTEND rules and a bit of documentation.
Pierre-Marie Pédrot
2015-01-27
Tentative fix for bug #3957.
Pierre-Marie Pédrot
2015-01-23
Splitting ML tactics in one function per grammar entry.
Pierre-Marie Pédrot
2015-01-21
Embedding the index of the ML tactic entry in the Tacexpr AST.
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-16
Fixing CAMLP4 compilation.
Pierre-Marie Pédrot
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-08
Continuing 3741c46fe134 on reporting ltac error.
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-12
Parsing evar instances.
Hugo Herbelin
2014-09-10
VernacExtend does not dispatch on type anymore.
Pierre-Marie Pédrot
2014-09-08
Parsing of Type@{max(i,j)}.
Matthieu Sozeau
2014-09-06
Renaming goal-entering functions.
Pierre-Marie Pédrot
2014-08-31
Moving code of tactic interpretation from Tacenv to Vernacentries.
Pierre-Marie Pédrot
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
[next]