| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-21 | Merge PR #14094: Properly pass the Ltac2 notation level to the gramlib API. | coqbot-app[bot] | |
| Reviewed-by: JasonGross Ack-by: jfehrle | |||
| 2021-04-19 | Merge PR #13815: Improve description of conversions | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2021-04-17 | Disambiguate move tactics. | Jim Fehrle | |
| 2021-04-17 | Properly pass the Ltac2 notation level to the gramlib API. | Pierre-Marie Pédrot | |
| For some reason I was confusing the position and the level in the previous version of the code. Fixes #11866: Ltac2 Notations do not respect precedence. | |||
| 2021-04-16 | Merge PR #13939: Allow scope delimiters in Ltac2 open_constr:(...) quotation. | coqbot-app[bot] | |
| Reviewed-by: JasonGross | |||
| 2021-04-02 | Remove the omega tactic and related options | Jim Fehrle | |
| 2021-03-23 | Merge PR #13774: Allow to register deprecation status in Ltac2 term and ↵ | Michael Soegtrop | |
| notation declarations Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2021-03-13 | Documenting the changes. | Pierre-Marie Pédrot | |
| 2021-03-10 | Add documentation. | Pierre-Marie Pédrot | |
| 2021-03-10 | Regenerate the Ltac2 syntax for documentation. | Pierre-Marie Pédrot | |
| 2021-03-08 | Convert 2nd part of rewriting chapter to prodn | Jim Fehrle | |
| 2021-02-24 | Infrastructure for fine-grained debug flags | Maxime Dénès | |
| 2021-02-08 | Properly document the local and global locality attributes. | Théo Zimmermann | |
| 2021-01-28 | Merge PR #13763: Remove the SearchHead command (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2021-01-25 | Remove the SearchHead command | Jim Fehrle | |
| 2021-01-24 | Merge PR #13762: Remove double induction tactic | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2021-01-22 | Merge PR #13754: Improve doc of occurrences and rewrite. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-01-22 | Improve doc of occurrences and rewrite. | Jim Fehrle | |
| 2021-01-20 | Remove double induction tactic | Jim Fehrle | |
| 2021-01-19 | Merge PR #13725: Support locality attributes for Hint Rewrite (including export) | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Ack-by: gares Reviewed-by: ppedrot | |||
| 2021-01-18 | Support locality attributes for Hint Rewrite (including export) | Gaëtan Gilbert | |
| We deprecate unspecified locality as was done for Hint. Close #13724 | |||
| 2021-01-18 | Merge PR #13574: Simplistic patch to fix #10113: turn Ltac2's `pattern:` ↵ | Pierre-Marie Pédrot | |
| into `pat:` Ack-by: Zimmi48 Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2021-01-07 | Use nat_or_var for fail/gfail | Jim Fehrle | |
| 2021-01-01 | Merge PR #13470: Convert rewriting and proof-mode chapters to prodn | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2020-12-30 | Convert rewriting and proof-mode chapters to prodn | Jim Fehrle | |
| 2020-12-29 | [refman] Clarify meaning of goal in documentation of instantiate. | Théo Zimmermann | |
| 2020-12-13 | Removing flag "Bracketing Last Introduction Pattern". | Hugo Herbelin | |
| 2020-12-04 | turn Ltac2's `pattern:` into `pat:` | Kenji Maillard | |
| 2020-11-26 | [attributes] [typing] Rename `typing` to `bypass_check` | Emilio Jesus Gallego Arias | |
| As discussed in the Coq meeting. | |||
| 2020-11-26 | [attributes] [doc] Documentation review by Théo. | Emilio Jesus Gallego Arias | |
| Co-authored-by: <Théo Zimmermann <theo.zimmermann@inria.fr> | |||
| 2020-11-26 | [vernac] Allow to control typing flags with attributes. | Emilio Jesus Gallego Arias | |
| The syntax is the one of boolean attributes, that is to say `#[typing($flag={yes,no}]` where `$flag` is one of `guarded`, `universes`, `positive`. We had to instrument the pretyper in a few places, it is interesting that it is doing so many checks. | |||
| 2020-11-24 | Convert auto chapter to prodn | Jim Fehrle | |
| 2020-11-23 | Merge PR #13417: Use nat_or_var in grammar where negative values don't make ↵ | coqbot-app[bot] | |
| sense Reviewed-by: Zimmi48 | |||
| 2020-11-20 | Use nat_or_var where negative values don't make sense | Jim Fehrle | |
| 2020-11-20 | Granting #9816: apply in takes several hypotheses. | Hugo Herbelin | |
| 2020-11-14 | Distinguish one_pattern and one_term nonterminals | Jim Fehrle | |
| 2020-11-12 | Merge PR #13345: Addressing #13344: clarifying the role of Add ML Path vs -I | coqbot-app[bot] | |
| Reviewed-by: ejgallego Reviewed-by: Zimmi48 Ack-by: ppedrot Ack-by: jfehrle | |||
| 2020-11-12 | Clarifying the role of Add ML Path vs -I (see #13344). | Hugo Herbelin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-11-12 | Merge PR #13317: [ssr] intro pattern extensions for dup, swap and apply | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: Zimmi48 | |||
| 2020-11-10 | Convert logic.rst to prodn | Jim Fehrle | |
| 2020-11-09 | Add global version of OPTINREF | Jim Fehrle | |
| 2020-11-09 | Merge PR #13329: [refman] Stop applying a special style to Coq, CoqIDE, ↵ | coqbot-app[bot] | |
| OCaml and Gallina. Reviewed-by: jfehrle Reviewed-by: cpitclaudel | |||
| 2020-11-09 | [refman] Stop applying a special style to Coq, CoqIDE, OCaml and Gallina. | Théo Zimmermann | |
| The smallcaps rendering was inexistent in the PDF version and did not look good in the HTML version. | |||
| 2020-11-09 | Fix #5226: Add index entry for ::=. | Théo Zimmermann | |
| 2020-11-09 | Fix indentation of todo in Ltac chapter. | Théo Zimmermann | |
| Actual documentation was interpreted as a comment. | |||
| 2020-11-06 | Intro pattern extensions for dup, swap and apply | Cyril Cohen | |
| 2020-11-05 | Add a redirection from previous location of the proof handling chapter. | Théo Zimmermann | |
| 2020-11-05 | Various fixes. | Théo Zimmermann | |
| 2020-11-05 | Merge content from two origins into the same file. | Théo Zimmermann | |
| 2020-11-05 | Move proof handling chapter in new location. | Théo Zimmermann | |
