| Commit message (Expand) | Author | Age |
... | |
* | | | Adding option "Set Reversible Pattern Implicit" to Specif.v so that an | Hugo Herbelin | 2016-06-16 |
* | | | Changing rule for "*" in Operator_Properties so that, iterated, it | Hugo Herbelin | 2016-06-16 |
| | * | Unbreak singleton list-like notation (-compat 8.4) | Jason Gross | 2016-06-09 |
| |/ |
|
* | | Officially discontinue the experimental coq build via ocamlbuild | Pierre Letouzey | 2016-06-08 |
* | | Relying instead on the Coq85 inclusion! | Hugo Herbelin | 2016-06-06 |
* | | Mode "Bracketing Last Introduction Pattern" is on for 8.4 | Hugo Herbelin | 2016-06-06 |
* | | Mode "Regular Subst Tactic" is on in 8.6. | Hugo Herbelin | 2016-06-06 |
* | | Merge remote-tracking branch 'github/pr/118' into trunk | Maxime Dénès | 2016-06-06 |
|\ \ |
|
* | | | Removing "intro" from the tactic AST. | Pierre-Marie Pédrot | 2016-06-03 |
* | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-20 |
|\ \ \
| | |/
| |/| |
|
| * | | Removing unexcepted activation of option "Regular Subst Tactic", since | Hugo Herbelin | 2016-05-14 |
* | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-09 |
|\| | |
|
| * | | NPeano : improve compatibility for this deprecated file via compat notations | Pierre Letouzey | 2016-05-04 |
* | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-04 |
|\| | |
|
| * | | Int.v: simplify Jason's commit 5b4e3ace | Pierre Letouzey | 2016-05-04 |
| * | | Merge branch 'move-compat-notations' of https://github.com/JasonGross/coq int... | Pierre Letouzey | 2016-05-04 |
| |\ \ |
|
* | | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-02 |
|\| | | |
|
* | | | | Revert "Changing rule for "*" in Operator_Properties so that, iterated, it" | Hugo Herbelin | 2016-04-27 |
* | | | | Revert "Adding option "Set Reversible Pattern Implicit" to Specif.v so that an" | Hugo Herbelin | 2016-04-27 |
* | | | | Revert "In NMake_gen, giving to tactic do_size a grammar rule which respects ... | Hugo Herbelin | 2016-04-27 |
* | | | | Revert "Temporary hack to compensate missing comma while re-printing tactic" | Hugo Herbelin | 2016-04-27 |
* | | | | Temporary hack to compensate missing comma while re-printing tactic | Hugo Herbelin | 2016-04-27 |
* | | | | In NMake_gen, giving to tactic do_size a grammar rule which respects the levels. | Hugo Herbelin | 2016-04-27 |
* | | | | Adding option "Set Reversible Pattern Implicit" to Specif.v so that an | Hugo Herbelin | 2016-04-27 |
* | | | | Changing rule for "*" in Operator_Properties so that, iterated, it | Hugo Herbelin | 2016-04-27 |
| * | | | Fixing bug #4684: Singleton list notation unusable in 8.5pl1. | Pierre-Marie Pédrot | 2016-04-25 |
* | | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-04-09 |
|\| | | |
|
| * | | | Added compatibility coercions from Specif.v which were present in Coq 8.4. | Hugo Herbelin | 2016-04-08 |
| * | | | Add -compat 8.4 econstructor tactics, and tests | Jason Gross | 2016-04-05 |
| * | | | Fix bug #4656 | Jason Gross | 2016-04-05 |
| * | | | Update Coq84.v | Jason Gross | 2016-04-04 |
| * | | | Add compatibility Nonrecursive Elimination Schemes | Jason Gross | 2016-04-04 |
* | | | | Merge branch 'trunk-function_scope' of https://github.com/JasonGross/coq into... | Matthieu Sozeau | 2016-04-04 |
|\ \ \ \ |
|
* \ \ \ \ | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-03-30 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Fix handling of arity of definitional classes. | Matthieu Sozeau | 2016-03-24 |
* | | | | | Moving Eauto to a simple ML file. | Pierre-Marie Pédrot | 2016-03-06 |
* | | | | | Making parentheses mandatory in tactic scopes. | Pierre-Marie Pédrot | 2016-03-04 |
* | | | | | Qcabs : absolute value on normalized rational numbers Qc | Pierre Letouzey | 2016-02-26 |
* | | | | | Qcanon : fix names of lemmas Qcle_alt & Qcge_alt (were Qle_alt & Qge_alt) | Pierre Letouzey | 2016-02-26 |
* | | | | | Qcanon : implement some old suggestions by C. Auger | Pierre Letouzey | 2016-02-26 |
* | | | | | Moving tauto.ml4 to a proper ML file. | Pierre-Marie Pédrot | 2016-02-23 |
* | | | | | Moving the Tauto tactic to proper Ltac. | Pierre-Marie Pédrot | 2016-02-22 |
* | | | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-02-21 |
|\| | | | |
|
| * | | | | Fixing bug #4582: cannot override notation [ x ]. | Pierre-Marie Pédrot | 2016-02-19 |
* | | | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-01-29 |
|\| | | | |
|
| * | | | | Fix bug #4503: mixing universe polymorphic and monomorphic | Matthieu Sozeau | 2016-01-23 |
* | | | | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-01-21 |
|\| | | | |
|
* | | | | | Stronger invariants on the use of the introduction pattern (pat1,...,patn). | Hugo Herbelin | 2016-01-21 |
| * | | | | Update copyright headers. | Maxime Dénès | 2016-01-20 |
| * | | | | MMaps: remove it from final 8.5 release, since this new library isn't mature ... | Pierre Letouzey | 2016-01-13 |